From owner-freebsd-questions Sun Dec 3 21:18: 0 2000 From owner-freebsd-questions@FreeBSD.ORG Sun Dec 3 21:17:58 2000 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mailhost01.reflexnet.net (mailhost01.reflexnet.net [64.6.192.82]) by hub.freebsd.org (Postfix) with ESMTP id 0983537B400 for ; Sun, 3 Dec 2000 21:17:58 -0800 (PST) Received: from 149.211.6.64.reflexcom.com ([64.6.211.149]) by mailhost01.reflexnet.net with Microsoft SMTPSVC(5.5.1877.197.19); Sun, 3 Dec 2000 21:16:10 -0800 Received: (from cjc@localhost) by 149.211.6.64.reflexcom.com (8.11.0/8.11.0) id eB45HfA44098; Sun, 3 Dec 2000 21:17:41 -0800 (PST) (envelope-from cjc) Date: Sun, 3 Dec 2000 21:17:41 -0800 From: "Crist J . Clark" To: Alexander Anderson Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Resolver issues Message-ID: <20001203211741.Z99903@149.211.6.64.reflexcom.com> Reply-To: cjclark@alum.mit.edu References: <20001203175100.A20490@dusty.galima.2y.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0i In-Reply-To: <20001203175100.A20490@dusty.galima.2y.net>; from cactoss@yahoo.com on Sun, Dec 03, 2000 at 05:51:00PM -0500 Sender: cjc@149.211.6.64.reflexcom.com Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Sun, Dec 03, 2000 at 05:51:00PM -0500, Alexander Anderson wrote: > I've been having this problem for a while now, but had no luck solving > it. My problem is that the hostnames that do not exist or those that are > down resolve to myself. > > Here's an example: > > $ ifconfig tun0 | grep "inet " > inet 64.229.84.85 --> 64.229.84.1 netmask 0xffffff00 ^^^^^^^^^^ Well that doesn't look right. > $ ping example.com > PING xxxxx.xxx (64.229.84.85): 56 data bytes > 64 bytes from 64.229.84.85: icmp_seq=0 ttl=255 time=0.311 ms > 64 bytes from 64.229.84.85: icmp_seq=1 ttl=255 time=0.518 ms > 64 bytes from 64.229.84.85: icmp_seq=2 ttl=255 time=0.327 ms > 64 bytes from 64.229.84.85: icmp_seq=3 ttl=255 time=0.946 ms > 64 bytes from 64.229.84.85: icmp_seq=4 ttl=255 time=0.583 ms > > --- xxxxx.xxx ping statistics --- > 5 packets transmitted, 5 packets received, 0% packet loss > round-trip min/avg/max/stddev = 0.311/0.537/0.946/0.230 ms > > You see what's going on? Weird. > I'm not running DNS. /etc/resolv.conf contains only two lines: primary > and secondary nameservers of my ISP. > > Any suggestions where should I look? That netmask is strange. What does your routing table look at it while we're at it? But more to the point, what happens if you have a 'tcpdump port 53' running when you get these odd lookup results? A, # tcpdump -vvnX port 53 Would be even better. -- Crist J. Clark cjclark@alum.mit.edu To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message