From owner-freebsd-net@FreeBSD.ORG Sun Sep 19 04:30:14 2004 Return-Path: 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 2557C16A4CF for ; Sun, 19 Sep 2004 04:30:14 +0000 (GMT) Received: from mailout2.barnet.com.au (mailout2.barnet.com.au [218.185.88.16]) by mx1.FreeBSD.org (Postfix) with ESMTP id DF54B43D2F for ; Sun, 19 Sep 2004 04:30:13 +0000 (GMT) (envelope-from edwin@mavetju.org) Received: by mailout2.barnet.com.au (Postfix, from userid 27) id 124F5707485; Sun, 19 Sep 2004 14:30:13 +1000 (EST) X-Viruscan-Id: <414D0B54000102E5C339FE@BarNet> Received: from mail2-auth.barnet.com.au (localhost.barnet.com.au [127.0.0.1]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) Authority" (verified OK)) by mail2.barnet.com.au (Postfix) with ESMTP id 97E57707484 for ; Sun, 19 Sep 2004 14:30:12 +1000 (EST) Received: from k7.mavetju (edwin-3.int.barnet.com.au [10.10.12.2]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) Certificate Authority" (verified OK)) by mail2-auth.barnet.com.au (Postfix) with ESMTP id 12EC7707483 for ; Sun, 19 Sep 2004 14:30:12 +1000 (EST) Received: by k7.mavetju (Postfix, from userid 1001) id 157F461B4; Sun, 19 Sep 2004 14:30:11 +1000 (EST) Date: Sun, 19 Sep 2004 14:30:11 +1000 From: Edwin Groothuis To: freebsd-net@freebsd.org Message-ID: <20040919043011.GA22566@k7.mavetju> References: <20040919041146.GA32274@k7.mavetju> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20040919041146.GA32274@k7.mavetju> User-Agent: Mutt/1.5.6i Subject: Re: ospf / gif / packets not pushed into gif tunnel X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 19 Sep 2004 04:30:14 -0000 On Sun, Sep 19, 2004 at 02:11:46PM +1000, Edwin Groothuis wrote: > gif-interface on server: > 13:28:30.220792 10.10.12.1 > 10.10.12.2: icmp: echo request > fxp-interface on server: > 13:28:30.291934 IP 218.185.88.254 > 192.168.1.1: IP 10.10.12.1 > 10.10.12.2: icmp 64: echo request seq 512 (ipip-proto-4) > > fxp-interface on remote: > 13:28:30.220823 218.185.88.254 > 203.111.122.2: 10.10.12.1 > 10.10.12.2: icmp: echo request (ipip-proto-4) > gif-interface on remote: > nothing The two fxp-interfaces are swapped. It should be: gif-interface on server: 13:28:30.220792 10.10.12.1 > 10.10.12.2: icmp: echo request fxp-interface on server: 13:28:30.220823 218.185.88.254 > 203.111.122.2: 10.10.12.1 > 10.10.12.2: icmp: echo request (ipip-proto-4) fxp-interface on remote: 13:28:30.291934 IP 218.185.88.254 > 192.168.1.1: IP 10.10.12.1 > 10.10.12.2: icmp 64: echo request seq 512 (ipip-proto-4) gif-interface on remote: nothing Edwi -- Edwin Groothuis | Personal website: http://www.mavetju.org edwin@mavetju.org | Weblog: http://weblog.barnet.com.au/edwin/