OpnSense routing issues

Have been using PFSense and OpnSense for years but only with a WAN and LAN.

OpnSense is virtualized on a newly installed Proxmox 8 with the latest updates.

4 Port Intel NIC with a Linux Bridges setup for each port.
Each bridge is assigned to the OpnSenseVM as a an ET1000 adapter and the Firewall is disabled on all but the WAN bridge.
RFC1918 and Bogons are not enabled as the WAN is an RFC1918 network as well.
Disabled IPV6 on all interfaces

I may switch to Hardware passthrough if I can get the routing to work.

WAN is network 10.0.0.x
LAN is 10.1.1.x/24
PVT is 10.20.20.x/24
DMZ is 172.168.10.x/24

Default Firewall rules in LAN allow access the Internet and work fine.

Cloned the default IPV4 Firewall rules from the LAN to both PVT and DMZ

LAN, PVT and DMZ can access the Internet but cannot traverse OpnSense to talk with hosts on other networks.

First of all, 172.168.10.0/24 is not a private IP address range. See here: 172.168.10.0 IP Address Details - IPinfo.io

RFC 1918 includes the following ranges of IP addresses:

  • 10.0.0.0 - 10.255.255.255 (10/8 prefix)
  • 172.16.0.0 - 172.31.255.255 (172.16/12 prefix)
  • 192.168.0.0 - 192.168.255.255 (192.168/16 prefix)

But do they also allow access to other local networks? Maybe you could post screenshots of the rules…



those are the only rules…it is really puzzling that I could connect to the hosts 10.20.20.28 and 10.20.20.27 hosts yesterday but now. The .27 host was decommissioned and a different host was added as .30 which is accessible from the 10.1.1.x network but I can no longer connect to the .28 host. I have even rebooted OpnSense.

Maybe it has something to do with the fact that OPNsense is virtualized. Unfortunately I can’t help with that since I have no experience with such a setup.

I removed the virtualiztion and am running it on baremetal same hardware.

Only have .28 and .30 on the PVT network (.27 was the virtualization host removed). Still can only access the .30 from the LAN

So I think i finally found the problem after reinstalling all systems…swapping out switches and NICS…

Pretty sure it was a faulty network cable. It worked intermittently then would fail at random times. Replacing the cable also improved overall throughput on the PVT network and reduced CPU spikes of 20% to 4-5%. All seems to be good now

1 Like