Experiencing network trouble after resize [solved]
The error I get:
port 22: Operation timed out
I checked:
1) sshd is running
2) I checked that port 22 is open
3) I turned off the firewall
But still no luck.
So I tried logging in through lish and I had success. However I think there is something wrong with my linode's network connection.
I tried
ping google.com
ping: unknown host google.com
wget http://www.google.com
--2010-07-18 23:15:18-- http://www.google.com/
Resolving www.google.com... failed: Name or service not known.
wget: unable to resolve host address `www.google.com'
I'm wondering if the network problem on my linode is somehow preventing me from ssh(ing) into my linode from my home computer?
Have I missed some required step when resizing my image?
solved
In case someone runs into the same issue: If you have SELinux enabled, like I do, and you change the size of your disk image you have to relabel your file system.
Run the command:
touch /.autorelabel
reboot
as root.