From owner-freebsd-net@FreeBSD.ORG Wed Mar 31 05:19:58 2004 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 2E04916A4CE for ; Wed, 31 Mar 2004 05:19:58 -0800 (PST) Received: from smtp03.uc3m.es (smtp03.uc3m.es [163.117.136.123]) by mx1.FreeBSD.org (Postfix) with ESMTP id 545DB43D1F for ; Wed, 31 Mar 2004 05:19:57 -0800 (PST) (envelope-from jrh@it.uc3m.es) Received: from smtp03.uc3m.es (localhost [127.0.0.1]) by localhost.uc3m.es (Postfix) with ESMTP id 5816519C34 for ; Wed, 31 Mar 2004 15:19:56 +0200 (CEST) Received: from localhost.invalid (unknown [163.117.140.30]) by smtp03.uc3m.es (Postfix) with ESMTP id 428CB19C19 for ; Wed, 31 Mar 2004 15:19:56 +0200 (CEST) From: Juan Rodriguez Hervella Organization: UC3M To: freebsd-net@freebsd.org Date: Wed, 31 Mar 2004 15:19:50 +0200 User-Agent: KMail/1.6 MIME-Version: 1.0 Content-Disposition: inline Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Message-Id: <200403311519.50763.jrh@it.uc3m.es> Subject: How to change the next hop ethernet address of a route using "route" command 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: Wed, 31 Mar 2004 13:19:58 -0000 Hello, I try to do this: route add 163.117.139.99/32 -iface tap0 route change 163.117.139.99/32 -link 00:bd:82:1c:96:00 And when I see the result with "netstat -rn", I get this: [snipped] 163.117.140.30/32 00:bd.82.1c.96.0 ULS 0 14 tap0 ^^^^^^^^^^^^^^ [snipped] Is this right ? why there are not the same number of colons ? Thanks -- ****** JFRH ****** "Deliver yesterday, code today, think tomorrow."