DNS
 
Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
User Name:
Password:
Remember me
Go Back   Dev Shed ForumsSystem AdministrationDNS

Reply
Add This Thread To:
  Del.icio.us   Digg   Google   Spurl   Blink   Furl   Simpy   Y! MyWeb 
Thread Tools Search this Thread Rate Thread Display Modes
 
Unread Dev Shed Forums Sponsor:
  #1  
Old July 13th, 2004, 02:07 PM
jordantk jordantk is offline
Registered User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Jul 2004
Posts: 17 jordantk User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
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?

Reply With Quote
  #2  
Old July 13th, 2004, 03:13 PM
SilentRage's Avatar
SilentRage SilentRage is offline
DNS/BIND Guru
Dev Shed Specialist (4000 - 4499 posts)
 
Join Date: Jun 2003
Location: OH, USA
Posts: 4,195 SilentRage User rank is Second Lieutenant (5000 - 10000 Reputation Level)SilentRage User rank is Second Lieutenant (5000 - 10000 Reputation Level)SilentRage User rank is Second Lieutenant (5000 - 10000 Reputation Level)SilentRage User rank is Second Lieutenant (5000 - 10000 Reputation Level)SilentRage User rank is Second Lieutenant (5000 - 10000 Reputation Level)SilentRage User rank is Second Lieutenant (5000 - 10000 Reputation Level)SilentRage User rank is Second Lieutenant (5000 - 10000 Reputation Level) 
Time spent in forums: 1 Week 5 Days 15 h 53 m 4 sec
Reputation Power: 77
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

Reply With Quote
Reply

Viewing: Dev Shed ForumsSystem AdministrationDNS > telnet vs nslookup


Thread Tools  Search this Thread 
Search this Thread:

Advanced Search
Display Modes  Rate This Thread 
Rate This Thread:


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
View Your Warnings | New Posts | Latest News | Latest Threads | Shoutbox
Forum Jump


Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
  
 





© 2003-2008 by Developer Shed. All rights reserved. DS Cluster 5 hosted by Hostway