Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- # This file is interpreted as shell script.
- # Put your custom iptables rules here, they will
- # be executed with each firewall (re-)start.
- iptables -A input_wan -m policy --strict --dir in --pol ipsec --proto esp -j ACCEPT
- iptables -A forwarding_rule -i ppp+ -j ACCEPT
- iptables -A forwarding_rule -o ppp+ -j ACCEPT
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement