Revision: 14829
Author: chudy.fernandez
Date: Sun Nov 28 23:43:21 2010
Log: Edited wiki page ExampleTproxy4Linux through web user interface.
http://code.google.com/p/lusca-cache/source/detail?r=14829

Modified:
 /wiki/ExampleTproxy4Linux.wiki

=======================================
--- /wiki/ExampleTproxy4Linux.wiki      Thu Aug 20 21:22:45 2009
+++ /wiki/ExampleTproxy4Linux.wiki      Sun Nov 28 23:43:21 2010
@@ -68,8 +68,8 @@
 ${IPTABLES} -v -t mangle -A PREROUTING -p tcp -m socket -j DIVERT
${IPTABLES} -v -t mangle -A PREROUTING -p tcp --dport 80 -j TPROXY --tproxy-mark 0x1/0x1 --on-port 3129

-ip rule add fwmark lookup 100
-ipfw route add local 0.0.0.0/0 dev lo table 100
+ip rule add fwmark 1 lookup 100
+ip route add local 0.0.0.0/0 dev lo table 100

 sysctl net.ipv4.ip_nonlocal_bind=1
 sysctl net.ipv4.ip_forward=1

--
You received this message because you are subscribed to the Google Groups 
"lusca-commit" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/lusca-commit?hl=en.

Reply via email to