[SOLVED] fwbr/fwpr/fwln interfaces although firewall is disabled

Dec 16, 2024
2
0
1
Hello,

I have tap/fwbr/fwpr/fwln interfaces for each VM interface although I have Proxmox firewall disabled on cluster, node and all vms. I have enabled the firewall once, but disabled it again.

Example:

Code:
# ip a|grep 104
22: tap104i0: <BROADCAST,MULTICAST,PROMISC,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast master fwbr104i0 state UNKNOWN group default qlen 1000
23: fwbr104i0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue state UP group default qlen 1000
24: fwpr104p0@fwln104i0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue master vmbr0 state UP group default qlen 1000
25: fwln104i0@fwpr104p0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue master fwbr104i0 state UP group default qlen 1000

Is this intended behaviour, or leftover from the once enabled, now disabled firewall?
 
Is this intended behaviour, or leftover from the once enabled, now disabled firewall?
Firewall interfaces always get created, even if the firewall isn't active - if you want to disable generating firewall bridges, then you need to disable the firewall at the network device level.