User Tools

Site Tools


burim:openwrt:bridge-firewall
# Install packages
opkg update
opkg install kmod-br-netfilter

# Configure kernel parameters
cat << EOF >> /etc/sysctl.conf
net.bridge.bridge-nf-call-arptables=1
net.bridge.bridge-nf-call-iptables=1
net.bridge.bridge-nf-call-ip6tables=1
EOF
/etc/init.d/sysctl restart
burim/openwrt/bridge-firewall.txt · Last modified: 2022/01/01 21:53 by burim

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki