From owner-freebsd-net@FreeBSD.ORG Sun Dec 16 02:17:48 2012 Return-Path: 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 8114420C; Sun, 16 Dec 2012 02:17:48 +0000 (UTC) (envelope-from chris#@1command.com) Received: from udns.ultimateDNS.NET (24-113-197-124.wavecable.com [24.113.197.124]) by mx1.freebsd.org (Postfix) with ESMTP id F2EF68FC0A; Sun, 16 Dec 2012 02:17:47 +0000 (UTC) Received: from udns.ultimateDNS.NET (localhost [127.0.0.1]) by udns.ultimateDNS.NET (8.14.5/8.14.5) with ESMTP id qBG2HhHB026893; Sat, 15 Dec 2012 18:17:49 -0800 (PST) (envelope-from chris#@1command.com) Received: (from www@localhost) by udns.ultimateDNS.NET (8.14.5/8.14.5/Submit) id qBG2Hc8L026887; Sat, 15 Dec 2012 18:17:38 -0800 (PST) (envelope-from chris#@1command.com) Received: from udns.ultimatedns.net ([24.113.197.124]) (UDNSMS authenticated user chrish) by ultimatedns.net with HTTP; Sat, 15 Dec 2012 18:17:38 -0800 (PST) Message-ID: <9f0417b535c274cfc1ae143bacadcb09.authenticated@ultimatedns.net> In-Reply-To: <20121216124603.H4345@sola.nimnet.asn.au> References: <22dff5a60850319d50ce4f1a07309562.authenticated@ultimatedns.net> <20121214230414.GF1959@glenbarber.us> <27119a9d879fd4fb124b517b1589d578.authenticated@ultimatedns.net> <20121215115343.GC1342@glenbarber.us> <31ed4a74f0e5c8f3156d725d86590379.authenticated@ultimatedns.net> <20121215181928.GC1344@glenbarber.us> <4206626b0eb77c1955c546d5cf91b4cc.authenticated@ultimatedns.net> <09d1faaf95a2644e1819a042b65ca360.authenticated@ultimatedns.net> <20121216124603.H4345@sola.nimnet.asn.au> Date: Sat, 15 Dec 2012 18:17:38 -0800 (PST) Subject: Re: MAC cloning available like Linux has? From: "Chris H" To: "Ian Smith" User-Agent: UDNSMS/2.0.3 MIME-Version: 1.0 Content-Type: text/plain;charset=utf-8 Content-Transfer-Encoding: 8bit X-Priority: 3 (Normal) Importance: Normal Cc: Glen Barber , Adrian Chadd , freebsd-net X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 16 Dec 2012 02:17:48 -0000 > On Sat, 15 Dec 2012 12:51:11 -0800, Chris H wrote: > > > in rc.conf, adding the following (order is important!), everything > > works as expected/desired/anticipated; > > > > --- begin rc,conf -------------------------------------------------------------- > > ifconfig_ue0="ether ##:##:##:##:##:##" > > > > ifconfig_ue0_alias0="DHCP" > > > > *** or *** > > > > ifconfig_ue0_alias0="inet ip4.add.ress.anticipated netmask kno.wn.net.mask" > > > > followed by > > defaultrouter="kno.wn.gate.way" --applies for static only > > --- end rc,conf -------------------------------------------------------------- > > Just one thing that's important to understand: order in rc.conf is only > important in one regard, that the _last_ assignment for any particular > variable is the only one that matters. rc.conf is just an sh script, > included by '.', and any later assignments override any earlier ones. > > In particular, the order of assignments to any _different_ variables in > rc.conf is completely irrelevant. Thanks for taking the time to point that out. Good to know. Will help me _not_ make unnecessary moves when trying to sort out a problem like this in the future. :) > > Glad you got it sorted out otherwise. Me too. :) --Chris > > cheers, Ian > _______________________________________________ > freebsd-net@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-net > To unsubscribe, send any mail to "freebsd-net-unsubscribe@freebsd.org" >