From owner-freebsd-questions Tue Jan 21 4:39:14 2003 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 5085D37B401 for ; Tue, 21 Jan 2003 04:39:13 -0800 (PST) Received: from amsfep13-int.chello.nl (amsfep13-int.chello.nl [213.46.243.24]) by mx1.FreeBSD.org (Postfix) with ESMTP id AD4A943F1E for ; Tue, 21 Jan 2003 04:39:11 -0800 (PST) (envelope-from daxxar@chello.no) Received: from daxxar ([80.111.95.177]) by amsfep13-int.chello.nl (InterMail vM.5.01.05.17 201-253-122-126-117-20021021) with SMTP id <20030121123905.BFWG13007.amsfep13-int.chello.nl@daxxar> for ; Tue, 21 Jan 2003 13:39:05 +0100 Message-ID: <000501c2c14a$13667e60$63000a0a@daxxar> From: =?iso-8859-1?Q?J=F8rgen?= To: Subject: dhclient; DNS not updating properly Date: Tue, 21 Jan 2003 13:39:00 +0100 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2720.3000 X-MIMEOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 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 Im have a network of 4 PCs: One running RedHat 7.2, one running WinXP, one running Debian and the last (a laptop) running FreeBSD 4.7-RELEASE. The RedHat-box acts as a NAT gateway to the internet, and runs a DHCPD to give out IPs, DNS-servers and such, and here comes the problem. The two other machines gets all the info properly, but the FreeBSD box does NOT get DNS-server (it seems), atleast it doesnt update /etc/resolv.conf properly. ep0 is a PCMCIA 3Com MegaHertz 574B NIC. /var/log/messages only tells me this: dhclient: New Network Number: 10.10.0.96 dhclient: New Broadcast Address: 10.10.0.111 dhclient: New Hostname: dhclient: New IP Address (ep0): 10.10.0.100 dhclient: New Subnet Mask (ep0): 255.255.255.240 dhclient: New Broadcast Address (ep0): 10.10.0.111 dhclient: New Routers: 10.10.0.97 I've tried adding the following to /etc/dhclient.conf (even though manpages specify that it shouldnt be neccesary): interface "ep0" { request subnet-mask, broadcast-address, time-offset, routers, domain-name, domain-name-servers, host-name; require subnet-mask, domain-name-servers; } Other than all DNS not working, the networking is fine. I've tried touch'ing /etc/resolv.conf, I've tried adding dummy entries. Any ideas? Kindest Regards, -Daxxar To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message