Results 1 to 1 of 1
hi
howto redirect the whole HTTP traffic using proxy ?
I have tried using iptables:
Code:
iptables -t nat -A PREROUTING -p tcp --dport 80 -j DNAT --to-destination 192.168.0.5:3128
but ...
- 09-30-2006 #1Linux Newbie
- Join Date
- Jun 2004
- Posts
- 120
forward all HTTP requests to the proxy
hi
howto redirect the whole HTTP traffic using proxy ?
I have tried using iptables:but it doesn't work !Code:iptables -t nat -A PREROUTING -p tcp --dport 80 -j DNAT --to-destination 192.168.0.5:3128
this machine is a vpn gateway and should redirect the whole HTTP traffic to the proxy.
p.s
but I'm not using a transparent proxy.
greetings
cc


Reply With Quote