Merge pull request #551 from dongjuanyong/patch-1
Fix too much ppp policies in forwarding_rule chain
This commit is contained in:
commit
0301d72de9
@ -1,3 +1,6 @@
|
|||||||
|
iptables -D forwarding_rule -i ppp+ -j ACCEPT
|
||||||
|
iptables -D forwarding_rule -o ppp+ -j ACCEPT
|
||||||
|
|
||||||
iptables -A forwarding_rule -i ppp+ -j ACCEPT
|
iptables -A forwarding_rule -i ppp+ -j ACCEPT
|
||||||
iptables -A forwarding_rule -o ppp+ -j ACCEPT
|
iptables -A forwarding_rule -o ppp+ -j ACCEPT
|
||||||
echo 1 > /proc/sys/net/ipv4/conf/br-lan/proxy_arp
|
echo 1 > /proc/sys/net/ipv4/conf/br-lan/proxy_arp
|
||||||
|
Loading…
x
Reference in New Issue
Block a user