From owner-freebsd-net Thu Feb 27 1:59: 4 2003 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 B42CC37B401 for ; Thu, 27 Feb 2003 01:59:03 -0800 (PST) Received: from mail.voor.deze.org (a177167.upc-a.chello.nl [62.163.177.167]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8D13643FDD for ; Thu, 27 Feb 2003 01:59:02 -0800 (PST) (envelope-from volf@deze.org) Received: by mail.voor.deze.org (Postfix, from userid 226) id AD6DD3E1B; Thu, 27 Feb 2003 10:59:00 +0100 (CET) Subject: Showing physical interface addresses of gre tunnel To: freebsd-net@freebsd.org Date: Thu, 27 Feb 2003 10:59:00 +0100 (CET) X-Mailer: ELM [version 2.4ME+ PL99b (25)] MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset=US-ASCII Message-Id: <20030227095900.AD6DD3E1B@mail.voor.deze.org> From: volf@deze.org (Frank Volf) Sender: owner-freebsd-net@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Hi, If I configure a gre tunnel, between two end-points, I'm able to view the point-to-point IP addresses of the tunnel using ifconfig, e.g.: gre1: flags=b051 mtu 1476 inet6 fe80::2a0:c9ff:fea3:4b75%gre1 prefixlen 64 scopeid 0x5 inet 192.168.254.2 --> 192.168.254.1 netmask 0xffffff00 Unfortunately, I cannot find a way to show which physical IP addresses I have configured for the tunnel (i.e. the addresses configured with ifconfig gre1 tunnel src dst). Doe anyone know a command to show these (other than tcpdump :-)? If it matters, this particular system is using FreeBSD 5.0 RELEASE. Kind regards, Frank To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-net" in the body of the message