Ignore machine-check MSRs
[freebsd-src/fkvm-freebsd.git] / share / examples / ipfilter / ipf.conf.sample
blobc5d47bc1c9f90c2b890d18fc479109eab70c8b7e
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