|
|
@ -1,4 +1,4 @@ |
|
|
|
# $OpenBSD: pf.conf,v 1.32 2006/10/07 01:50:22 mcbride Exp $ |
|
|
|
# $OpenBSD: pf.conf,v 1.33 2006/10/24 16:33:21 david 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 |
|
|
@ -30,6 +30,6 @@ |
|
|
|
#pass quick on $int_if no state |
|
|
|
#antispoof quick for { lo $int_if } |
|
|
|
|
|
|
|
#pass in on $ext_if proto tcp to ($ext_if) port ssh |
|
|
|
#pass in log on $ext_if proto tcp to ($ext_if) port smtp |
|
|
|
#pass in on $ext_if proto tcp to ($ext_if) port ssh |
|
|
|
#pass in log on $ext_if proto tcp to ($ext_if) port smtp |
|
|
|
#pass out log on $ext_if proto tcp from ($ext_if) to port smtp |