From owner-freebsd-net Thu Mar 22 18: 2:46 2001 Delivered-To: freebsd-net@freebsd.org Received: from xena.gsicomp.on.ca (cr677933-a.ktchnr1.on.wave.home.com [24.43.230.149]) by hub.freebsd.org (Postfix) with ESMTP id 55AF037B71D; Thu, 22 Mar 2001 18:02:39 -0800 (PST) (envelope-from matt@gsicomp.on.ca) Received: from hermes (hermes.gsicomp.on.ca [192.168.0.18]) by xena.gsicomp.on.ca (8.11.1/8.11.3) with SMTP id f2N20p596927; Thu, 22 Mar 2001 21:00:51 -0500 (EST) (envelope-from matt@gsicomp.on.ca) Message-ID: <001801c0b33c$f06ae1c0$1200a8c0@gsicomp.on.ca> From: "Matthew Emmerton" To: "The Hermit Hacker" , Cc: References: Subject: Re: dhclient not setting IP ... Date: Thu, 22 Mar 2001 20:59:46 -0500 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.50.4133.2400 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 Sender: owner-freebsd-net@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org > I'm connected through cable to the 'Net, and the provider I go > through, it appears, somehow has it setup that if I change nics, I hvae a > bugger of a time re-acquiring a lease ... I presume dhclient is what you use to get your IP address. I've seen ISPs that record the MAC address of the interface, and won't give out addresses to any other MAC address but the original one. They'll expire that MAC eventually, but perhaps not for 24 hours or a week. I've also seen ISPs that require the 'host-name' parameter to be set in dhclient.conf, and if not, won't return any DHCP queries at all. I doubt that this is your problem since you're seeing the problem on more than one machine. What does dhclient log into /var/log/syslog? If you see a lot of DHCPDISCOVER / DHCPREQUEST lines but no DHCPACKs, then your ISP's DHCP server isn't a) getting your requests or b) responding to them. In the case of b), it may be because your MAC address or host-name. -- Matt Emmerton To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-net" in the body of the message