From owner-freebsd-net@FreeBSD.ORG Sat Dec 15 16:10:56 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 D1E37CE2 for ; Sat, 15 Dec 2012 16:10:56 +0000 (UTC) (envelope-from wblock@wonkity.com) Received: from wonkity.com (wonkity.com [67.158.26.137]) by mx1.freebsd.org (Postfix) with ESMTP id 8553E8FC0A for ; Sat, 15 Dec 2012 16:10:56 +0000 (UTC) Received: from wonkity.com (localhost [127.0.0.1]) by wonkity.com (8.14.5/8.14.5) with ESMTP id qBFGAbKD092155; Sat, 15 Dec 2012 09:10:37 -0700 (MST) (envelope-from wblock@wonkity.com) Received: from localhost (wblock@localhost) by wonkity.com (8.14.5/8.14.5/Submit) with ESMTP id qBFGAbDZ092152; Sat, 15 Dec 2012 09:10:37 -0700 (MST) (envelope-from wblock@wonkity.com) Date: Sat, 15 Dec 2012 09:10:37 -0700 (MST) From: Warren Block To: Chris H Subject: Re: MAC cloning available like Linux has? In-Reply-To: <27119a9d879fd4fb124b517b1589d578.authenticated@ultimatedns.net> Message-ID: References: <22dff5a60850319d50ce4f1a07309562.authenticated@ultimatedns.net> <20121214230414.GF1959@glenbarber.us> <27119a9d879fd4fb124b517b1589d578.authenticated@ultimatedns.net> User-Agent: Alpine 2.00 (BSF 1167 2008-08-23) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.2.7 (wonkity.com [127.0.0.1]); Sat, 15 Dec 2012 09:10:37 -0700 (MST) 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: Sat, 15 Dec 2012 16:10:56 -0000 On Fri, 14 Dec 2012, Chris H wrote: > with: ifconfig_ue0="ether ##:##:##:##:##:##; DHCP" > the ether isn't honored (ignored) Remove the semicolon. I don't know if the order of parameters there matters, but think that the rc scripts just look for the presence of DHCP. This just worked in a VM here.