If you to hide your inner windows completely you also need to implement SNAT on linux system, the entry will be
iptables -t nat -A POSTROUTING -p tcp -s 192.168.20.29:80 --sport 80 -j SNAT --to-source 20x.1x4.148.29
iptables -t nat -A POSTROUTING -p tcp -s 192.168.20.29:443 --sport 80 -j SNAT --to-source 20x.1x4.148.29
I think after implementing both the DNAT and SNAT on linux system you will achieve your purpose.
thnks
Last edited by vishesh; 12-24-2009 at 10:38 AM.
|