
▲ 3 r/opnsense
I'm having some issues accessing the Proxmox web UI when running a virtualized instance of OPNSense.
I have two bridges setup for LAN and WAN, and the proxmox LAN interface is setup to the LAN bridge.
auto vmbr0
iface vmbr0 inet static
address 192.168.1.2
gateway 192.168.1.1
bridge-ports nic1
bridge-stf off
bridge-fd 0
auto vmbr1
iface vmbr1 inet static
bridge-ports nic0
bridge-stf off
bridge-fd 0
When attempting to access the web UI I see firewall logs blocking traffic from my proxmox IP (192.168.1.2)
I can't ping the proxmox machine from a computer in my LAN, however I can ping from proxmox to inside my LAN. I have not setup any VLANs yet.
Any help on how to debug would be appreciated.
u/CrashEnigma — 26 days ago