|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
telnet vs nslookup
My current implementation of dns works fine when resolving using nslookup, pings, or digs. All resolutions are instantaneous. However, if I do a telnet to one of these addresses using the host name, it takes at least 10 - 15 secs. This happens even when I'm on the dns itself! Here is my named.conf file:
// The named.conf file // // // Config file for name server // options { directory "/var/named"; query-source port 53; }; zone "lab.reno" { type master; file "lab.reno"; }; zone "24.172.in-addr.arpa" { type master; file "172-24.zone"; }; zone "0.0.127.in-addr.arpa" { type master; file "localhost.zone"; }; zone "185.140.in-addr.arpa" { type master; file "140-185.zone"; }; //zone "." { // type hint; // file "named.ca"; There was another implementation of dns (win2000) that was working fine and could resolve without this delay, so I know the network has no issues. Could you point me in the right direction? |
|
#2
|
||||
|
||||
|
nslookup and dig queries the server directly.
ping and telnet queries the system, and the system queries the server for an answer. Since you say ping is instantaneous and telnet isn't, then I find no reason to think it's a DNS related problem. Have you tried telneting to the IP to see if that's fast or slow?
__________________
Send me a private message if you would like me to setup your DNS for you for a price of your choosing. This is the preferred method if your DNS needs to be fixed/setup fast and you don't have the time to bounce messages back and forth on a forum. Also, check out these links: Whois Direct | DNS Crawler | NS Trace | Compare Free DNS Hosts |
![]() |
| Viewing: Dev Shed Forums > System Administration > DNS > telnet vs nslookup |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|