Hi All,
First of all let me explain u my scenario.

My Network -------> Proxy ------> Router -------> Internet

All requests of port 80 are redirecting to port 8080 on proxy using the following iptables rule.
iptables -t nat -A PREROUTING -s 202.125.139.0/255.255.255.0 -p tcp -m tcp --dport 80 -j REDIRECT --to-port 8080


Its working perfect.

My requirement is, I don't want to redirect fpnet.galileo.com to my proxy. How I can do this and with which chain I should work. I mean FORWARD chain or PREROUTING or POSTROUTING.

Thanx in advance.

Regards,
Tom

Reply via email to