- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- telnet problem
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
10-18-2002 06:06 AM
10-18-2002 06:06 AM
telnet problem
when I try to make a telnet to a machine don't appear the login prompt:
[h3mih109]/# telnet 10.195.66.4
Trying...
Connected to 10.195.66.4.
Escape character is '^]'.
After a bit of time appear that connection is closed by foreign host.
When I try to make the same command from another machine it's works fine:
[root@h3mil008 ~] # telnet 10.195.66.4
Trying 10.195.66.4...
Connected to 10.195.66.4.
Escape character is '^]'.
HP-UX h3rmh005 B.11.11 U 9000/800 (td)
login:
Sombody can suggest me something?
Thanks in advance
Luca
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-18-2002 06:15 AM
10-18-2002 06:15 AM
Re: telnet problem
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-18-2002 06:17 AM
10-18-2002 06:17 AM
Re: telnet problem
Luca
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-18-2002 11:36 AM
10-18-2002 11:36 AM
Re: telnet problem
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-20-2002 11:39 PM
10-20-2002 11:39 PM
Re: telnet problem
Consiter to make changes to you /etc/nsswitch.conf to only or first use hosts file, then last make the changes to the /etc/hosts file (include the host and ip).
BR,
Jannik
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-21-2002 07:56 AM
10-21-2002 07:56 AM
Re: telnet problem
Check the /etc/hosts and /etc/passwd files permissions. (at least r--r--r--).
Regards.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-21-2002 08:07 AM
10-21-2002 08:07 AM
Re: telnet problem
i assume that you have physical access to the non working mashine.
check that telnet isnt commented in /etc/inet.conf
you should have a row looking something like this:
telnet stream tcp nowait root /usr/lbin/telnetd telnetd
(make sure that its not commented out with a #)
if you dont want to reboot the mashine try to restart inetd.
ps -ef |grep inetd
(get something like this: root 715 1 0 Sep 2 ? 0:00 /usr/sbin/inetd, the second field is the pid)
kill -HUP 715 (or the pid that your inetd is running at)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-21-2002 09:02 AM
10-21-2002 09:02 AM
Re: telnet problem
Remember when you telnet, the receiving server will try to resolve who is trying to connect first. Based on your ~nsswitch.conf...so if host file is the first thing it checks and you have no entry for this client..then it moves to next thing to try like DNS, so it checks and if it can't resolve...it continues to next option and only then it will present a login prompt (unless your network times out first....!!!) if there is enough time. I think your getting timed out !
Look at your ~nsswitch.conf, if it shows the hostfile is checked first..then do a quick test and put an entry into the receiving box hostfile for this client...Then see if it will allow the connection.
Just a thought,
Rita
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-22-2002 01:31 PM
10-22-2002 01:31 PM
Re: telnet problem
Your message post states that telnet is getting connected. I don't understand why the login prompt doesn't appear.
Do you press enter after you see
Connected to 10.195.66.4.
Escape character is '^]'.
It happens sometimes to me, on my remote systems and after i press enter 2-3 times it works.
This feels very stupid but this is the way it works sometimes. Have you tried pressing "Enter"
Regards,
Anil
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-22-2002 11:03 PM
10-22-2002 11:03 PM
Re: telnet problem
i don't know why, but now it works.
Who tried to resolve the problem told me that it worked after he made a telnet to 127.0.0.1!
Bah
Bye
Luca