fix previous NEWS commit, oops
[ferm.git] / test / misc / base.ferm
blob72e31303c5234a8fd59d2cb27e022989cee3c83a
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;
5     fragment LOG;
6     proto ah ! fragment ACCEPT;
7     proto ! udp DROP;
8     proto !tcp DROP;
9     daddr !10.0.0.0/8 REJECT;
10     saddr !172.16.0.0/12 DROP;
11     interface !ppp0 ACCEPT;
12     outerface !ppp1 ACCEPT;