]> CyberLeo.Net >> Repos - FreeBSD/releng/9.2.git/blob - share/examples/ipfilter/ipf.conf.sample
- Copy stable/9 to releng/9.2 as part of the 9.2-RELEASE cycle.
[FreeBSD/releng/9.2.git] / share / examples / ipfilter / ipf.conf.sample
1 # $FreeBSD$
2 block in log quick from any with ipopts
3 block in log quick proto tcp from any to any with short
4 pass out on ed1 all head 150
5 block out from 127.0.0.0/8 to any group 150
6 block out from any to 127.0.0.0/8 group 150
7 block out from any to 192.168.1.110/32 group 150
8 pass in on ed1 all head 100
9 block in from 127.0.0.0/8 to any group 100
10 block in from 192.168.1.110/32 to any group 100
11 block in from 192.168.0.1/0xffffff00 to any group 100
12 pass out on fxp0 all head 250
13 block out from 127.0.0.0/8 to any group 250
14 block out from any to 127.0.0.0/8 group 250
15 block out from any to 192.168.0.1/32 group 250
16 pass in on fxp0 all head 200
17 block in from 127.0.0.0/8 to any group 200
18 block in from 192.168.0.1 to any group 200
19 block in from 192.168.1.110/0xffffff00 to any group 200