Thread
:
No route to host
View Single Post
#
3
(
permalink
)
09-06-2007, 03:22 PM
nixcraft
Never say die
User
Join Date: Jan 2005
Location: BIOS
My distro: Ubuntu
Posts: 1,030
Rep Power:
10
Turn on sshd by running any one of the following:
service sshd start
Code:
/etc/init.d/ssh start
Verify ssh port is open
Code:
netstat -tulpn | grep :22
Make sure firewall is not blocking access to port 22
Code:
/sbin/iptables -L -n
__________________
Vivek
|
My personal blog
Linux Evangelist
Play hard stay cool
nixcraft
View Public Profile
Send a private message to nixcraft
Visit nixcraft's homepage!
Find all posts by nixcraft