From owner-cvs-all Sat Jun 17 11: 5:45 2000 Delivered-To: cvs-all@freebsd.org Received: from modemcable127.61-201-24.mtl.mc.videotron.net (modemcable127.61-201-24.mtl.mc.videotron.net [24.201.61.127]) by hub.freebsd.org (Postfix) with SMTP id 20B3537B5D4 for ; Sat, 17 Jun 2000 11:05:42 -0700 (PDT) (envelope-from patrick@mindstep.com) Received: (qmail 1409 invoked from network); 17 Jun 2000 18:05:40 -0000 Received: from patrak.local.mindstep.com (HELO PATRAK) (192.168.10.4) by jacuzzi.local.mindstep.com with SMTP; 17 Jun 2000 18:05:40 -0000 Message-ID: <010101bfd886$a4e23a50$040aa8c0@local.mindstep.com> From: "Patrick Bihan-Faou" To: "Josef Karthauser" , Cc: References: <200006162014.NAA12344@freefall.freebsd.org> <20000617011757.C4271@pavilion.net> Subject: Re: cvs commit: src/sys/sys sockio.h src/sys/net if.c src/sbin/ifconfig ifconfig.8 ifconfig.c Date: Sat, 17 Jun 2000 14:05:39 -0400 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.2919.6700 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2919.6700 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi, ----- Original Message ----- From: "Josef Karthauser" > Horray! At last there's some hope of getting dhcp to give me the same > lease irrespective of which pccard ethernet card I plug in :). You can already to this by specifying the DHCP client-id for your machine. Most DHCP servers will honor that and since it is under your control, you don't need to hack the MAC address to obtain the same lease even when you change you ethernet card. I also implemented a patch for ISC-DHCP v2 to use the value passed in the client-id field or the hostname field of0 the DHCP request/discover to fetch the appropriate IP address from a DNS server. This reduces the number of things to configure for a LAN. Changing the MAC address for just doing that sounds dangerous as duplicate MAC addresses on a network can really create hell in no time. Cheers, Patrick. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message