El 22/09/13 09:58, shawn wilson escribió:
I'm trying to setup a transparent proxy on my local machine. This works when I give Firefox proxy info, but this fails when I get iptables to redirect with (the rule I keep turning on/off): iptables -t nat -A OUTPUT -p tcp --dport 80 -j REDIRECT --to-port 3128 And the rest of the nat table is just: *nat -A OUTPUT -m owner --uid-owner 31 -j ACCEPT COMMIT When this is enabled, I just get: ERROR
You should FIRST accept proxy connections to go direct, then nat the others. Just swap your nat rules order