From owner-freebsd-questions Fri Oct 30 11:35:30 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id LAA16687 for freebsd-questions-outgoing; Fri, 30 Oct 1998 11:35:30 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from pp3.shef.ac.uk (pp3.shef.ac.uk [143.167.2.3]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id LAA16671 for ; Fri, 30 Oct 1998 11:35:26 -0800 (PST) (envelope-from nick@dcs.shef.ac.uk) Received: from [143.167.11.162] (helo=dcs.shef.ac.uk) by pp3.shef.ac.uk with esmtp (Exim 2.02 #2) id 0zZKKN-0007KT-00; Fri, 30 Oct 1998 19:35:19 +0000 Message-ID: <363A1260.E47EB52B@dcs.shef.ac.uk> Date: Fri, 30 Oct 1998 19:24:16 +0000 From: "Nick A. Fikouras" X-Mailer: Mozilla 4.04 [en] (Win95; I) MIME-Version: 1.0 To: Afonso Miu , "freebsd-questions@FreeBSD.ORG" Subject: Re: Static Route (Correction) References: Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I need to correct something to my previous response. Unfortunately, you can not specify the ethernet address to a static route for a host. So, you can not do: route_bar="-host xxx.xxx.xxx.xxx ff:ff:ff:ff:ff:ff -interface epx" but you can ommit the ff's and do: route_bar="-host xxx.xxx.xxx.xxx -interface epx" I am sorry for the inconvenience, nick To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message