From owner-freebsd-net@FreeBSD.ORG Fri Dec 14 23:02:24 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 D0B11CDE for ; Fri, 14 Dec 2012 23:02:24 +0000 (UTC) (envelope-from fjwcash@gmail.com) Received: from mail-lb0-f182.google.com (mail-lb0-f182.google.com [209.85.217.182]) by mx1.freebsd.org (Postfix) with ESMTP id 4A8C08FC0C for ; Fri, 14 Dec 2012 23:02:23 +0000 (UTC) Received: by mail-lb0-f182.google.com with SMTP id go10so3244566lbb.13 for ; Fri, 14 Dec 2012 15:02:23 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=m/G5lFrR82C+eJPyJCqQTkDAO2zC8EmVQ8r3qdf14Lk=; b=FHjLAhDXKJYVaEW7Z3ey9czEijw6f2xU1g9vXcjLey/Bl7SaWXHgxH3PUF9eWJ3q5q e5WsVZ31tSa3RIGpoXgO2rE+WaOUo+eMBRVxBVCRgecCFXsAgT84foCVHgD488nZZ2f7 6DlJy00IzbDS/0AJIie8OBPXQtJQ/xdlr28pCYaIqVa7X739ByhPYgD6fj/NWNg3IiFw 7c7VZd4x/zxzUFhslEg0+pJ6N2QM2uQqboUP3RRxyTxaYDCIWZHYIuzQFLCqeWDPaDTA RRV4Mt/nlEPtjshzlhIdWIlB4PEq2IEgRPxcnkTVy2wcPrSZk4+BPB/qMoUikTBkVawM VKgw== MIME-Version: 1.0 Received: by 10.152.125.237 with SMTP id mt13mr4008378lab.45.1355526142890; Fri, 14 Dec 2012 15:02:22 -0800 (PST) Received: by 10.114.81.40 with HTTP; Fri, 14 Dec 2012 15:02:22 -0800 (PST) In-Reply-To: <22dff5a60850319d50ce4f1a07309562.authenticated@ultimatedns.net> References: <22dff5a60850319d50ce4f1a07309562.authenticated@ultimatedns.net> Date: Fri, 14 Dec 2012 15:02:22 -0800 Message-ID: Subject: Re: MAC cloning available like Linux has? From: Freddie Cash To: Chris H Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.14 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:02:24 -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. ;) 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