From owner-freebsd-questions Thu Feb 15 16:59:31 2001 Delivered-To: freebsd-questions@freebsd.org Received: from grumpy.dyndns.org (user-24-214-56-129.knology.net [24.214.56.129]) by hub.freebsd.org (Postfix) with ESMTP id CE85737B67D for ; Thu, 15 Feb 2001 16:59:24 -0800 (PST) Received: from localhost (localhost [127.0.0.1]) by grumpy.dyndns.org (8.11.1/8.11.1) with ESMTP id f1G0x6N07864; Thu, 15 Feb 2001 18:59:06 -0600 (CST) (envelope-from dkelly@grumpy.dyndns.org) Message-Id: <200102160059.f1G0x6N07864@grumpy.dyndns.org> X-Mailer: exmh version 2.3.1 01/18/2001 with nmh-1.0.4 To: Mike Meyer Cc: Sir , freebsd-questions@freebsd.org From: David Kelly Subject: Re: what do I need so FreeBSD submits DNS requests to my ISP In-reply-to: Message from Mike Meyer of "Thu, 15 Feb 2001 15:38:39 CST." <14988.19551.666498.133652@guru.mired.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Thu, 15 Feb 2001 18:59:06 -0600 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Mike Meyer writes: > Len Conrad types: > > >the system doesn't seem to know where to direct dns requests. > > man resolv.conf > > If you're using a dynamic IP address, you may want to check with your > ISP, and see if they are providing the name server addresses via > DHCP. If so, you need to check the dhcp setup. If he is using dhclient (which is the stock FreeBSD DHCP) then he can see what info the ISP is providing by reading /var/db/dhclient.leases lease { interface "fxp0"; fixed-address 24.214.56.129; option subnet-mask 255.255.255.0; option routers 24.214.56.1; option domain-name-servers 207.230.75.222,207.230.75.221,207.230.75.34; option domain-name "knology.net"; option dhcp-lease-time 7200; option dhcp-message-type 5; option dhcp-server-identifier 209.192.63.10; option dhcp-renewal-time 3600; option dhcp-rebinding-time 6300; renew 5 2001/2/16 01:39:05; rebind 5 2001/2/16 02:24:05; expire 5 2001/2/16 02:39:05; } -- David Kelly N4HHE, dkelly@hiwaay.net ===================================================================== The human mind ordinarily operates at only ten percent of its capacity -- the rest is overhead for the operating system. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message