1 # test base iptables parameters
2 table filter chain INPUT {
3 interface eth0 saddr 192.168.0.0/24 ACCEPT;
4 outerface ppp0 proto esp daddr 195.0.0.0/8 DROP;
6 proto ah ! fragment ACCEPT;
9 daddr !10.0.0.0/8 REJECT;
10 saddr !172.16.0.0/12 DROP;
11 interface !ppp0 ACCEPT;
12 outerface !ppp1 ACCEPT;