On Apr 17, 2007, at 7:54 PM, Bray Mailloux wrote:

# macros
ext_if="rl0"
int_if="rl1"

#NAT
nat on $ext_if from $int_if -> ($ext_if:0)

#Pass
pass in all
pass out all keep state

It still isn't working with keep state.

Let's make it this:

ext_if="rl0"
int_if="rl1"

set skip on { lo rl1 }
scrub in all

nat on $ext_if from $int_if:network -> ($ext_if)

pass out all keep state
pass in all keep state



Bryan

Reply via email to