Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 3 Dec 2000 17:51:00 -0500
From:      Alexander Anderson <cactoss@yahoo.com>
To:        freebsd-questions@freebsd.org
Subject:   Resolver issues
Message-ID:  <20001203175100.A20490@dusty.galima.2y.net>

next in thread | raw e-mail | index | archive | help
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 
$ 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?

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?

Thanks.


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20001203175100.A20490>