Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 19 Sep 2004 14:30:11 +1000
From:      Edwin Groothuis <edwin@mavetju.org>
To:        freebsd-net@freebsd.org
Subject:   Re: ospf / gif / packets not pushed into gif tunnel
Message-ID:  <20040919043011.GA22566@k7.mavetju>
In-Reply-To: <20040919041146.GA32274@k7.mavetju>
References:  <20040919041146.GA32274@k7.mavetju>

next in thread | previous in thread | raw e-mail | index | archive | help
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/



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