From owner-freebsd-questions Sun Nov 28 7: 0:34 1999 Delivered-To: freebsd-questions@freebsd.org Received: from mail.rdc1.tn.home.com (ha1.rdc1.tn.home.com [24.2.7.66]) by hub.freebsd.org (Postfix) with ESMTP id 22C0414BD8 for ; Sun, 28 Nov 1999 07:00:24 -0800 (PST) (envelope-from montana1@home.com) Received: from camelot ([24.6.55.158]) by mail.rdc1.tn.home.com (InterMail v4.01.01.00 201-229-111) with SMTP id <19991128150022.VCFM11752.mail.rdc1.tn.home.com@camelot>; Sun, 28 Nov 1999 07:00:22 -0800 Reply-To: From: "Mark Einreinhof" To: "Coleen Jones" Cc: "Freebsd-Questions" Subject: RE: DHCP & cable modems Date: Sun, 28 Nov 1999 08:57:35 -0600 Message-ID: <000401bf39b0$e7f23220$0201010a@cmr.net> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2910.0) In-reply-to: <000101bf397c$41491620$14aa7218@CR509438-A.nmkt1.on.wave.home.com> X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2314.1300 Importance: Normal Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG This is a quick, down and dirty of how I have it running on my FreeBSD3.2, mileage may vary and I may have forgotten something. Be sure to check out the docs that are included. 1. Install isc-dhcp2 2. add rc.conf line: dhclient ed0 #this tells it to run dhclient on a particular device 3. dhclient.conf: # Defaults timeout 60; reboot 10; retry 60; select-timeout 5; initial-interval 2; interface "ed0" { #this next line is required for @home, a pseudo authentication #it should be something like cx111111-a send host-name "yourhostname"; request subnet-mask, broadcast-address, routers, domain-name-servers, domain-name; require domain-name-servers; } -----Original Message----- From: owner-freebsd-questions@FreeBSD.ORG [mailto:owner-freebsd-questions@FreeBSD.ORG]On Behalf Of Coleen Jones Sent: Sunday, November 28, 1999 2:41 AM To: freebsd-questions@FreeBSD.ORG Subject: DHCP & cable modems How do I set up FreeBSD 2.2.8 using DHCP w/ my cable modem? thanking you in advance for any help you can give. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message