Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

nslook up quries

Status
Not open for further replies.

nix012

Technical User
Jul 13, 2003
52
AU
Could anyone help me wiht the quries please.

nslookup receive *** can't find server name for address 127.0.0.1:unsepcified error

1.name server unreachable
2.Loopback adapter not installed
3.DNS not confiugred
4.Server not configured for tcp/ip connections


=============================================================
nslook remains blank for long time

1.nameserve unreachable
2.loopback adapter not installed
3.DNS not configured
4.server not configured for tcp/ip connection
 
Address 127.0.0.1 is the loopback network connection... This means your workstation/server has not been configured for the network...

Quickest solution: run sys-unconfig. When you reboot, the system will run "sysid" and you can configure your workstation/server for the network...

You will need to know the following information:
1. Nodename of your workstation/server
2. IP Address for your workstation/server
3. Subnet Mask information
4. Default Router IP Address
5. Naming service (NIS, NIS+)
6. Naming Service Nodename and IP Address
 

When I issue : -
nslookup
(I also get the message)
*** Can't find server name for address 127.0.0.1: Unspecified error
*** Default servers are not available

Do you have a /etc/resolv.conf file configured? I don't, so this maybe your problem
 
I have just added a /etc/resolve.conf with one entry
nameserver xxx.xxx.xxx.xxx ( IP address of a known domain)

Now I can run nslookup
 
Should be /etc/resolv.conf and make sure you modify your /etc/nswitch.conf file to.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top