From owner-freebsd-net@FreeBSD.ORG Fri Dec 14 23:50:44 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 F31518F9 for ; Fri, 14 Dec 2012 23:50:43 +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 BAC608FC0A for ; Fri, 14 Dec 2012 23:50:43 +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 qBENoeKu022936; Fri, 14 Dec 2012 15:50:46 -0800 (PST) (envelope-from chris#@1command.com) Received: (from www@localhost) by udns.ultimateDNS.NET (8.14.5/8.14.5/Submit) id qBENoY5L022930; Fri, 14 Dec 2012 15:50:34 -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; Fri, 14 Dec 2012 15:50:35 -0800 (PST) Message-ID: In-Reply-To: References: <22dff5a60850319d50ce4f1a07309562.authenticated@ultimatedns.net> Date: Fri, 14 Dec 2012 15:50:35 -0800 (PST) Subject: Re: MAC cloning available like Linux has? From: "Chris H" To: "Freddie Cash" 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: 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: Fri, 14 Dec 2012 23:50:44 -0000 > On Fri, Dec 14, 2012 at 2:46 PM, Chris H wrote: > >> ifconfig_ue0="DHCP" >> ifconfig_ue0_alias0="ether ##:##:##:##:##:##" >> >> So apparently it's not possible (for me) to accomplish this >> with anything but Linux. Bummer, have used BSD exclusively >> since the early 80's. Couldn't imagine having to use anything >> else. :( >> > > You're just not trying hard enough, or thinking logically enough. ;) Or _too_ hard -- making it harder than it really is. ;) > > ifconfig then dhclient works. Yet you configure rc.conf to do dhclient > then ifconfig. :) D'OH! > > Reverse your rc.conf entries to match what you did at the command prompt: > > ifconfig_ue0="ether blah blah blah" > ifconfig_ue0_alias0="DHCP" Thanks/1 That will _clearly_ work. Thanks for Freddie, for taking the time to respond. > > -- > Freddie Cash > fjwcash@gmail.com >