![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Forum Rules | FAQ | Contribute | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| UNIX for Advanced & Expert Users Advanced UNIX and Linux questions go here. Expert-to-Expert. |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Major OS errors/Bash errors help!!!! | wcmmlynn | UNIX for Dummies Questions & Answers | 12 | 11-13-2007 01:50 AM |
| Adapter Errors and Link Errors | mcastill66 | AIX | 2 | 08-02-2005 03:51 PM |
| Adapter Errors and Link Errors | mcastill66 | UNIX for Advanced & Expert Users | 0 | 08-02-2005 03:11 PM |
| HP UX 11 CDE errors | Olamide | HP-UX | 1 | 05-27-2005 09:41 PM |
| errors | nobody | HP-UX | 1 | 12-14-2003 07:08 AM |
|
|
Submit Tools | LinkBack | Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
|
SSH errors
hellow Experts,
I want to know that whenever i run ssh command, i get this error > ssh username@x.x.x.x ssh: connect to host x.x.x.x port 22: No route to host or connection refused i want to know the exact reason for these errors .. like because of firewall , no physical conection , connection limit ...??? Thanx |
| Forum Sponsor | ||
|
|
|
#2
|
|||
|
|||
|
"No route to host" basically means you can't even ping it because the network driver doesn't know where to send the packets.
|
|
#3
|
|||
|
|||
|
In rare cases this can also be due to a firewall that intentionally sends back an ICMP packet to pretend the host does not exist. But more frequently it refers to routing problems between the two hosts.
|
|
#4
|
|||
|
|||
|
... and Connection refused means there's no daemon listening on port 22, or the connection was firewalled. (Sorry, missed that when initially responding.)
|
|||
| Google The UNIX and Linux Forums |
| Thread Tools | Search this Thread |
| Display Modes | |
|
|