Revision: 14287
Author: adrian.chadd
Date: Thu Aug 20 21:11:00 2009
Log: Edited wiki page through web user interface.
http://code.google.com/p/lusca-cache/source/detail?r=14287
Modified:
/wiki/ExampleTproxy4Linux.wiki
=======================================
--- /wiki/ExampleTproxy4Linux.wiki Thu Aug 20 21:08:09 2009
+++ /wiki/ExampleTproxy4Linux.wiki Thu Aug 20 21:11:00 2009
@@ -7,12 +7,12 @@
= Overview =
-* Debian unstable - includes a tproxy4 enabled kernel
-* Lusca-head
-* Cisco 3750 running advanced IP services
-* clients on Vlan10 - IP 192.168.10.0/24
-* internet on vlan11- IP 192.168.11.0/24
-* lusca/proxy on vlan9 - IP 192.168.9.0/24
+ * Debian unstable - includes a tproxy4 enabled kernel
+ * Lusca-head
+ * Cisco 3750 running advanced IP services
+ * clients on Vlan10 - IP 192.168.10.0/24
+ * internet on vlan11- IP 192.168.11.0/24
+ * lusca/proxy on vlan9 - IP 192.168.9.0/24
The Cisco 3750 has limited WCCPv2 support. It only supports "in"
redirection on an interface, not "out". It also does not support "deny" in
the redirect lists in hardware. The redirect lists are ALLOW only with an
implicit "deny any" at the end.
@@ -50,6 +50,12 @@
== Linux Config ==
+
+=== Extra packages ===
+
+ * libcap2
+ * libcap-dev
+
=== /root/tproxy.sh ===
{{{
#!/bin/sh
@@ -68,6 +74,17 @@
sysctl net.ipv4.ip_nonlocal_bind=1
sysctl net.ipv4.ip_forward=1
}}}
-
== Lusca Config ==
+
+=== Compile Options ===
+
+{{{
+ configure
options: '--prefix="/home/adrian/work/lusca/run' '--enable-storeio=aufs
null' '--with-large-files' '--enable-large-cache-files' '--enable-snmp'
'--enable-linux-tproxy4'
+}}
+
+=== Configuration ===
+
+visible_hostname 192.168.9.13
+http_port 0.0.0.0:3129 transparent tproxy
+http_port localhost:3128
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---