Hi,
i am currently trying to virtualize Opnsense on Proxmox and configure my network. I bridged my IPS-router, configured vmbr0 as WAN interface for Opnsense, vmbr1 is my fallback port, vmbr2 as LAN interface, set up serveral VLAN's in Opnsense, attached a managed-switch to vmbr2. So far so good, everything works, except I cannot get to the management interface of proxmox.
i would expect to access proxmox on https://10.10.10.15:8006 when my client is in the same subnet, but thats not the case. I truely don't understand what i am doing wrong. The only thing i managed is that if i connect my pc directly to vmbr2 and set CIDR to 10.10.0.15 (10.10.0.0 is the "regular" network without vlan), i can access proxmox.
can anyone help? and sorry for this beginner question, but i dont manage to find any ressources helping me with this particular issue.
i am currently trying to virtualize Opnsense on Proxmox and configure my network. I bridged my IPS-router, configured vmbr0 as WAN interface for Opnsense, vmbr1 is my fallback port, vmbr2 as LAN interface, set up serveral VLAN's in Opnsense, attached a managed-switch to vmbr2. So far so good, everything works, except I cannot get to the management interface of proxmox.
i would expect to access proxmox on https://10.10.10.15:8006 when my client is in the same subnet, but thats not the case. I truely don't understand what i am doing wrong. The only thing i managed is that if i connect my pc directly to vmbr2 and set CIDR to 10.10.0.15 (10.10.0.0 is the "regular" network without vlan), i can access proxmox.
can anyone help? and sorry for this beginner question, but i dont manage to find any ressources helping me with this particular issue.
Code:
auto lo
iface lo inet loopback
iface eno1 inet manual
iface eno2 inet manual
iface eno3 inet manual
iface eno4 inet manual
iface ens1f0 inet manual
iface ens1f1 inet manual
auto vmbr0
iface vmbr0 inet manual
bridge-ports ens1f0
bridge-stp off
bridge-fd 0
#wan
auto vmbr1
iface vmbr1 inet static
address 192.168.0.15/24
gateway 192.168.0.1
bridge-ports eno1
bridge-stp off
bridge-fd 0
#lan-1
auto vmbr2
iface vmbr2 inet static
address 10.10.10.15/24
bridge-ports eno2
bridge-stp off
bridge-fd 0
bridge-vlan-aware yes
bridge-vids 2-4094
#lan-2