From owner-freebsd-questions@FreeBSD.ORG Wed Apr 19 16:55:33 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A4B2F16A400 for ; Wed, 19 Apr 2006 16:55:33 +0000 (UTC) (envelope-from anthcourtney@gmail.com) Received: from nproxy.gmail.com (nproxy.gmail.com [64.233.182.186]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0401243D49 for ; Wed, 19 Apr 2006 16:55:32 +0000 (GMT) (envelope-from anthcourtney@gmail.com) Received: by nproxy.gmail.com with SMTP id m18so62870nfc for ; Wed, 19 Apr 2006 09:55:32 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=mt5RDY2zPjiSmY/pTowlMqgy/vtEF4nrWGT+GxPDgW0VwoIS6pL7stVVaGp0OT6qjvRVKipFRJevv7JMUdf9dHVyftmvVTwVlV7U4ThL8AAXtcCtD3/It0oT/GLt8r57uZVJ4lUB5LqDrI1fmrhAb46HUcv7DPxtqx+I7C58grs= Received: by 10.49.95.7 with SMTP id x7mr3425518nfl; Wed, 19 Apr 2006 06:19:17 -0700 (PDT) Received: by 10.49.17.20 with HTTP; Wed, 19 Apr 2006 06:19:16 -0700 (PDT) Message-ID: Date: Wed, 19 Apr 2006 23:19:16 +1000 From: "Anth Courtney" To: freebsd-questions@freebsd.org In-Reply-To: <002601c663ad$84e72270$0200a8c0@satellite> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <002601c663ad$84e72270$0200a8c0@satellite> Subject: Re: changing a nic's mac address, freebsd6 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 19 Apr 2006 16:55:33 -0000 Dave, On 4/19/06, Dave wrote: > Hello, > I've got an rl0 nic on a freebsd6 machine that i need to change it's m= ac > address on a tempoary basis. You can do this with ifconfig and the link parameter. i.e # /sbin/ifconfig rl0 link $NEWMACADDRESS cheers, Anth