seems to be done differently in the 2.6 kernel world.

The redirect method:

iptables -t nat -A PREROUTING -s $local -d ! $local --dport 80 -j
REDIRECT --to-port 8080

doesn't seem to be the accepted way to proxy anymore and it doesn't
seem to work either.

So what level of the 2.6 kernel does one have to have to do transparent
proxying?  Some indications are that I need the latest version where
there are other indications that maybe I need a patch.

Any help figuring out how this is done these days would be very much
appreciated.

_______________________________________________
PLUG mailing list
PLUG@lists.pdxlinux.org
http://lists.pdxlinux.org/mailman/listinfo/plug

Reply via email to