Dear All,
i am having a problem of deploying a transparent firewall as a VM on our proxmox.
Proxmox is 7.3-3
Network config straightforward:
iface bond0 inet manual
bond-slaves eth0 eth1
bond-miimon 100
bond-mode 802.3ad
bond_updelay 200
bond-min-links 1
iface vmbr0 inet static
address 10.200.12.14/24
gateway 10.200.12.1
bridge-ports bond0
bridge-stp off
bridge-fd 0
bridge-vlan-aware yes
bridge-vids 2-4094
opnsense-vm has 3 network interfaces configured:
net0: e1000, bridge=vmbr0, tag=340
net1: e1000, bridge=vmbr0, tag=341
net2: e1000, bridge=vmbr0, tag=342
net0 is LAN, net1 is WAN, net2 is OPT1 (in opnsense terms)
(permit rules in opnsense FW exist)
net1 and net2 are member of a bridge in opnsense
I want to achieve that traffic from net1 and net2 are bridged, e.g. i create rules to selectively allow some traffic to pass on the transparent firewall.
The issue is:
1) If i configure an IP in the respective interface/vlan i can ping the firewall and the adjacent side.
2) if i just have the bridge active and NO ip address configured (hence "transparent firewall") no traffic is passed.
3) In summary, IP traffic works, if an ip is configured on interface, if no ip is configured, traffic is not bridged.
It seems to be a problem somehow with some settings on proxmox. Also tried different bridge-vids settings but no luck.
So .. Layer3 works if configured, layer2 not.
Any insight or ideas ?
i am having a problem of deploying a transparent firewall as a VM on our proxmox.
Proxmox is 7.3-3
Network config straightforward:
iface bond0 inet manual
bond-slaves eth0 eth1
bond-miimon 100
bond-mode 802.3ad
bond_updelay 200
bond-min-links 1
iface vmbr0 inet static
address 10.200.12.14/24
gateway 10.200.12.1
bridge-ports bond0
bridge-stp off
bridge-fd 0
bridge-vlan-aware yes
bridge-vids 2-4094
opnsense-vm has 3 network interfaces configured:
net0: e1000, bridge=vmbr0, tag=340
net1: e1000, bridge=vmbr0, tag=341
net2: e1000, bridge=vmbr0, tag=342
net0 is LAN, net1 is WAN, net2 is OPT1 (in opnsense terms)
(permit rules in opnsense FW exist)
net1 and net2 are member of a bridge in opnsense
I want to achieve that traffic from net1 and net2 are bridged, e.g. i create rules to selectively allow some traffic to pass on the transparent firewall.
The issue is:
1) If i configure an IP in the respective interface/vlan i can ping the firewall and the adjacent side.
2) if i just have the bridge active and NO ip address configured (hence "transparent firewall") no traffic is passed.
3) In summary, IP traffic works, if an ip is configured on interface, if no ip is configured, traffic is not bridged.
It seems to be a problem somehow with some settings on proxmox. Also tried different bridge-vids settings but no luck.
So .. Layer3 works if configured, layer2 not.
Any insight or ideas ?