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
Received on Thu Dec 30 2004 - 06:56:19 MST
This archive was generated by hypermail pre-2.1.9 : Sat Jan 01 2005 - 12:00:03 MST