From owner-freebsd-questions@FreeBSD.ORG Mon Feb 25 22:09:03 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1292116A40D; Mon, 25 Feb 2008 22:09:03 +0000 (UTC) (envelope-from ml@netfence.it) Received: from parrot.aev.net (parrot.aev.net [212.31.247.179]) by mx1.freebsd.org (Postfix) with ESMTP id 9757E13C46E; Mon, 25 Feb 2008 22:09:02 +0000 (UTC) (envelope-from ml@netfence.it) Received: from soth.ventu ([151.77.252.33]) (authenticated bits=128) by parrot.aev.net (8.14.2/8.13.8) with ESMTP id m1PM9UMr023526 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=FAIL); Mon, 25 Feb 2008 23:09:35 +0100 (CET) (envelope-from ml@netfence.it) Received: from alamar.ventu (alamar.ventu [10.1.2.18]) by soth.ventu (8.14.2/8.14.2) with ESMTP id m1PM9koC041548; Mon, 25 Feb 2008 23:09:46 +0100 (CET) (envelope-from ml@netfence.it) Message-ID: <47C33C72.4030204@netfence.it> Date: Mon, 25 Feb 2008 23:08:50 +0100 From: Andrea Venturoli User-Agent: Thunderbird 2.0.0.9 (X11/20071116) MIME-Version: 1.0 To: Ed Maste References: <47C012EE.6090006@netfence.it> <20080224230441.GA12542@sandvine.com> <47C28A9E.6040700@netfence.it> <20080225212418.GA87032@sandvine.com> In-Reply-To: <20080225212418.GA87032@sandvine.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Scanned-By: MIMEDefang 2.63 on 212.31.247.179 Cc: freebsd-questions@freebsd.org Subject: Re: 6.3 DHCP and static_routes 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: Mon, 25 Feb 2008 22:09:03 -0000 Ed Maste ha scritto: > On Mon, Feb 25, 2008 at 10:30:06AM +0100, Andrea Venturoli wrote: > Yes, the problem is that your local-route option overrides the previous > one each time, so only the last one takes effect. You need to put them > all together as a single option, probably like > > option local-route 18:c0:A8:65:0a:01:02:0d:18:c0:A8:67:0a:01:02:0f:00:0a:01:02:7f; > > and the same for the Windows code 249 version of the option. Thanks a lot, this solved it. bye av.