I have a fresh install of ubuntu 14.10 and have been trying to set a static IP but it does not connect when I try.
My interfaces file looks like this:
auto eth0
iface eth0 inet static
address 192.168.0.146
netmask 255.255.255.0
gateway 192.168.0.1
And when I try to sudo service networking restart is gives error that it is unable to stop networking.
➜ ~ sudo service networking restart
stop: Job failed while stopping
start: Job is already running: networking
➜ ~
➜ ~
I have also tried using the program wicd-curses and on setting a static IP I lose connection.
my connection info is correct (I have other systems running with the same connection info)
Any help is appreciated
Edit as a clarification - I am able to connect to my local network using this config ^^ however not the internet
Edit Version 14.10, not 14.04