From owner-freebsd-net Sun Apr 29 0: 3:57 2001 Delivered-To: freebsd-net@freebsd.org Received: from cody.jharris.com (cody.jharris.com [205.238.128.83]) by hub.freebsd.org (Postfix) with ESMTP id 2739037B424 for ; Sun, 29 Apr 2001 00:03:54 -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 f3T8DKR70298 for ; Sun, 29 Apr 2001 03:13:20 -0500 (CDT) (envelope-from nick@rogness.net) Date: Sun, 29 Apr 2001 03:13:20 -0500 (CDT) From: Nick Rogness X-Sender: nick@cody.jharris.com To: freebsd-net@freebsd.org Subject: gif tunnel woes Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-net@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org 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-net" in the body of the message