On Wed, Jan 19, 2005 at 08:07:07PM +0530, Navneet wrote:
> 42 # set up IP forwarding and nat
> 43 -A POSTROUTING -o eth0 -j SNAT --to 172.21.0.133

I use a nat line that looks something like:

 -t nat -A POSTROUTING -s 192.168.0.0/16 -o eth0 -j MASQUERADE

-- 
Don Bindner <[EMAIL PROTECTED]>

-----------------------------------------------------------------
To get off this list, send email to [EMAIL PROTECTED]
with Subject: unsubscribe
-----------------------------------------------------------------

Reply via email to