Files
fwbuilder/test/pf/firewall103-2.conf.orig
T
2011-03-11 10:40:40 -08:00

26 lines
587 B
Plaintext

set timeout udp.single 5
#
# Scrub rules
#
scrub all reassemble tcp no-df
scrub out all random-id min-ttl 1 max-mss 1460
# Tables: (1)
table <tbl.r0.d> { 10.1.1.81 , 10.3.14.81 , 192.168.1.1 }
#
# Rule backup ssh access rule
# backup ssh access rule
pass in quick inet proto tcp from 10.3.14.30 to <tbl.r0.d> port 22 label "RULE -1 -- ACCEPT "
#
# Rule 0 (global)
block log quick inet from any to any no state label "RULE 0 -- DROP "
#
# Rule fallback rule
# fallback rule
block quick inet from any to any no state label "RULE 10000 -- DROP "