Date: Mon, 13 Jul 2009 04:47:27 -0700 From: "Michael K. Smith - Adhost" <mksmith@adhost.com> To: "Aleksic Predrag" <apetar@gmail.com>, <freebsd-pf@freebsd.org> Subject: RE: pf between two lans Message-ID: <17838240D9A5544AAA5FF95F8D520316065A8437@ad-exh01.adhost.lan> In-Reply-To: <20090712155707.4925813c@overlord> References: <3228ef7c0907111044i55b965d3me10ad146314517bf@mail.gmail.com> <20090712155707.4925813c@overlord>
next in thread | previous in thread | raw e-mail | index | archive | help
Hello Aleksic:
>
> no nat on $extIF inet proto {tcp, udp} from $intIF:network to
> $intIF2:network
> no nat on $extIF inet proto {tcp, udp} from $intIF2:network to
> $intIF:network
>
If nothing else, these rules won't match because the traffic isn't
traversing the External Interface.
no nat on $intIF2 inet proto {tcp, udp} from $intIF:network to
$intIF2:network
no nat on $intIF inet proto {tcp, udp} from $infIF2:network to
$intIF:network
Regards,
Mike
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?17838240D9A5544AAA5FF95F8D520316065A8437>
