From owner-freebsd-questions Sun Oct 28 7:31:24 2001 Delivered-To: freebsd-questions@freebsd.org Received: from c1828785-a.saltlk1.ut.home.com (1Cust39.tnt1.salt-lake-city.ut.da.uu.net [63.11.213.39]) by hub.freebsd.org (Postfix) with ESMTP id 114FB37B401 for ; Sun, 28 Oct 2001 07:31:18 -0800 (PST) Received: from there (xeryjg@localhost [127.0.0.1]) by c1828785-a.saltlk1.ut.home.com (8.11.6/8.11.5) with SMTP id f9SFUIs06175; Sun, 28 Oct 2001 08:30:21 -0700 (MST) (envelope-from mupi@mknet.org) Message-Id: <200110281530.f9SFUIs06175@c1828785-a.saltlk1.ut.home.com> Content-Type: text/plain; charset="iso-8859-1" From: Mike Porter To: jfm@blueyonder.co.uk, "Jeremy Cooper" Subject: Re: DHCP not getting IP Date: Sun, 28 Oct 2001 09:30:17 -0600 X-Mailer: KMail [version 1.3] References: <4a6mttkdflpqrl4qkkrmi5vp4kmu6ornq6@4ax.com> In-Reply-To: <4a6mttkdflpqrl4qkkrmi5vp4kmu6ornq6@4ax.com> Cc: questions@freebsd.org MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Saturday 27 October 2001 02:34 pm, John Murphy, or somone very much like John Murphy, wrote: > "Jeremy Cooper" wrote: > >I have been trying to set up my first freebsd box using dhcp. I have > > tried a few things but I am unable to get an IP address > >from my ISP, Starpower via cable modem. I have tried a few things but I > > am stuck right now. Does anyone have any > >suggestions. > > I use a cable modem with an ISP that requires the MAC (ether) address > of the NIC is registered with them. Perhaps Starpower is similar. > > @home cable requires your customer ID to be sent, but doesn't care about your MAC address. Try putting something like this in /etc/dhclinet.conf: interface "dc0" { send host-name ""; append domain-name-servers 206.71.80.2; } (you also will most likely need to change the interface name as appropriate....) the append domain-name-servers line isn't strictly necessary in this setup, but as @home is notorious for DNS outages, and the dhclient scripts rewrite /etc/resolv.conf every time it runs based on the information recieved, that's the only place to make a permanent addition. mike To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message