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