From owner-freebsd-net@FreeBSD.ORG Sat Dec 15 07:26:19 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 F1827F4A for ; Sat, 15 Dec 2012 07:26:19 +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 BCCD98FC0C for ; Sat, 15 Dec 2012 07:26:19 +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 qBF7QB0h003607 for ; Fri, 14 Dec 2012 23:26:18 -0800 (PST) (envelope-from chris#@1command.com) Received: (from www@localhost) by udns.ultimateDNS.NET (8.14.5/8.14.5/Submit) id qBF7Q6bU003604; Fri, 14 Dec 2012 23:26:06 -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 23:26:06 -0800 (PST) Message-ID: <27119a9d879fd4fb124b517b1589d578.authenticated@ultimatedns.net> In-Reply-To: <20121214230414.GF1959@glenbarber.us> References: <22dff5a60850319d50ce4f1a07309562.authenticated@ultimatedns.net> <20121214230414.GF1959@glenbarber.us> Date: Fri, 14 Dec 2012 23:26:06 -0800 (PST) Subject: Re: MAC cloning available like Linux has? From: "Chris H" To: "freebsd-net" 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 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: Sat, 15 Dec 2012 07:26:20 -0000 > On Fri, Dec 14, 2012 at 02:46:33PM -0800, Chris H wrote: >> OK. So it is possible with BSD. Let's try to make it permanent! >> adding any of the following attempts failed miserably: >> ifconfig_ue0="ether ##:##:##:##:##:## DHCP" >> >> ifconfig_ue0="DHCP" >> ifconfig_ue0_alias0="ether ##:##:##:##:##:##" >> Well, dfeeling "armed, and dangerous" with the new knowledge gained from Mateusz Guzik, Freddie Cash, and Glen Barber, I downloaded CD1 of RELENG_9, and installed it. I attempted to use the suggestions previously provided. However, they were either rejected, or quietly ignored. :( with: ifconfig_ue0="ether ##:##:##:##:##:##; DHCP" the ether isn't honored (ignored) ifconfig_ue0="ether blah blah blah" ifconfig_ue0_alias0="DHCP" throws an error (but spins by too fast to catch) /var/log/messages would probably reveal it. ifconfig_ue0="DHCP" create_args_ue0="ether ##:##:##:##:##:##" create_args is simply ignored. I don't get it. I've tried every imaginable incarnation I could possibly conceive. Is it even possible? I had really hoped to turn this into a gateway, and while Linux will "clone" the MAC(3). I don't trust it (security wise). Is Linux' DHCP more robust than BSD'?! Hard to imagine, but I'm completely at a loss. --Chris