From owner-freebsd-questions@FreeBSD.ORG Tue May 20 23:45:56 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 CFDF437B405 for ; Tue, 20 May 2003 23:45:56 -0700 (PDT) Received: from sccrmhc03.attbi.com (sccrmhc03.attbi.com [204.127.202.63]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5CA2843FE0 for ; Tue, 20 May 2003 23:45:53 -0700 (PDT) (envelope-from sandshrimp@attbi.com) Received: from attbi.com (12-231-125-23.client.attbi.com[12.231.125.23]) by attbi.com (sccrmhc03) with SMTP id <200305210645520030097pdse>; Wed, 21 May 2003 06:45:52 +0000 Message-ID: <3ECB2055.1040506@attbi.com> Date: Tue, 20 May 2003 23:44:37 -0700 From: Ryan Merrick User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.3) Gecko/20030418 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Bob Hall References: <20030518052814.GA484@sten.alder.net> <20030519001421.GB653@sten.alder.net> <3EC87DD2.2070401@attbi.com> <20030519184346.GD991@sten.alder.net> In-Reply-To: <20030519184346.GD991@sten.alder.net> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit cc: freebsd-questions@freebsd.org Subject: Re: Cable modem & 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: Wed, 21 May 2003 06:45:57 -0000 Bob Hall wrote: > On Sun, May 18, 2003 at 11:46:42PM -0700, Ryan Merrick wrote: > >>What does your #/etc/dhclient.conf look like ? > > > The default settings; i.e. it contains only comments. That's > supposed to work for most people, and I've never worked with > dhclient before, so I'm not really sure what changes I should > make, if any. > > Bob Hall > _______________________________________________ Cable runs off your hostname. So you wand to send your hostname and request everything else. If you are running a name server you will want to prepend it's IP address after the request. Then pick a media for the connection to bind to. Exanple config: interface "fxp0" { send host-name "c1529030"; request subnet-mask, broadcast-address, time-offset, routers, domain-name, domain-name-servers; require subnet-mask; media "media autoselect";} Ryan