122514Sdarrenr#
222514Sdarrenr# allow any TCP packets from the same subnet as foo is on through to host
322514Sdarrenr# 10.1.1.2 if they are destined for port 6667.
422514Sdarrenr#
553024Sguidopass in proto tcp from 10.2.2.2/24 to 10.1.1.2/32 port = 6667
622514Sdarrenr#
722514Sdarrenr# allow in UDP packets which are NOT from port 53 and are destined for
822514Sdarrenr# localhost
922514Sdarrenr#
1053024Sguidopass in proto udp from 10.2.2.2 port != 53 to localhost
1122514Sdarrenr#
1222514Sdarrenr# block anything trying to get to X terminal ports, X:0 to X:9
1322514Sdarrenr#
1422514Sdarrenrblock in proto tcp from any to any port 5999 >< 6010
1522514Sdarrenr#
1622514Sdarrenr# allow any connections to be made, except to BSD print/r-services
1722514Sdarrenr# this will also protect syslog.
1822514Sdarrenr#
1922514Sdarrenrblock in proto tcp/udp all
2022514Sdarrenrpass in proto tcp/udp from any to any port 512 <> 515
2122514Sdarrenr#
2222514Sdarrenr# allow any connections to be made, except to BSD print/r-services
2322514Sdarrenr# this will also protect syslog.
2422514Sdarrenr#
2522514Sdarrenrpass in proto tcp/udp all
2622514Sdarrenrblock in proto tcp/udp from any to any port 511 >< 516
27