I wonder if there are any UML 2 diagrams to help me understand how transparent proxying is supposed to work in Linux?
I know about: iptables -A PREROUTING -t mangle -p tcp -m multiport --dports 21,80,443 -j TPROXY --to 0.0.0.0:3128 And there is: iptables -I PREROUTING 1 -t mangle -p tcp -m socket -j DIVERT ... and: ip rule add fwmark 1 table 100 ip route add 0.0.0.0/0 dev lo table 100 ,,, Having run across all of this, I don't have the big picture of how this is supposed to work and cannot achieve the point of all this. _______________________________________________ PLUG mailing list [email protected] http://lists.pdxlinux.org/mailman/listinfo/plug
