- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- telnet error: Could not open a connection to host ...
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
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
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
тАО03-30-2007 03:40 AM
тАО03-30-2007 03:40 AM
insf -ed psuedo
insf -e
Now we can connect but then a few seconds later we get this error: "Connection to host lost."
W try and telnet again and we get this error:
Could not open a connection to host on port 23 : Connect failed
What could be wrong?
The machine has a rock solid ping.
Thanks
Solved! Go to Solution.
- Tags:
- telnet
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-30-2007 03:58 AM
тАО03-30-2007 03:58 AM
Re: telnet error: Could not open a connection to host on port 23
telnet stream tcp nowait root /usr/lbin/telnetd telnetd
if it exists and is uncommented it should hopefully be working. if it is commented you could uncomment it and then run "inetd -c". But I would actually dump telnet in favor of secure shell.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-30-2007 04:02 AM
тАО03-30-2007 04:02 AM
Re: telnet error: Could not open a connection to host on port 23
I'll check to see if the line you identified is commented out or not......
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-30-2007 04:18 AM
тАО03-30-2007 04:18 AM
Re: telnet error: Could not open a connection to host on port 23
"connection refused" complaint instead of
this stuff. I'd guess that there's a more
generic network problem of some kind.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-30-2007 04:25 AM
тАО03-30-2007 04:25 AM
Re: telnet error: Could not open a connection to host on port 23
telnet stream tcp6 nowait root /usr/lbin/telnetd telnetd
I changed it to the following...
telnet stream tcp nowait root /usr/lbin/telnetd telnetd
I removed the 6 from the value tcp6 and bounced the VM and it worked. Why did it default to ipv6?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-30-2007 04:32 AM
тАО03-30-2007 04:32 AM
Re: telnet error: Could not open a connection to host on port 23
I was premature on my previous reply and it's still doing the same thing. I can't see anything wrong with the network because it's on one switch and there's ony 3 machines on the switch and the pings are consistant at time=<10ms.
I'm stumped.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-30-2007 04:36 AM
тАО03-30-2007 04:36 AM
Re: telnet error: Could not open a connection to host on port 23
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-30-2007 04:37 AM
тАО03-30-2007 04:37 AM
Re: telnet error: Could not open a connection to host on port 23
That's what she said.
I couldn't resist.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-30-2007 04:41 AM
тАО03-30-2007 04:41 AM
Re: telnet error: Could not open a connection to host on port 23
And I don't know much, but there could be any
number of general system resource problems
which might disable a Telnet process. Is
there anything interesting in any of the
general-purpose system logs? Is there any
memory available? Does anything work well
on the console, where the network is not
involved?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-30-2007 04:47 AM
тАО03-30-2007 04:47 AM
Re: telnet error: Could not open a connection to host on port 23
I don't claim that it's significant, but on
my home junk collection, I normally see ping
times under 1ms:
alp $ ping urtx
PING urtx.antinode.org (10.0.0.8): 56 data bytes
64 bytes from 10.0.0.8: icmp_seq=0 ttl=64 time=1 ms
64 bytes from 10.0.0.8: icmp_seq=1 ttl=64 time=0 ms
64 bytes from 10.0.0.8: icmp_seq=2 ttl=64 time=0 ms
64 bytes from 10.0.0.8: icmp_seq=3 ttl=64 time=0 ms
----urtx.antinode.org PING Statistics----
4 packets transmitted, 4 packets received, 0% packet loss
round-trip (ms) min/avg/max = 0/0/1 ms
That's just 100MHz, full-duplex, with a
dirt-cheap stupid switch in between.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-30-2007 05:02 AM
тАО03-30-2007 05:02 AM
Re: telnet error: Could not open a connection to host on port 23
I'm going to reinstall the OS on the Virtual Machine and try it again.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-30-2007 08:15 AM
тАО03-30-2007 08:15 AM
Re: telnet error: Could not open a connection to host on port 23
Where can I find the logs for any of the General purpose systems? There is (or at least should be) enough memory on the box, there's 8GB of RAM and the only thing installed is the MCOE. When we connect to the console everything appears to be fine. At least we dont notice anything that is not working other than we can't telnet to it. What general purpose system apps would conflict with telnetd?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-30-2007 08:31 AM
тАО03-30-2007 08:31 AM
Solution1. Can you confirm this is a physical host and not a VM?
2. Have you checked the network stats using lanadmin? Are you seeing any errors being logged?
3. Is the networking subsystem logging any errors?
netfmt -t 50 -f /var/adm/nettl.LOG00
should show the last 50 errors.
HTH
Duncan
I am an HPE Employee

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-30-2007 08:36 AM
тАО03-30-2007 08:36 AM
Re: telnet error: Could not open a connection to host on port 23
After watching the server boot I noticed an error:
"Start Native Adapter Agent..........FAIL"
Any ideas on what the "Native Adpter" is?
Maybe the NIC? I'll switch to the other NIC and try that.
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-30-2007 10:28 AM
тАО03-30-2007 10:28 AM
Re: telnet error: Could not open a connection to host on port 23
My co-worker stole the IP address of our Integrity server. !@#$@@#$
Looking at nettl.LOG000 gave us the hints we needed.
Now all is good. Thanks everyone!