View Single Post

   
  #2 (permalink)  
Old 02-15-2008, 10:42 AM
Ian Wilson
 
Posts: n/a
Default Re: Windoze client initial telnet connection to SCO server is slow

Dave wrote:

> Certain IP addresses affixed to Windows boxes take forever to find the login
> prompt when telnetting to the SCO box. (forever= 1 minute+ vs. a couple
> seconds)


<snip>

> Facts:
> It is merely the connection to acquire the login prompt that takes
> time--working within telnet is NOT an issue.
> All clients eventually do connect, they just take "too long".


Classic name-resolution timeout delay. Server is looking up names of
client IP-addresses (for its logs etc) and getting no answer. I'd check
how name-resolution is configured on the SCO box. man resolver. I'd add
dummy entries for DHCP scope to hosts or DNS.
"192.168.1.101 dhcp-pc-001" etc

<more snippage>

> Any tips on where to look, what other tools/commands to run to help isolate
> my problem would be appreciated.


If I felt it necessary to confirm this diagnosis I'd look at the network
traffic. E.g. using Ethereal on the WinXP box via a non-switched hub to
see what DNS Qs are emitted by the Unix box.

--
Ian Wilson.

Reply With Quote