pf between two lans

Michael K. Smith - Adhost mksmith at adhost.com
Mon Jul 13 12:05:31 UTC 2009


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


More information about the freebsd-pf mailing list