From 5547b93a930ab3c642e2970f1084bb662142daba Mon Sep 17 00:00:00 2001 From: frantzen <> Date: Thu, 29 Apr 2004 21:03:09 +0000 Subject: [PATCH] reminder to set net.inet.ip.forwarding/net.inet6.ip6.forwarding in sysctl.conf ok cedric@ mcbride@ --- src/etc/pf.conf | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/etc/pf.conf b/src/etc/pf.conf index 1e65fb9a..7a0a3708 100644 --- a/src/etc/pf.conf +++ b/src/etc/pf.conf @@ -1,6 +1,8 @@ -# $OpenBSD: pf.conf,v 1.27 2004/03/02 20:13:55 cedric Exp $ +# $OpenBSD: pf.conf,v 1.28 2004/04/29 21:03:09 frantzen 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 +# in /etc/sysctl.conf if packets are to be forwarded between interfaces. #ext_if="ext0" #int_if="int0"