Lan to Wan reprise - Solved

Claude Jones claude_jones at levitjames.com
Tue Mar 15 02:28:59 UTC 2005


Jeff Vian wrote:

>On Mon, 2005-03-14 at 02:23 -0500, Claude Jones wrote:
>  
>
>>Jeff Vian wrote:
>>
>>    
>>
>
>
>glad you got the masq issue solved.
>
>
>  
>
>
>  
>
And finally, for those who might pursue this thread in the future, I 
resolved the SNAT problem as a syntax error.
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




More information about the fedora-list mailing list