From owner-freebsd-questions@FreeBSD.ORG Mon May 31 03:34:24 2004 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 B274416A4CE for ; Mon, 31 May 2004 03:34:24 -0700 (PDT) Received: from auk1.snu.ac.kr (auk1.snu.ac.kr [147.46.100.31]) by mx1.FreeBSD.org (Postfix) with ESMTP id 338A143D41 for ; Mon, 31 May 2004 03:34:24 -0700 (PDT) (envelope-from stopspam@users.sourceforge.net) Received: from [147.46.44.181] (stopspam@users.sourceforge.net) by auk1.snu.ac.kr (Terrace Internet Messaging Server) with ESMTP id 2004053119:14:47:805442.24301.2674015152 for ; Mon, 31 May 2004 19:14:47 +0900 (KST) Message-ID: <40BB0A2A.8050005@users.sourceforge.net> Date: Mon, 31 May 2004 19:34:18 +0900 From: Rob User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.6) Gecko/20040507 X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-TERRACE-SPAMMARK: YES-__TRSYS_LV__3 (SR:-4.33) (SRN:SPAMROBOT) ----------------- Subject: Re: Don't know what else to do with DHCP...help?? 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: Mon, 31 May 2004 10:34:24 -0000 > When I went to install everything worked just fine...I > even installed over FTP...I chose my NIC and did > automatic DHCP configuration. It worked like a > charm... however my extacsy was to be shortlived.. > > when booting there is a long pause when the dhclient > starts....my guess is it is querying the server for > the dhcp info. however once it comes back up it shows > me as having BROADCAST of 255.255.255.255 and nothing > I have done has enabled me to fix it. What is the last entry in /var/db/dhclient.leases ? If there's something, does that make sense ? Anything dhclient related in /var/log/messages ? And how about running dhclient manually in the foreground ? As root, kill the running dhclient pid first, and then start: # dhclient -d rl0 where you should replace "rl0" by your own network card. Does that tell you something useful? Rob.