In my Proxmox VE instance, IP packets are rejected by the firewall. According to the log, they are not assigned to the correct interface. This happens randomly. I would also like to mention that part of the connection runs through a WireGuard site-to-site tunnel and is then routed from an OPNsense to the PVE host.
remote_host (10.8.3.1) -> wireguard -> OPNSense (10.8.2.1) -> PVE (192.168.5.21, vmbr0) -> vm_202 (192.168.10.69, veth202i0)
Here is an excerpt from the log. The last of the 5 lines shows how it should be correct.
- Proxmox VE 8.4.16
- OPNsense 25.7.11
Any help is welcome.
remote_host (10.8.3.1) -> wireguard -> OPNSense (10.8.2.1) -> PVE (192.168.5.21, vmbr0) -> vm_202 (192.168.10.69, veth202i0)
Here is an excerpt from the log. The last of the 5 lines shows how it should be correct.
Code:
104 6 tap104i0-IN 05/Mar/2026:16:00:02 +0100 policy REJECT: IN=fwbr104i0 OUT=fwbr104i0 PHYSIN=fwln104i0 PHYSOUT=tap104i0 MAC=bc:24:11:ee:de:e3:00:0d:b9:4e:de:5c:08:00 SRC=10.8.3.1 DST=192.168.10.69 LEN=52 TOS=0x00 PREC=0x00 TTL=63 ID=64972 DF PROTO=TCP SPT=39098 DPT=8300 SEQ=861552363 ACK=0 WINDOW=64860 SYN
252 6 veth252i0-IN 05/Mar/2026:16:00:02 +0100 policy REJECT: IN=fwbr252i0 OUT=fwbr252i0 PHYSIN=fwln252i0 PHYSOUT=veth252i0 MAC=bc:24:11:ee:de:e3:00:0d:b9:4e:de:5c:08:00 SRC=10.8.3.1 DST=192.168.10.69 LEN=52 TOS=0x00 PREC=0x00 TTL=63 ID=64972 DF PROTO=TCP SPT=39098 DPT=8300 SEQ=861552363 ACK=0 WINDOW=64860 SYN
255 6 veth255i0-IN 05/Mar/2026:16:00:02 +0100 policy REJECT: IN=fwbr255i0 OUT=fwbr255i0 PHYSIN=fwln255i0 PHYSOUT=veth255i0 MAC=bc:24:11:ee:de:e3:00:0d:b9:4e:de:5c:08:00 SRC=10.8.3.1 DST=192.168.10.69 LEN=52 TOS=0x00 PREC=0x00 TTL=63 ID=64972 DF PROTO=TCP SPT=39098 DPT=8300 SEQ=861552363 ACK=0 WINDOW=64860 SYN
201 5 veth201i0-IN 05/Mar/2026:16:00:02 +0100 policy DROP: IN=fwbr201i0 OUT=fwbr201i0 PHYSIN=fwln201i0 PHYSOUT=veth201i0 MAC=bc:24:11:ee:de:e3:00:0d:b9:4e:de:5c:08:00 SRC=10.8.3.1 DST=192.168.10.69 LEN=52 TOS=0x00 PREC=0x00 TTL=63 ID=64972 DF PROTO=TCP SPT=39098 DPT=8300 SEQ=861552363 ACK=0 WINDOW=64860 SYN
202 6 veth202i0-IN 05/Mar/2026:16:13:25 +0100 ACCEPT: IN=fwbr202i0 OUT=fwbr202i0 PHYSIN=fwln202i0 PHYSOUT=veth202i0 MAC=bc:24:11:ee:de:e3:00:0d:b9:4e:de:5c:08:00 SRC=10.8.3.1 DST=192.168.10.69 LEN=52 TOS=0x00 PREC=0x00 TTL=63 ID=56394 DF PROTO=TCP SPT=49814 DPT=8300 SEQ=3254910460 ACK=0 WINDOW=64860 SYN
- Proxmox VE 8.4.16
- OPNsense 25.7.11
Any help is welcome.
Attachments
Last edited: