On Wed, 7 Aug 2002, Vineet Kumar wrote: > * Janusz Ulanowski ([EMAIL PROTECTED]) [020807 08:25]: > > Hello, > > What string (iptables) to add to redirect port from 80 to 8080 > > on the same machine (to transparent proxy) > > I've used > > iptables -t nat -A PREROUTING -p tcp --dport 80 -i eth0 -j DNAT > > --to 192.168.0.1:8080 > > > > but it's working for incoming packets, from my localhost isn't work > > iptables -t nat -A PREROUTING -p tcp --dport 80 -i lo -j DNAT \ > --to 192.168.0.1:8080 > > =) > > good times, > Vineet > thanks for your answer.
i also tried this target but it wasn't working i don't know what is problem :( any suggests ? - [EMAIL PROTECTED]

