Koozali.org: home of the SME Server
Obsolete Releases => SME Server 7.x => Topic started by: veoroj on November 08, 2006, 03:19:17 PM
-
How can I masquerade certain ip addresses or should I say how can I add rule such as:
iptables -t nat -A POSTROUTING -o $eth -s xxx.xxx.xx.xx -j MASQUERADE
Thanks a lot!
-
How can I masquerade certain ip addresses ...
All LAN addresses are already masqueraded via the WAN interface.
-
what I want is only selected ip addresses. eliminating the whole MASQUERADE rule on my default masq setting.