Jeff Vian wrote:
On Mon, 2005-03-14 at 02:23 -0500, Claude Jones wrote:And finally, for those who might pursue this thread in the future, I resolved the SNAT problem as a syntax error.
Jeff Vian wrote:
glad you got the masq issue solved.
Here's the correct formulation:
iptables -t nat -A POSTROUTING -o ${UPLINK} -j SNAT --to-source 66.225.207.87
In the above line, I was leaving out '-source' after the '--to-', so my line read "--to 66.225.207.87"
instead of: "--to-source 66.225.207.87"
It's nice to make things work, but it's better to make things work the way they are supposed to.
-- Claude Jones Bluemont, VA, USA