Accessible only via Lish
Now the node is only accessible via Lish and I cannot start any networking services that would allow me to get the SQL data off the server as the networking components do not have the required components available and nothing is resolvable.
Is there any way I can get a file off the server before I rebuild it? Are the Linode staff able to help out?
1 Reply
Peter gave me a tip on how to bring up the networks manually and I am able to save my sites' data
ifconfig eth0 [node IP address] netmask 255.255.255.0 up
route add default gw [node gateway]
echo "nameserver 74.207.241.5" > /etc/resolv.conf