diff options
author | Henning Brauer <henning@cvs.openbsd.org> | 2006-01-26 12:45:00 +0000 |
---|---|---|
committer | Henning Brauer <henning@cvs.openbsd.org> | 2006-01-26 12:45:00 +0000 |
commit | 1e8ef4b5729f0767bd4062d042fe55ddc4177020 (patch) | |
tree | ba8eeef51e3d57263c356baabac2f542a0e9ba22 /etc/pf.conf | |
parent | ed2b45af75e678b81e512beb7df99f418847864a (diff) |
set skip is no good idea on int_if in this sample rulseset that also
has a rdo on $int_if that stops working then. pt out by cedric
Diffstat (limited to 'etc/pf.conf')
-rw-r--r-- | etc/pf.conf | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/etc/pf.conf b/etc/pf.conf index 9fc7bb755aa..f1041162b0c 100644 --- a/etc/pf.conf +++ b/etc/pf.conf @@ -1,4 +1,4 @@ -# $OpenBSD: pf.conf,v 1.29 2005/08/23 02:52:58 henning Exp $ +# $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,7 +10,7 @@ #table <spamd> persist #table <spamd-white> persist -#set skip on { lo $int_if } +#set skip on lo #scrub in @@ -24,6 +24,7 @@ #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 |