=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/etc/pf.conf,v retrieving revision 1.29 retrieving revision 1.30 diff -c -r1.29 -r1.30 *** src/etc/pf.conf 2005/08/23 02:52:58 1.29 --- src/etc/pf.conf 2006/01/26 12:44:59 1.30 *************** *** 1,4 **** ! # $OpenBSD: pf.conf,v 1.29 2005/08/23 02:52:58 henning Exp $ # # See pf.conf(5) and /usr/share/pf for syntax and examples. # Remember to set net.inet.ip.forwarding=1 and/or net.inet6.ip6.forwarding=1 --- 1,4 ---- ! # $OpenBSD: pf.conf,v 1.30 2006/01/26 12:44:59 henning Exp $ # # See pf.conf(5) and /usr/share/pf for syntax and examples. # Remember to set net.inet.ip.forwarding=1 and/or net.inet6.ip6.forwarding=1 *************** *** 10,16 **** #table persist #table persist ! #set skip on { lo $int_if } #scrub in --- 10,16 ---- #table persist #table persist ! #set skip on lo #scrub in *************** *** 24,29 **** --- 24,30 ---- #block in #pass out keep state + #pass quick on $int_if #antispoof quick for { lo $int_if } #pass in on $ext_if proto tcp to ($ext_if) port ssh keep state