No, it's not using the GRE patches. I'm using the instructions for
4.8-RELEASE/STABLE:

FreeBSD-4.8 and later

The operating system now comes standard with some GRE support. You need to
make a kernel with the GRE code enabled:

pseudo-device   gre

And then configure the tunnel so that the router's GRE packets are accepted:

# ifconfig gre0 create
# ifconfig gre0 $squid_ip $router_ip netmask 255.255.255.255 up
# ifconfig gre0 tunnel $squid_ip $router_ip
# route delete $router_ip

-----Original Message-----
From: Henrik Nordstrom [mailto:[EMAIL PROTECTED] 
Sent: Monday, June 16, 2003 7:11 PM
To: [EMAIL PROTECTED]; [EMAIL PROTECTED]

On Monday 16 June 2003 11.31, [EMAIL PROTECTED] wrote:
> Hi Raphael,
>
> I have a couple of Squid servers running on FreeBSD 4.7-RELEASE
> with GRE support.

And this server is using the same patched GRE module?

If you do not patch your GRE module then your FreeBSD box will not at 
all react to WCCP packets redirected by your router, no matter which 
packet level filter you tries to apply to the packets.

-- 
Donations welcome if you consider my Free Squid support helpful.
https://www.paypal.com/xclick/business=hno%40squid-cache.org

If you need commercial Squid support or cost effective Squid or
firewall appliances please refer to MARA Systems AB, Sweden
http://www.marasystems.com/, [EMAIL PROTECTED]

Reply via email to