mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-10 19:15:54 +02:00
Remove from Input chain, changed order of the filters since
the normal table contaings a drop rule and so the mac table would never be reached. Still need to check if input is necessary.
This commit is contained in:
@@ -183,9 +183,8 @@ case "$1" in
|
||||
/sbin/iptables -t nat -A POSTROUTING -j IPSECNAT
|
||||
|
||||
# Outgoing Firewall
|
||||
/sbin/iptables -A FORWARD -j OUTGOINGFW
|
||||
/sbin/iptables -A FORWARD -j OUTGOINGFWMAC
|
||||
/sbin/iptables -A INPUT -j OUTGOINGFWMAC
|
||||
/sbin/iptables -A FORWARD -j OUTGOINGFW
|
||||
|
||||
# localhost and ethernet.
|
||||
/sbin/iptables -A INPUT -i lo -m state --state NEW -j ACCEPT
|
||||
|
||||
Reference in New Issue
Block a user