Home Page › Forums › Network Management › Networking › NAT only one interface? › Reply To: NAT only one interface?
August 5, 2011 at 1:13 pm
#51918
What I’m coming up with is:
-A POSTROUTING -i ETH02 -o ETH00 -j MASQUERADE
Alternatively, perhaps:
-A POSTROUTING -s 192.168.0.0/24 -o ETH00 -j MASQUERADE
or
-A POSTROUTING -i ETH02 -s 192.168.0.0/24 -o ETH00 -j MASQUERADE
Any thoughts? Plan on trying this next downtime I can arrange.
[It’d be awesome to get something like this in the NAT section of the GUI!]