- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Host refusing Telnet connections !!
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
09-10-2003 04:48 AM
09-10-2003 04:48 AM
Hi,
I was working on my HP-UX 11i server when suddenly I lost my telnet connection (I'm using Exceed). The session suddenlt hanged at first therefore I had to close the windows then reopen it.. but I keep getting:
Your connection has been terminated
I did rlogin from another server and managed to login. when doing telnet to that host I get this message:
# telnet neptune
Trying...
Connected to neptune.
Escape character is '^]'.
Local flow control off
Connection closed by foreign host.
What's going wrong?
- all applications are fine
- ping is O.K.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-10-2003 04:59 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-10-2003 05:04 AM
09-10-2003 05:04 AM
Re: Host refusing Telnet connections !!
Hai
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-10-2003 05:13 AM
09-10-2003 05:13 AM
Re: Host refusing Telnet connections !!
This can be caused by numerous things.
What I'd do is turn up logging on inetd for more clues. So run
/usr/sbin/inetd -l
Then rlogin so you have a session open & then attempt another telnet while running
tail -s /var/adm/syslog/syslog.log
in the rlogin session. That should point you to the culprit.
HTH,
Jeff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-10-2003 05:14 AM
09-10-2003 05:14 AM
Re: Host refusing Telnet connections !!
We modified an entry in /var/adm/inetd.sec
for a remote server that was not able to connect to this server (neptune), and we forgot to remove it.
Good work. 10 out 10 for John.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-10-2003 05:22 AM
09-10-2003 05:22 AM
Re: Host refusing Telnet connections !!
Good solution Jeff.