|
Neohapsis is currently accepting applications for employment. For more information, please visit our website www.neohapsis.com or email hr@neohapsis.com |
Re: DNS resolv failure
From: Ste Jones (stejones
gmail.com)
Date: Fri Apr 01 2005 - 09:58:58 CST
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
On Apr 1, 2005 2:25 PM, Johan Lindstrvm <johan.jl
home.se> wrote:
> Hi all
>
> I am having troubble configuring my DNS resolving, I can access the box
> through it's DNS entry with SSH and http (UseDNS=NO in sshd_config) but when
> I try
>
> # nslookup www.google.com
>
> it just times out.
>
> Scanning all the doc's (the FAQ & google) i can find relevant (here's the
> problem I guess) i end up in the same tracks and back to square 1 again.
>
> o resolv.conf says:
>
> search my.real.domain.com
> nameserver 213.141.90.2
> nameserver 213.141.90.3
> lookup file bind
>
> o resolv.conf.tail says:
>
> lookup file bind
>
> o hosts says:
>
> ::1 localhost.my.real.domain.com localhost
> 127.0.0.1 localhost.my.real.domain.com localhost
> 213.141.91.4 www.my.real.domain.com www
>
> I don't have named running, I understand I don't need to (right?)
>
> What am I missing here?
>
> -- Johan
>
> [demime 1.01d removed an attachment of type APPLICATION/DEFANGED which had a name of =?iso-8859-1?Q?Johan_P_Lindstr=F6m.30824DEFANGED-vcf?=]
>
>
looks like you have IP addresses in there that are not running dns
servers, try changing the IP addresses and see if you have any luck
$ nslookup
> server 213.141.90.2
Default server: 213.141.90.2
Address: 213.141.90.2#53
> google.com
;; connection timed out; no servers could be reached
> server 213.141.90.3
Default server: 213.141.90.3
Address: 213.141.90.3#53
> google.com
;; connection timed out; no servers could be reached
Cheers
Ste Jones
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]