From owner-freebsd-current Fri Jun 14 21:42:31 1996 Return-Path: owner-current Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id VAA24793 for current-outgoing; Fri, 14 Jun 1996 21:42:31 -0700 (PDT) Received: from rocky.sri.MT.net (rocky.sri.MT.net [204.182.243.10]) by freefall.freebsd.org (8.7.5/8.7.3) with SMTP id VAA24784 for ; Fri, 14 Jun 1996 21:42:28 -0700 (PDT) Received: (from nate@localhost) by rocky.sri.MT.net (8.6.12/8.6.12) id WAA23620; Fri, 14 Jun 1996 22:42:13 -0600 Date: Fri, 14 Jun 1996 22:42:13 -0600 From: Nate Williams Message-Id: <199606150442.WAA23620@rocky.sri.MT.net> To: Robin Cutshaw Cc: current@FreeBSD.org Subject: Re: 2.2-960612-SNAP resolver problems In-Reply-To: <199606150257.WAA24143@intercore.com> References: <199606150257.WAA24143@intercore.com> Sender: owner-current@FreeBSD.org X-Loop: FreeBSD.org Precedence: bulk > I just loaded 2.2-960612-SNAP on a Dell P75/8MB system. The name resolver > code doesn't seem to be working correctly. I can see the name request > packet going out to the name server and the response coming back but > the system doesn't use the returned information. Hmm, it works for me. FreeBSD nec.sri.MT.net 2.2-CURRENT FreeBSD 2.2-CURRENT #13: Fri Jun 14 18:41:35 MDT 1996 The code is a *little* bit more up-to-date, but the resolver stuff hasn't been touched in months in -current. nec:~ % nslookup ftp.uu.net Server: gateway.sri.MT.net Address: 204.182.243.1 Non-authoritative answer: Name: ftp.uu.net Address: 192.48.96.9 nec:~ % ping ftp.uu.net PING ftp.uu.net (192.48.96.9): 56 data bytes 64 bytes from 192.48.96.9: icmp_seq=0 ttl=241 time=387.362 ms ^C --- ftp.uu.net ping statistics --- 2 packets transmitted, 1 packets received, 50% packet loss round-trip min/avg/max = 387.362/387.362/387.362 ms nec:~ % Looks like it's doing it fine! What does /etc/host.conf look like? Nate