From owner-freebsd-questions@FreeBSD.ORG Mon Feb 28 09:41:14 2005 Return-Path: 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 51E5416A4CE for ; Mon, 28 Feb 2005 09:41:14 +0000 (GMT) Received: from mail.freebsd-corp-net-guide.com (mail.freebsd-corp-net-guide.com [65.75.192.90]) by mx1.FreeBSD.org (Postfix) with ESMTP id DAE9043D2D for ; Mon, 28 Feb 2005 09:41:13 +0000 (GMT) (envelope-from tedm@toybox.placo.com) Received: from tedwin2k (nat-rtr.freebsd-corp-net-guide.com [65.75.197.130]) j1S9elb15100; Mon, 28 Feb 2005 01:40:48 -0800 (PST) (envelope-from tedm@toybox.placo.com) From: "Ted Mittelstaedt" To: "Rob" , Date: Mon, 28 Feb 2005 01:40:45 -0800 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.6604 (9.0.2911.0) In-Reply-To: <20050228020036.40265.qmail@web54003.mail.yahoo.com> X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1478 Importance: Normal cc: FreeBSD questions Subject: RE: Change MAC address of LAN card in rc.conf. How? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 28 Feb 2005 09:41:14 -0000 > -----Original Message----- > From: owner-freebsd-questions@freebsd.org > [mailto:owner-freebsd-questions@freebsd.org]On Behalf Of Rob > Sent: Sunday, February 27, 2005 6:01 PM > To: mgrant@grant.org > Cc: FreeBSD questions > Subject: Re: Change MAC address of LAN card in rc.conf. How? > > > > --- Michael Grant wrote: > > > Just curious, why would you ever need to change your > > mac address? > > In my university network, IP numbers must match a > previously registered MAC address, otherwise the IP > number is blocked. So our group has a list of IP > numbers, that each only work with a specific MAC > address. > Yeah, the network admins do that to prevent people spoofing IP addresses to try attacking other computers. Of course, it's stupid since you can spoof the mac and attack away. > When shifting around computers and IP addresses, it > is easier to fake the MAC address to what I need, > than to start a procedure with the computer center > to change the MAC address of a certain IP number. > One of these days you need to start spoofing the mac of the default gateway they are using, and I would suspect after a few weeks or months of that they will jettison the whole register MAC address procedure. Recording the MAC address only has validity when they are assigning a specific MAC to a specific hardware port on the switch by using intelligent switches that filter. But if they are using dumb hubs then they are just being idiots and making work for themselves. > I manage to do this easily on my FreeBSD PCs. > > However, my colleagues are suprised and ask me how > to do this on their MS-Windows systems..... > It's incredibly easy to do, just go into driver properties for just about every network driver ever written for Windows. Of course, this illustrates perfectly the absurdity of continually trying to make computers easier and easier and easier to use with a GUI - no matter how much simpler you make it, the people you are trying to serve will always outrace you in ignorance. Ted