1# $FreeBSD$
2# augmented rules generated by mkfilters
3block in log quick from any with ipopts
4block in log quick proto tcp from any to any with short
5block in log quick all with opt lsrr
6block in log quick all with opt ssrr
7#-------------------------------------------------------
8# loopback pakets left unmolested
9pass in quick on lo0 all
10pass out quick on lo0 all
11#-------------------------------------------------------
12pass out on ed1 all head 150
13block out from 127.0.0.0/8 to any group 150
14block out from any to 127.0.0.0/8 group 150
15block out from any to 192.168.1.110/32 group 150
16#-------------------------------------------------------
17pass in on ed1 all head 100
18block in from 127.0.0.0/8 to any group 100
19block in from 192.168.1.110/32 to any group 100
20block in from 192.168.0.1/24 to any group 100
21#-------------------------------------------------------
22pass  out on fxp0 all head 250
23block out from 127.0.0.0/8 to any group 250
24block out from any to 127.0.0.0/8 group 250
25block out from any to 192.168.0.1/32 group 250
26#-------------------------------------------------------
27pass in on fxp0 all head 200
28block in from 127.0.0.0/8 to any group 200
29block in from 192.168.0.1/32 to any group 200
30block in from 192.168.1.110/24 to any group 200
31