Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 29 Apr 2001 03:13:20 -0500 (CDT)
From:      Nick Rogness <nick@rogness.net>
To:        freebsd-net@freebsd.org
Subject:   gif tunnel woes
Message-ID:  <Pine.BSF.4.21.0104290302520.70248-100000@cody.jharris.com>

next in thread | raw e-mail | index | archive | help

I'm having a problem with Multi destination gif tunnel.  Here the useful
setup info.

////////////////////////////////////////////////////////////////////
// Tunnel setup:

hadji# gifconfig -a
gif0: flags=9011<UP,POINTOPOINT,LINK0,MULTICAST> 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 <nick@rogness.net>
 - 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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.4.21.0104290302520.70248-100000>