From owner-freebsd-net@FreeBSD.ORG Tue Jul 12 12:01:08 2005 Return-Path: X-Original-To: freebsd-net@freebsd.org Delivered-To: freebsd-net@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D03DD16A41F for ; Tue, 12 Jul 2005 12:01:08 +0000 (GMT) (envelope-from lourik@wtec.co.za) Received: from meerkat.wtec.co.za (meerkat.wtec.co.za [69.67.33.50]) by mx1.FreeBSD.org (Postfix) with ESMTP id 41C3343D48 for ; Tue, 12 Jul 2005 12:01:06 +0000 (GMT) (envelope-from lourik@wtec.co.za) Received: from lourik.poq.co.za ([192.168.2.200]) (AUTH: PLAIN lourik@wtec.co.za) by meerkat.wtec.co.za with esmtp; Tue, 12 Jul 2005 14:01:17 +0200 From: Lourik Malan Organization: Woodlands Technologies Pty(LTD) To: freebsd-net@freebsd.org Date: Tue, 12 Jul 2005 14:01:08 +0200 User-Agent: KMail/1.8 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200507121401.08550.lourik@wtec.co.za> Subject: GRE problems X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: lourik@wtec.co.za List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Jul 2005 12:01:08 -0000 Hi there I'm running FreeBSD 4.11 and some gre tunnels. It works fine on 4.11. But when i try the same thing on FreeBSD 5.4. It drops 90% of the packets. Can anyone please give me some advice. PC1 gif_interfaces="gre0" gifconfig_gre0=" 18.1.2.1 18.1.2.2 link1" ifconfig_gre0=" inet 18.1.1.1 18.1.1.2 netmask 255.255.255.252" ifconfig_sis0=" inet 18.1.2.1 netmask 255.255.255.240" PC2 gif_interfaces="gre0" gifconfig_gre0=" 18.1.2.2 18.1.2.1 link1" ifconfig_gre0=" inet 18.1.1.2 18.1.1.1 netmask 255.255.255.252" ifconfig_sis0=" inet 18.1.2.2 netmask 255.255.255.240" Thanks