Date: Fri, 14 Dec 2012 15:02:22 -0800 From: Freddie Cash <fjwcash@gmail.com> To: Chris H <chris#@1command.com> Cc: freebsd-net <freebsd-net@freebsd.org> Subject: Re: MAC cloning available like Linux has? Message-ID: <CAOjFWZ4iRTcg=tGzg0QEjiBZ28eYg86TssiT17_YnOSaJzTs4w@mail.gmail.com> In-Reply-To: <22dff5a60850319d50ce4f1a07309562.authenticated@ultimatedns.net> References: <fbb9a110e10541ca977e38c0078b8cd4.authenticated@ultimatedns.net> <dcf4605249a8bff03454b85056c62ba4.authenticated@ultimatedns.net> <CA%2BtpaK2ooetDd%2BNE3WNbAQ_3_Kcxit8jvyVf4X9X2wxUc9R4Rg@mail.gmail.com> <22dff5a60850319d50ce4f1a07309562.authenticated@ultimatedns.net>
next in thread | previous in thread | raw e-mail | index | archive | help
On Fri, Dec 14, 2012 at 2:46 PM, Chris H <chris#@1command.com> 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. ;) ifconfig then dhclient works. Yet you configure rc.conf to do dhclient then ifconfig. :) Reverse your rc.conf entries to match what you did at the command prompt: ifconfig_ue0="ether blah blah blah" ifconfig_ue0_alias0="DHCP" -- Freddie Cash fjwcash@gmail.com
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CAOjFWZ4iRTcg=tGzg0QEjiBZ28eYg86TssiT17_YnOSaJzTs4w>