From owner-freebsd-questions@FreeBSD.ORG Tue Oct 24 06:37:06 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 02B8F16A47E for ; Tue, 24 Oct 2006 06:37:06 +0000 (UTC) (envelope-from infofarmer@gmail.com) Received: from nf-out-0910.google.com (nf-out-0910.google.com [64.233.182.184]) by mx1.FreeBSD.org (Postfix) with ESMTP id 39E8443D49 for ; Tue, 24 Oct 2006 06:37:03 +0000 (GMT) (envelope-from infofarmer@gmail.com) Received: by nf-out-0910.google.com with SMTP id p77so100424nfc for ; Mon, 23 Oct 2006 23:37:03 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:sender:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references:x-google-sender-auth; b=hat1M/Xb0Su9HByV1FnBwdigjeldmsVb1szyxwWetrlQxlDCoNvkMCkDH4G+2/Y95BEDubS7fBdR4iHJ5HW6zOjCpUlcfpnzQDwNRbHZaGrlLfEDGWB/LGKKVX3PwdgsfQBQTgyNAqOInRzSrTFPKByNHosEplaL3t6JrgEpJNs= Received: by 10.78.90.10 with SMTP id n10mr8608155hub; Mon, 23 Oct 2006 23:37:02 -0700 (PDT) Received: by 10.78.167.16 with HTTP; Mon, 23 Oct 2006 23:37:02 -0700 (PDT) Message-ID: Date: Tue, 24 Oct 2006 10:37:02 +0400 From: "Andrew Pantyukhin" Sender: infofarmer@gmail.com To: "Tuc at T-B-O-H.NET" In-Reply-To: <200610240421.k9O4LrUu053662@himinbjorg.tucs-beachin-obx-house.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <200610240421.k9O4LrUu053662@himinbjorg.tucs-beachin-obx-house.com> X-Google-Sender-Auth: cbb36f8c51b548dc Cc: freebsd-questions@freebsd.org Subject: Re: GRE to Cisco X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 24 Oct 2006 06:37:06 -0000 On 10/24/06, Tuc at T-B-O-H.NET wrote: > Hi, > > I was wondering if anyone has used GRE tunnel extensively. I'm trying to > connect a FreeBSD system to a Cisco router. For testing ONLY I'm trying to do > it to two devices on the same subnet. When I bring the gre up, I can't > ping the other side. I have my FreeBSD at 192.168.3.21 and gre0 looks like : > > gre0: flags=9051 mtu 1476 > tunnel inet 192.168.3.21 --> 192.168.3.149 > inet6 fe80::212:3fff:fedd:58b2%gre0 prefixlen 64 scopeid 0x7 > inet 192.168.3.21 --> 192.168.3.149 netmask 0xffffffff > > My Cisco is at 192.168.3.149 and looks like : > > interface Tunnel0 > ip unnumbered Ethernet0 > tunnel source Ethernet0 > tunnel destination 192.168.3.21 > ! > interface Ethernet0 > ip address 192.168.3.149 255.255.255.0 > > Ideas? I'm not very experienced with this, but if your routing table lists 192.168.3.149 as reachable through the tunnel, then the tunnel itself can't function, naturally.