From owner-freebsd-questions@FreeBSD.ORG Sat Nov 15 13:13:16 2003 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 216CA16A4CE for ; Sat, 15 Nov 2003 13:13:16 -0800 (PST) Received: from rwcrmhc13.comcast.net (rwcrmhc13.comcast.net [204.127.198.39]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7D00343F75 for ; Sat, 15 Nov 2003 13:13:15 -0800 (PST) (envelope-from fbsd-questions@trini0.org) Received: from hivemind.trini0.org (trini0.org[68.39.114.118]) by comcast.net (rwcrmhc13) with ESMTP id <2003111521131501500nnrjve>; Sat, 15 Nov 2003 21:13:15 +0000 Received: from gladiator.trini0.org (gladiator.trini0.org [192.168.0.3]) by hivemind.trini0.org (Postfix) with ESMTP id 8499C5D for ; Sat, 15 Nov 2003 16:13:14 -0500 (EST) From: Gerard Samuel To: questions@freebsd.org Date: Sat, 15 Nov 2003 16:13:14 -0500 User-Agent: KMail/1.5.4 References: <200311151417.14480.fbsd-questions@trini0.org> In-Reply-To: <200311151417.14480.fbsd-questions@trini0.org> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200311151613.14278.fbsd-questions@trini0.org> Subject: Re: DHCP 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: Sat, 15 Nov 2003 21:13:16 -0000 On Saturday 15 November 2003 02:17 pm, Gerard Samuel wrote: > A bit off topic, but any help would be appreciated. > Im trying to setup DHCP for the first time. > I set winXP to auto configure itself in the network section, but it > still remains on the IP address that it was previously set at, and not > obeying, the range of IP Addresses listed in dhcp.conf. > The connection works, I can use the network, but looking to see if there > are any errors in dhcp.conf file. I figured out why the IP Address wasn't changing via DHCP. There was an entry for the laptop in DNS, and it seems that DHCP accepted only the DNS value. Once I took it out, restarted DNS, the laptop picked up a new IP Address. So Ill see how it behaves from here. > > Also, is there a way to not specify the MAC address, and have DHCP still > work. For example, say a family member comes over with their laptop, can > they just plug in and go?? Still reading up on this, but any pointers would be appreciated...