From owner-freebsd-net@FreeBSD.ORG Mon Jul 26 00:53:00 2004 Return-Path: Delivered-To: freebsd-net@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6513E16A4CE for ; Mon, 26 Jul 2004 00:53:00 +0000 (GMT) Received: from mailhost.schluting.com (schluting.com [131.252.214.57]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1B14A43D45 for ; Mon, 26 Jul 2004 00:53:00 +0000 (GMT) (envelope-from charlie@schluting.com) Received: from localhost (localhost [127.0.0.1]) by mailhost.schluting.com (Postfix) with ESMTP id 740742172 for ; Sun, 25 Jul 2004 17:52:59 -0700 (PDT) Received: from unknown by localhost (amavisd-new, unix socket) id client-QoIm03cr for ; Sun, 25 Jul 2004 17:52:50 -0700 (PDT) Received: from [10.1.0.69] (c-24-20-163-50.client.comcast.net [24.20.163.50]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mailhost.schluting.com (Postfix) with ESMTP id 642FA20A8 for ; Sun, 25 Jul 2004 17:52:49 -0700 (PDT) Message-ID: <410455E9.8090106@schluting.com> Date: Sun, 25 Jul 2004 17:52:57 -0700 From: Charlie Schluting User-Agent: Mozilla Thunderbird 0.6 (Windows/20040502) X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-net@freebsd.org Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: by your mom at schluting.com Subject: spoofed MAC on a dhcp interface X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 Jul 2004 00:53:00 -0000 Hi :) /etc/rc.conf: ifconfig_xl0="ether 00:11:11:11:11:11" ifconfig_xl0="DHCP" The above doesn't work.. I'm trying to set the mac, and then dhcp.. is this the correct way? With this config, its not getting the mac assigned to xl0, so I have to stop dhclient, run "ifconfig ether 00:11:11:11:11:11" manually, then dhcp again. Thanks! -Charlie