- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- sshd bind to port 22 fail
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
12-15-2006 08:08 AM
12-15-2006 08:08 AM
sshd bind to port 22 fail
sshd: bind to port 22 on 0.0.0.0 failed: Address already in use.
I can ssh from the VM to itself. But not from other system to this VM. I got error message:
ssh: connect to host 123.122.121.13 port 22: No route to host.
Thanks for any help.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-15-2006 08:25 AM
12-15-2006 08:25 AM
Re: sshd bind to port 22 fail
netstat -antp|grep 22
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-15-2006 08:30 AM
12-15-2006 08:30 AM
Re: sshd bind to port 22 fail
9467 is PID for sshd
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-15-2006 09:52 AM
12-15-2006 09:52 AM
Re: sshd bind to port 22 fail
Also check routing table on VM for errors.
regards,
ivan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-20-2006 07:26 AM
12-20-2006 07:26 AM
Re: sshd bind to port 22 fail
You have an IPv6-capable sshd already running (process ID 9467). The single process may be able to handle both IPv4 and IPv6 connections, but it will probably display even the IPv4 addresses in IPv6 style. This may be slightly confusing, but harmless.
When you ssh from the VM to itself, you may be actually using IPv6 locally. This might explain why the localhost connection works.
There might be something wrong with your IPv4 settings, which would explain why you cannot connect to the VM from other systems.
From the information you've provided so far I cannot determine what the problem might be.