From owner-freebsd-net@FreeBSD.ORG Mon Aug 11 10:53:00 2003 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 6B9B437B401 for ; Mon, 11 Aug 2003 10:53:00 -0700 (PDT) Received: from apollo.kinger.net (ns.kinger.com [140.99.32.3]) by mx1.FreeBSD.org (Postfix) with ESMTP id E7B4A43FBF for ; Mon, 11 Aug 2003 10:52:59 -0700 (PDT) (envelope-from king@kinger.net) Received: from localhost (localhost [127.0.0.1]) by apollo.kinger.net (8.9.0/8.9.0) with ESMTP id LAA20452 for ; Mon, 11 Aug 2003 11:02:14 -0700 Date: Mon, 11 Aug 2003 11:02:13 -0700 (MST) From: Link King To: freebsd-net@freebsd.org Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Subject: Recursive Tunneling 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: Mon, 11 Aug 2003 17:53:00 -0000 I'm trying to setup multiple layers of IPIP tunnels on a FreeBSD system (destined to Cisco routers). I have what I believe is the correct setup on the FreeBSD box but am getting a ping error when testing the second IPIP tunnel: bash-2.05b# ping 10.2.2.2 PING 10.2.2.2 (10.2.2.2): 56 data bytes ping: sendto: Input/output error ping: sendto: Input/output error ping: sendto: Input/output error The first tunnel works fine and if I generate the ping from the Cisco side (on the second tunnel) the packets get to the FreeBSD box just fine. Here's my interface config: bash-2.05b# gifconfig -a gif0: flags=8051 mtu 1280 inet 10.1.1.1 --> 10.1.1.2 netmask 0xfffffffc inet6 fe80::2e0:81ff:fe24:eff4%gif0 prefixlen 64 physical address inet xxx.xxx.xxx.125 --> xxx.xxx.xxx.234 gif1: flags=8051 mtu 1280 inet 10.2.2.1 --> 10.2.2.2 netmask 0xfffffffc inet6 fe80::2e0:81ff:fe24:eff4%gif1 prefixlen 64 physical address inet 10.1.1.1 --> 10.1.1.2 Can anyone tell me what I've got setup wrong here or at the least what the 'Input/output error' indicates? Link King king@kinger.net