1819556 Members
2737 Online
109603 Solutions
New Discussion юеВ

Re: Telnet Hangs

 
Izzo_1
Occasional Contributor

Telnet Hangs

Hi everyone

When I try to telnet from a different subnet the telnet session hangs after writing "please wait... checking disk quota".

On the other hand when I log from the same subnet as the server the telnet session continues with no problems.

Is there any configuration options on the telnet for accepting or processing connections from different subnets?
8 REPLIES 8
James R. Ferguson
Acclaimed Contributor

Re: Telnet Hangs

Hi Izzo:

Well, how long is a long wait? You could check times of network traversal with a series of 'ping's and/or a traceroute.

Regards!

...JRF...
Steven E. Protter
Exalted Contributor

Re: Telnet Hangs

Shalom Izzo,

I have a suggestion.

Go to the server console, log on as root.

tail -f /var/adm/syslog/syslog.log

Then try your telnet login from a normal network workstation.

You may see something useful or an error that tells you about a kernel parameter you need to adjust.

Bottom line is telnet is accepting the connection and creating a telnetd session on the server. What happens after that could be any number of circumstances.

Posting suggestion:
server type and model:
How much RAM:
OS version
Recent major patch set instatlled:

Makes it much easier to answer questions with that information.

I've seen this happen on the 2003 Core OS simply because it needs a major network and SD/UX patch to run properly on older systems.

SEP
Steven E Protter
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
Peter Nikitka
Honored Contributor

Re: Telnet Hangs

Hi,

is the HOME of the user NFS-mounted?
Then you can try to isolate the problem without logging in to that user.
Check
- NFS access options
- manual mounting
- NFS access rights
- access to the history file (if used)

Generally an update of NFS-patches is always worth to try.

mfG Peter
The Universe is a pretty big place, it's bigger than anything anyone has ever dreamed of before. So if it's just us, seems like an awful waste of space, right? Jodie Foster in "Contact"
Muthukumar_5
Honored Contributor

Re: Telnet Hangs

May be a problem with network only.

Check these:

with same network:

1) ping response rate to hpux server
2) traceroute / tracert(windows) to hp-ux server

different subnet:

1) ping response rate to hpux server
2) traceroute / tracert(windows) to hp-ux server

post those information.

hth.
Easy to suggest when don't know about the problem!
Frank de Vries
Respected Contributor

Re: Telnet Hangs

If telnet works , but not from a different
subnet - that to me indicates something with the routing, in particular I would check
the gateway(s).

Can you do a ping from this subnet to that
host that you are trying to telnet ?

Can you maybe post your
ifconfig lan0 and netstat -nr
if allowed.

Rgds

Look before you leap
Steve Steel
Honored Contributor

Re: Telnet Hangs

Hi

On the server what does

nsquery hosts clientname
nsquery hosts clientip

give where client is the machine on the other subnet.


To test telnet make sure inetd -l is enabled for better syslog messages


Steve Steel
If you want truly to understand something, try to change it. (Kurt Lewin)
Frank de Vries
Respected Contributor

Re: Telnet Hangs

Why did no point get allocated to no-one ?
Look before you leap
Muthukumar_5
Honored Contributor

Re: Telnet Hangs

even he did not reply back. May be a problem with disk quota allocation. It is not allocated to other subnet sessions.

--
Muthu
Easy to suggest when don't know about the problem!