Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 1 Sep 2006 15:29:25 +0200
From:      Phil Regnauld <regnauld@catpipe.net>
To:        Anton <ya007@yandex.ru>
Cc:        freebsd-net@freebsd.org
Subject:   Re: resolver configuration (FreeBSD 4.5.1, without running BIND on the local machine)
Message-ID:  <20060901132924.GI49952@catpipe.net>
In-Reply-To: <FBENJDGGPLPHJJCNFLMJGEFPCCAA.ya007@yandex.ru>
References:  <FBENJDGGPLPHJJCNFLMJGEFPCCAA.ya007@yandex.ru>

next in thread | previous in thread | raw e-mail | index | archive | help
Anton (ya007) writes:
> Hi all.
> 
> I'm trying to configure resolver under FreeBSD 4.5.1. I have no BIND on the
> local machine. I have specified adresses of DNS servers, but it doesn't
> resolve names to IP adresses.
> 
> ***** Here is the content of /etc/resolv.conf:
> 
> domain my.domain
> nameserver 209.51.128.18
> nameserver 209.51.128.17
> 
> ***** Result of running "nslookup google.com":
> 
> Server:  dns2.gnax.net
> Address:  209.51.128.18
> 
> Name:    google.com.my.domain
> Served by:
> - C.ROOT-SERVERS.NET

	

	1) use dig, NOT nslookup:

	dig @209.51.128.17 google.com

	2) those NSes you are pointing to are not recursive, or are not
	choosing to be for you.  You should be using the nameservers of
	your upstream provider or setup BIND.

	Phil




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