Skip to content

Commit

Permalink
Merge pull request coolsnowwolf#551 from dongjuanyong/patch-1
Browse files Browse the repository at this point in the history
Fix too much ppp policies in forwarding_rule chain
  • Loading branch information
coolsnowwolf authored Sep 27, 2018
2 parents d18f879 + 1adbd1f commit 0301d72
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions package/lean/luci-app-pptp-server/root/etc/pptpd.include
Original file line number Diff line number Diff line change
@@ -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 -o ppp+ -j ACCEPT
echo 1 > /proc/sys/net/ipv4/conf/br-lan/proxy_arp

0 comments on commit 0301d72

Please sign in to comment.