Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 18 Jun 2003 19:32:34 +0200 (SAST)
From:      Mark Bojara <mark@mics.co.za>
To:        "apellido jr., wilfredo p" <hazecast@yahoo.com>
Cc:        freebsd-isp@freebsd.org
Subject:   Re: Tranparent Proxy
Message-ID:  <20030618192936.O333-100000@opium.co.za>
In-Reply-To: <20030618132211.91795.qmail@web40402.mail.yahoo.com>

next in thread | previous in thread | raw e-mail | index | archive | help
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@freebsd.org mailing list
>http://lists.freebsd.org/mailman/listinfo/freebsd-isp
>To unsubscribe, send any mail to "freebsd-isp-unsubscribe@freebsd.org"
>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030618192936.O333-100000>