Tranparent Proxy

Mark Bojara mark at mics.co.za
Wed Jun 18 10:32:48 PDT 2003


Hello,

This can be done with FreeBSD 4.8 since the GRE patches dont work on
anything above -release you have to manually create the tunnel. Below is a
example config:

192.168.0.1 - being your router with WCCPv1
192.168.0.2 - being your squid with WCCP compiled

ifconfig gre0 create
ifconfig gre0 192.168.0.1 10.20.30.40 netmask 255.255.255.255 link1 tunnel 192.168.0.2 192.168.0.1 up
ipfw add fwd 127.0.0.1,8080 tcp from 192.168.0.0/25 to any 80 in

Hope this works,

Chow
Mark


----------------------------------------------------------------
The best cure for insomnia is to get a lot of sleep.
----------------------------------------------------------------
On Wed, 18 Jun 2003, apellido jr., wilfredo p wrote:

>does anyone tried to configure Tranparent proxy using
>gre tunneling between CISCO router  <---WCCP--->
>FreeBSD 4.8?
>
>=====
>If you can't hear me, it's because i'm in parentheses. [ apellido jr., wilfredo p. ]
>
>__________________________________
>Do you Yahoo!?
>SBC Yahoo! DSL - Now only $29.95 per month!
>http://sbc.yahoo.com
>_______________________________________________
>freebsd-isp at freebsd.org mailing list
>http://lists.freebsd.org/mailman/listinfo/freebsd-isp
>To unsubscribe, send any mail to "freebsd-isp-unsubscribe at freebsd.org"
>



More information about the freebsd-isp mailing list