- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- telnet error -- local flow control off
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
04-01-2003 04:16 AM
04-01-2003 04:16 AM
telnet error -- local flow control off
Trying ....
Connected to
Escape character is '^]'
Local flow control off
Connection closed by foreign host.
I would appreciate any ideas that you might have.
Thank you.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-01-2003 04:23 AM
04-01-2003 04:23 AM
Re: telnet error -- local flow control off
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-01-2003 04:57 AM
04-01-2003 04:57 AM
Re: telnet error -- local flow control off
Telnet ,messages like
telnet: Unable to connect to remote host: Connection refused
Connection closed by foreign host.
Indicate that the network connection could not be completed.
It may be due to one of these reasons :
1. inted process died , not responding and needs restart or hangup(-HUP)
2. The firewall type settings have been changed to disable the telnet port.
3. telnet is commented out in inted.conf file - .
4. You have an IP address problem
Steve Steel
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-01-2003 04:59 AM
04-01-2003 04:59 AM
Re: telnet error -- local flow control off
Regards,
RZ
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-02-2003 03:31 AM
04-02-2003 03:31 AM
Re: telnet error -- local flow control off
I also did the following:
rm /dev/pts/t*
rm /dev/pty/t*
cd /dev
insf -e
insf -d telm
insf -d tells
But all this did not help.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-02-2003 03:49 AM
04-02-2003 03:49 AM
Re: telnet error -- local flow control off
What happens if you rlogin to the problem machine and then try to telnet to it.
Do not do telnet machine but
1)telnet localhost
If works
2)telnet ip_address
if works then
3)telnet name
If not working then
4)telnet
open name
What happens
Steve Steel
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-02-2003 03:51 AM
04-02-2003 03:51 AM
Re: telnet error -- local flow control off
What are your telnet and login patches on this box.
If latest then reinstall else upgrade.
There may be a corruption in part of telnet.
Steve Steel
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-03-2003 03:30 AM
04-03-2003 03:30 AM
Re: telnet error -- local flow control off
telnet to the machine's ip-address doesn't work.
telnet to other machines works.