Enabling Bridging
To enable bridging
-
In /etc/sysctl.conf file, add the following parameters:
- net.bridge.bridge-nf-call-ip6tables = 1
- net.bridge.bridge-nf-call-iptables = 1
-
Execute the following commands:
sudo modprobe br_netfiltersudo sysctl -p -
Verify the bridging using the command
sysctl net.bridge.bridge-nf-call-iptablessysctl net.bridge.bridge-nf-call-ip6tables
