xref: /freebsd/sbin/pfctl/tests/files/pf0002.ok (revision 81ad6265)
1block drop out log on tun1000000 all
2block drop in log on tun1000000 all
3block return-rst out log on tun1000000 proto tcp all
4block return-rst in log on tun1000000 proto tcp all
5block return-icmp(port-unr, port-unr) out log on tun1000000 proto udp all
6block return-icmp(port-unr, port-unr) in log on tun1000000 proto udp all
7block drop out log quick on tun1000000 inet from ! 157.161.48.183 to any
8block drop in quick on tun1000000 inet from any to 255.255.255.255
9block drop in log quick on tun1000000 inet from 10.0.0.0/8 to any
10block drop in log quick on tun1000000 inet from 172.16.0.0/12 to any
11block drop in log quick on tun1000000 inet from 192.168.0.0/16 to any
12block drop in log quick on tun1000000 inet from 255.255.255.255 to any
13block drop in log quick from no-route to any
14pass out on tun1000000 inet proto icmp all icmp-type echoreq code 0 keep state
15pass in on tun1000000 inet proto icmp all icmp-type echoreq code 0 keep state
16pass out on tun1000000 proto udp all keep state
17pass in on tun1000000 proto udp from any to any port = domain keep state
18pass out on tun1000000 proto tcp all flags S/SA keep state
19pass in on tun1000000 proto tcp from any to any port = ssh flags S/SA keep state
20pass in on tun1000000 proto tcp from any to any port = smtp flags S/SA keep state
21pass in on tun1000000 proto tcp from any to any port = domain flags S/SA keep state
22pass in on tun1000000 proto tcp from any to any port = auth flags S/SA keep state
23