- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- slow telnet
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
11-09-1999 02:42 AM
11-09-1999 02:42 AM
slow telnet
ie after typ in telnet hostxxx it could be couple of minits before I get the
login promt. Have try using IP adress of hostxxx and it is the same. Even if
I try telnet to the workstation from the workstation it is the same and it even
tke longer to process the login after I type in the password for it log me
in??? Any sugestions?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-10-1999 07:58 AM
11-10-1999 07:58 AM
Re: slow telnet
similar message in the "Networking and Openview" forum also (if you haven't
already).
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-13-1999 12:02 AM
11-13-1999 12:02 AM
Re: slow telnet
% telnet 127.0.0.1
Does that come up immediately?
Perhaps you should also check your logfiles to see if there are warnings or
errors regarding the network.
Are other services (ftp, http) also affected?
Do ping or traceroute work properly?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-15-1999 11:32 PM
11-15-1999 11:32 PM
Re: slow telnet
This type of thing is normally a result of a problem with the name resolution
having a problem with the "reverse lookup" resolving IP to hostname.
Here is a good thing to test. Once you get logged in (after the delay), try the
following command:
$ who -Rm
This will tell you exactly where this new system thinks you came from. Pay
attention to exactly what is in the parentheses. If configured properly you
would expect to see the fully-qualified domain name of the box you came from.
If it is an IP address in the parentheses then it could not "reverse lookup"
your IP address and you are having problems with name resolution. If using DNS
or NIS, you will need to fix/update the maps. If using /etc/hosts, make sure it
has accurate entries.
You can convince yourself that the name resolution is the problem by trying the
following:
1) Add an entry for the box you are coming from into the destination system's
/etc/hosts file.
2) Move /etc/resolv.conf to /etc/resolv.conf.old if resolv.conf exists.
3) Create/edit /etc/nsswitch.conf so that the "hosts" line looks EXACTLY like:
hosts: files
4) Retry the telnet. If the delay is gone, the name resolution on the
destination system is your issue.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-23-1999 05:34 AM
11-23-1999 05:34 AM
Re: slow telnet
disabled our reverse lookups by changing the nsswitch.conf to only include the
host file.