On Apr 18, 2007, at 8:42 AM, Bray Mailloux wrote:
Bryan Vyhmeister wrote:
and post the output of both.
pfctl -sn ---> nat on rl0 inet from 192.168.0.0/24 to any ->
(rl0) round-robin
pfctl -sr ---> scrub in all fragment reassemble
pass out all keep state
pass in all keep state
Do you have multiple IP addresses assigned to the rl0 interface? It
looks like you need to go back to:
nat on $ext_if from $int_if:network -> ($ext_if:0)
You may have some other issue though. You said you enabled ip
forwarding in sysctl.conf?
Bryan