- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- nslookup timed out
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-06-2000 07:24 AM
12-06-2000 07:24 AM
nslookup timed out
I've a Workstation J280 with installed HP-UX 10.20 and the patch-bundle 'december 99'.Actually this WS is running as a standalone and I look out to insert it in a Network as a server.The LAN output is momentaneally connected to a Hub with a BNC T terminator with 2 resistances (50 ohm) connected.
I've configured the DHCP, the DNS ; the daemon "named" and "syslogd" are running.I've tested the syntax of nsswitch.conf with
'nslookup -swdebug' : the result is PARSE SUCCESSFUL.
The DNS server name is 'ms_fserv' and the IP addr is 193.72.242.149.
I've also defined a file /etc/resolv.conf.
My problem:
when try to use nslookup gives me the following errors:
***Can't find server name for address 193.72.242.149: Timed out
*** Default servers are not available
Using /etc/hosts on: ms_fserv
I can ping DNS server using IP address ; when I ping with the serve-name ('ping ms_fserv') I receive the corrected response only after 3 minutes.
What is the problem ?
Best regard
ulisse
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-06-2000 07:33 AM
12-06-2000 07:33 AM
Re: nslookup timed out
It would appear that the server that runs your dns (named or its equivalent) ie. ms_fserv is not running. In order to confirm, logon to ms_fserv and do a netstat -an and verify that you have a listening service on port 53.
If that works, verify that you can actually do an nslookup from ms_fserv - if that is an NT box, you might want to recycle it... NT's dns is not the most stable.
another thing you might want to check is that you have the correct netmask and broadcast addresses, default gateways, the usual.
also make sure that your /etc/nsswitch.conf contains something like:
hosts: files [NOTFOUND=continue] dns
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-06-2000 04:58 PM
12-06-2000 04:58 PM
Re: nslookup timed out
When you do an nslookup on the client do ya get the error while using the name or the IP, or even both?
If you only get the error while using IPand not name(or vice versa), then the DNS db files are outta sink and you would want to run host_to_named from a validated /etc/hosts to recreate them.
You may want to verify your db.
Good luck
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-07-2000 04:08 AM
12-07-2000 04:08 AM
Re: nslookup timed out
Can you also check the permissions on the files:
- /etc/resolv.conf
- /etc/nsswitch.conf
- /etc/hosts
Can you check with netstat if the Route Gateway is oke.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-07-2000 06:53 AM
12-07-2000 06:53 AM
Re: nslookup timed out
Here I give you some complement of my problem: the hostname is "ms_fserv: and the DNS server is running on the same Workstation.
I've tested the service with 'netstat -an |grep 53' :I attach the result file and I send you also the 'named.data' files, the 'named.run',the'nsswitch.conf', the 'resolv.conf'and the result of different tests with 'nslookup'on a separatly email.
To Mr.Rhonda Thorne :I confirm that the result of nslookup is independent of ping: I've just given the command 'nslookup'.
'ping IPaddr' is another test that run correctly.
'ping 'servname' run currectly but i receive the first response on the console only after 3 minutes.
Generally: can you think that my problem is caused by the fact that I've no connection to other machine?
I think positiv for a solution.
With best regard I thank you very much.
ulisse
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-07-2000 07:44 AM
12-07-2000 07:44 AM
Re: nslookup timed out
have you checked that your forward and reverse dns files know of network 193.72.242 ??
What about
nslookup
set type=a
ls
what does this show ??
Steve
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-11-2000 01:55 AM
12-11-2000 01:55 AM
Re: nslookup timed out
I give you the result of the different command you have me proposed:
> nslookup
>> ***Can't find server for address 193.72.242.149: Timed out
>>*** Default server are not available
>> Using /etc/hosts on : ms_fserv
>set type=A
>> *** invalid option: type=A
> ls
>> Using /etc/hosts on : ms_fserv
>> looking up FILES
>> *** No Address Information is available for "ls"
I thank you very much and with best regard
ulisse
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-11-2000 05:05 AM
12-11-2000 05:05 AM
Re: nslookup timed out
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-11-2000 05:58 AM
12-11-2000 05:58 AM
Re: nslookup timed out
Berlene
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-11-2000 06:06 AM
12-11-2000 06:06 AM
Re: nslookup timed out
I've tried the 2 command that you have me suggested:
> ping 127.0.0.1 ==> run OK
>nslookup 127.0.0.1
>> *** Can't find server name for address 193.72.242.149: Timed out
>> *** Can't find server name for address 164.128.36.34: Timed out
>>*** Default server are not available
>> Using /etc/hosts on : ms_fserv
>> Looking up FILES
>> Name: localhost
>> Address: 127.0.0.1
>> Aliases: Loopback
With best regard
ulisse
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-11-2000 06:24 AM
12-11-2000 06:24 AM
Re: nslookup timed out
P.S: you have a trouble with IP address 193.72.242.149. It must ping even it's a standalone machine, I guess
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-11-2000 07:10 AM
12-11-2000 07:10 AM
Re: nslookup timed out
I've changed the file/etc/resolv.conf and restarted the DNS service .
Now with nslookup I receive:
>nslookup
>> Default Name server: Localhost
>> Address : 127.0.0.1
Other test with ping:
> ping 193.72.242.149 ==> run OK
>ping ms_fserv
>> ....after 3 Minutes I receive the correct
response.
What Problem with the originally IP Address from DNS server?
Bye later, Thanks ulisse
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-11-2000 07:22 AM
12-11-2000 07:22 AM
Re: nslookup timed out
Have you checked your lan card configuration, I had a similar situation (netboot not nslookup) where ping was OK but the rest was dead slow, the card was on full duplex on a 10Mb bnc...
Good luck
Victor
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-11-2000 11:43 PM
12-11-2000 11:43 PM
Re: nslookup timed out
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-12-2000 01:50 AM
12-12-2000 01:50 AM
Re: nslookup timed out
I've changed the file/etc/resolv.conf and inserted "nameserver localhost"
After restart from nameserver I do the test:
>nslookup
>> ***Can't find server name for address 164.128.36.34 (*)
>> *** Default servers are not available
>> Using /etc/hosts on: ms_fserv
>ms_fserv
>> using /etc/hosts on: ms_fserv
>> looking up FILES
>> Name: ms_fserv
>> Address: 193.72.242.149
(*) 164.128...is not to consider: he is in resolv.conf for later applications.
I've verified the LAN Card configuration with SAM:
Card type: ETHERNET; Card Name : lan0;
HW Path : 8/12/6 ; Status : Enabled ;
IP : 193.72.242.149 ; Mask: 255.255.255.0
Default Gateway : 193.72.242.149;
Internet Broadcast Addr :193.72.242.255
The command "landiag -> lan -> display" give me no error.
Maybe other tests are necessary for the LAN card?
Your suggestions are very interessant.
Thanks
ulisse
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-12-2000 05:18 AM
12-12-2000 05:18 AM
Re: nslookup timed out
Your default gateway cannot be the same as your IP address! The default gateway should be the address of the next hop. By the way, is it possible that you have two machines with the same IP address on your network?
>I've verified the LAN Card configuration with >SAM:
>Card type: ETHERNET; Card Name : lan0;
>HW Path : 8/12/6 ; Status : Enabled ;
>IP : 193.72.242.149 ; Mask: 255.255.255.0
>Default Gateway : 193.72.242.149;
>Internet Broadcast Addr :193.72.242.255
log on to 193.72.242.149 and do a netstat -a | grep LISTEN and post the results. BTW you had mentioned earlier that you were posting some named data - it did not get attached so you might want to post it again.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-12-2000 06:23 AM
12-12-2000 06:23 AM
Re: nslookup timed out
P.S: What is 164.128.36.34?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-12-2000 07:01 AM
12-12-2000 07:01 AM
Re: nslookup timed out
here attached the result of: netstat -a |grep LISTEN
I have only one standalone machine: in moment is no NETWORK connection. See my first message
under "My configuration".
The named.data files follows.
With best regards
ulisse
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-12-2000 07:05 AM
12-12-2000 07:05 AM
Re: nslookup timed out
here attached the db.mecasoft
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-12-2000 07:08 AM
12-12-2000 07:08 AM
Re: nslookup timed out
Mr. Kofi Arthiabah,
here attached the db.193.72.242
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-12-2000 07:10 AM
12-12-2000 07:10 AM
Re: nslookup timed out
here attached the db.193.cache
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-12-2000 07:12 AM
12-12-2000 07:12 AM
Re: nslookup timed out
here attached the db.127.0.0
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-12-2000 07:41 AM
12-12-2000 07:41 AM
Re: nslookup timed out
Sorry, I've unterstand in a wrong way the sentence "Try, with (localhost as nameserver..."
164.128.... is an other server that I don't use: Know I've deleted from resolv.conf.
What you mind is the following?
1) in resolv.conf I change "nameserver 193..."
to "nameserver 127.0.0.1" like before (not other nameserver exist)
2) I give the following commands:
>nslookup
> 193.72.242.149 (or ms_fserv)
Wity best regard
ulisse
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-12-2000 08:01 AM
12-12-2000 08:01 AM
Re: nslookup timed out
The problem is that your machine is a stand alone and you are telling it that its root name servers are on the internet (which it cannot reach ) that it why it fails. IF your server was on the internet, it probably would work.
btw make sure that in your /etc/resolv.conf you have an entry for
search yourdomain.com
do a man on resolv.conf
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-13-2000 12:26 AM
12-13-2000 12:26 AM
Re: nslookup timed out
>2) I give the following commands:
>> nslookup
>> 193.72.242.149 (or ms_fserv)
And what happens? It's hangs? If it hangs you must try put in resolv.conf the line 'search mecasoft.com'. It must resolv that