Okidoki

So I had a issue with my linode this morning, restarted Linode, no avail. Network wouldn't come up and remote access was out of the question.
I then proceeded to restore my Weekly backup and see if that one would come up ok. Unfortionatly this didn't help neither.
Since neither eth0 nor lo interfaces where comming up automatically (set to DHCP) I configured my interface as follows:
Code:
auto lo
iface lo inet loopback
auto eth0
iface eth0 inet static
address 109.74.194.xxx
netmask 255.255.255.0
gateway 109.74.194.1
this followed by a /etc/init.d/networking restart did nothing
If I try pinging the linode gateway (as shown on my "remote access" tab) I simply get
Code:
connect: Network is unreachable
Anyone care to shed some light on this issue please ?
regards,