this script runs everything fine just the redirect doesn't. the proxy works fine when browser pointed at it.
...
iptables -t nat -A PREROUTING -m tcp -p tcp --dport 80 -j REDIRECT --to-port 8080
Try this instead:
iptables -t nat -A PREROUTING -m tcp -p tcp --dport 80 -j DNAT --to-port 8080
-- Jim Laurino nfcan.x.jimlaur@xxxxxxxx Please reply to the list. Only mail from the listserver reaches this address.