I will assume some few things here:That your WAN/Outbound is ether0 and inbound is ether1Behold:Exec this on command line as root:Paste one of the below:iptables -t nat -A POSTROUTING -s 10.10.20/255.255.255.0 -o eth0 -j MASQUERADEOR the same principle here but you need to change SNAT ip everytime u change provider or WAN ipiptables -t nat -A POSTROUTING -s 10.10.20/255.255.255.0 -j SNAT --to-source 192.168.6.142
service iptables saveservice iptables restartFinally enable packet forwarding in an easy way:echo 1 > /proc/sys/net/ipv4/ip_forward
sysctl -pStart browsing.Kind Regards,Wilson./
_______________________________________________
skunkworks mailing list
skunkworks@lists.my.co.ke
------------
List info, subscribe/unsubscribe
http://lists.my.co.ke/cgi-bin/mailman/listinfo/skunkworks
------------
Skunkworks Rules
http://my.co.ke/phpbb/viewtopic.php?f=24&t=94
------------
Other services @ http://my.co.ke