From owner-freebsd-questions Mon Jul 22 9: 7:13 2002 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 9B11237B400 for ; Mon, 22 Jul 2002 09:07:10 -0700 (PDT) Received: from smtp.a1poweruser.com (oh-chardon6a-62.clvhoh.adelphia.net [68.65.175.62]) by mx1.FreeBSD.org (Postfix) with ESMTP id BA12943E3B for ; Mon, 22 Jul 2002 09:07:09 -0700 (PDT) (envelope-from barbish@a1poweruser.com) Received: from barbish (lanwin1 [10.0.10.6]) by smtp.a1poweruser.com (Postfix) with SMTP id 5CC4896; Mon, 22 Jul 2002 12:13:58 -0400 (EDT) Reply-To: From: "Joe & Fhe Barbish" To: "Andrew J Caines" Cc: "FBSDQ" Subject: RE: FBSD built in DHCP client Date: Mon, 22 Jul 2002 12:07:08 -0400 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2911.0) In-Reply-To: <20020718212925.GI309@hal9000.halplant.com> X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 Importance: Normal 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 Thanks for your reply. I am using the DHCP client that is built in to the FBSD base release. I do not have the ISC-DHCP port installed. I launch dhcp by ifconfig_rl0="DHCP" in /etc/rc.conf How do I stop and restart this form of the DHCP client. In syslog.conf I have *.notice;security.warning /dev/console This worked in version 4.5 displaying the log messages to the console and in version 4.6 they stopped coming out, why? -----Original Message----- From: owner-freebsd-questions@FreeBSD.ORG [mailto:owner-freebsd-questions@FreeBSD.ORG]On Behalf Of Andrew J Caines Sent: Thursday, July 18, 2002 5:29 PM To: FBSDQ Subject: Re: FBSD built in DHCP client Joe, > The FBSD Version 4.5 built in DHCP client FYI, that's ISC's DHCP client. > would display the DHCP ip address, mask, broadcast ip address, dns ip > address it got during the boot startup process. The new FBSD 4.6 version > just displays the following message 'Doing initial network setup: > Hostname' Note that the hostname is not directly related to networking, it's just the name you give the system. Presuming you have DHCP correctly configured, you should see syslog messages (at user.notice) from dhclient like this: dhclient: New Network Number: 68.100.144.0 dhclient: New Broadcast Address: 68.100.151.255 dhclient: New IP Address (dc0): 68.100.145.31 dhclient: New Subnet Mask (dc0): 255.255.248.0 dhclient: New Broadcast Address (dc0): 68.100.151.255 dhclient: New Routers: 68.100.144.1 Restart dhclient to see this. How are you logging user.notice messages? Are you logging console facility messages? Do you have ifconfig_$if="DHCP" in your rc.conf? -Andrew- -- _______________________________________________________________________ | -Andrew J. Caines- Unix Systems Engineer A.J.Caines@halplant.com | | "They that can give up essential liberty to obtain a little temporary | | safety deserve neither liberty nor safety" - Benjamin Franklin, 1759 | 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