1
General Discussion / Re: Firewall Config on a transparent Bridge - Questions on FW rules / OVPN IP
« on: November 25, 2019, 06:22:07 pm »both docs are likely trying to solve different scenario's, in your case. When using the same sysctl settings on pfSense and OPNsense the result should also be similar in this case. But remember, the sysctl tunables are really important here, different choices can indeed result in traffic drops (default policy is drop).
You can always useCode: [Select]sysclt -a | grep bridge
to check which settings are active.
The sysctl parameters are only a part of it. pfsense says that one of the bridge member interfaces needs an IP. opnsense says the bridge interface itself needs an IP and that neither member interface should have an IP.
I've previously been told that filtering on the member devices is preferable so my tunables are:
I've set the tunables above:
net.link.bridge.pfil_member=1
net.link.bridge.pfil_bridge=0
Though I've read on the netgate forums that if you set both tunables to 0 and place all firewall rules on the bridge interface, that just works without having to mess with tunables.
So, bottom line:
1) Do I need to give either member interface an IP, or is it the bridge interface that needs an IP? pfsense and opnsense disagree here. I only want my management interface accessible from the LAN side of the network.
2) What tunables should I set if my firewall rules are on WAN and my OPT1 LAN port with static IPs?
Thanks