From owner-freebsd-net@FreeBSD.ORG Fri Feb 2 02:59:11 2007 Return-Path: X-Original-To: freebsd-net@freebsd.org Delivered-To: freebsd-net@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 7FFC116A402 for ; Fri, 2 Feb 2007 02:59:11 +0000 (UTC) (envelope-from ml@t-b-o-h.net) Received: from vjofn.tucs-beachin-obx-house.com (vjofn.tucs-beachin-obx-house.com [204.107.90.128]) by mx1.freebsd.org (Postfix) with ESMTP id 3F2AC13C48D for ; Fri, 2 Feb 2007 02:59:11 +0000 (UTC) (envelope-from ml@t-b-o-h.net) Received: from himinbjorg.tucs-beachin-obx-house.com (cpe-72-225-142-211.hvc.res.rr.com [72.225.142.211]) (authenticated bits=0) by vjofn.tucs-beachin-obx-house.com (8.12.9/8.12.9) with ESMTP id l122eSQe072180 for ; Thu, 1 Feb 2007 21:40:28 -0500 (EST) Received: from himinbjorg.tucs-beachin-obx-house.com (localhost.tucs-beachin-obx-house.com [127.0.0.1]) by himinbjorg.tucs-beachin-obx-house.com (8.13.8/8.13.6) with ESMTP id l122eNrK031917 for ; Thu, 1 Feb 2007 21:40:23 -0500 (EST) (envelope-from ml@t-b-o-h.net) Received: (from tbohml@localhost) by himinbjorg.tucs-beachin-obx-house.com (8.13.8/8.13.6/Submit) id l122eMtv031916 for freebsd-net@freebsd.org; Thu, 1 Feb 2007 21:40:22 -0500 (EST) (envelope-from tbohml) From: "Tuc at T-B-O-H.NET" Message-Id: <200702020240.l122eMtv031916@himinbjorg.tucs-beachin-obx-house.com> To: freebsd-net@freebsd.org Date: Thu, 1 Feb 2007 21:40:22 -0500 (EST) X-Mailer: ELM [version 2.5 PL8] MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Subject: Converting Cisco shorthand to route statement X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Feb 2007 02:59:11 -0000 Hi, I have a line on my router : ip route 172.16.3.0 255.255.255.0 Tunnel0 I'd like to change it to something that doesn't use the "Tunnel0" as a destination, that could be used in a "route" statement. Thanks, Tuc