Network problem eth0
-- my linode has no "eth0" device
-- rebooting the linode doesnt' help
-- executing any of the ifconfig or /etc/init.d/network* commands fail since there is no eth0
-- /proc/modules is non-existant
please help
6 Replies
-Chris
Issuing a reboot command from within your Linode is not supported and will just shut the Linode down.
@pclissold:
Issuing a reboot command from within your Linode is not supported and will just shut the Linode down.
For those of you who are lazy, if you setup the following aliase you can reboot from within your linode
alias reboot='ssh
you will just need to enter your password, or for a seemless reboot set-up ssh keys.
Adam