dhcp port open on mesh bridge

This commit is contained in:
Bob Mottram 2015-07-19 19:44:05 +01:00
parent 078f1034f8
commit 8aae517e12
1 changed files with 1 additions and 3 deletions

View File

@ -5475,9 +5475,7 @@ function configure_firewall_for_batman {
return
fi
# DHCP
#iptables -A INPUT -i eth0 -p udp --dport 547 -j ACCEPT
# BATMAN
#iptables -A INPUT -i eth0 -p udp --dport 1966 -j ACCEPT
iptables -A INPUT -i eth0 -p udp --dport 547 -j ACCEPT
save_firewall_settings
echo 'configure_firewall_for_batman' >> $COMPLETION_FILE
}