From owner-freebsd-questions Wed May 2 20:29:46 2001 Delivered-To: freebsd-questions@freebsd.org Received: from cody.jharris.com (cody.jharris.com [205.238.128.83]) by hub.freebsd.org (Postfix) with ESMTP id 5EE5637B422 for ; Wed, 2 May 2001 20:29:43 -0700 (PDT) (envelope-from nick@rogness.net) Received: from localhost (nick@localhost) by cody.jharris.com (8.11.1/8.9.3) with ESMTP id f434e6U09954 for ; Wed, 2 May 2001 23:40:06 -0500 (CDT) (envelope-from nick@rogness.net) Date: Wed, 2 May 2001 23:40:06 -0500 (CDT) From: Nick Rogness X-Sender: nick@cody.jharris.com To: freebsd-questions@freebsd.org Subject: gif tunnel woes Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG No luck on freebsd-net, so trying -questions I'm having a problem with Multi destination gif tunnel. Here the useful setup info. //////////////////////////////////////////////////////////////////// // Tunnel setup: hadji# gifconfig -a gif0: flags=9011 mtu 1280 inet 192.168.254.9 --> 192.168.254.10 netmask 0xffffff00 inet 192.168.254.1 --> 192.168.254.2 netmask 0xffffff00 physical address inet 24.28.70.222 --> 0.0.0.0 hadji# netstat -rn . 192.168.254.2 24.27.51.59 UHS 2 13 gif0 192.168.254.10 3.9.7.22 UH 0 0 gif0 . //////////////////////////////////////////////////////////////////// // OK I can ping the other side of the tunnel hadji# ping 192.168.254.2 PING 192.168.254.2 (192.168.254.2): 56 data bytes 64 bytes from 192.168.254.2: icmp_seq=0 ttl=255 time=89.068 ms //////////////////////////////////////////////////////////////////// OK, so all looks well. Now we need to add a route to the far network hadji# route add -net 192.168.10.0 192.168.254.2 //////////////////////////////////////////////////////////////////// ////OK, now lets try to reach it: hadji# ping 192.168.10.16 PING 192.168.10.16 (192.168.10.16): 56 data bytes ping: sendto: Input/output error ping: sendto: Input/output error //////////////////////////////////////////////////////////////////// Input/output error...? Someone have some ideas? Nick Rogness - Keep on Routing in a Free World... "FreeBSD: The Power to Serve!" To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message