/etc/networking/interfaces isn't existing; guess you meant /etc/network/interfaces :
v == START == v # This file describes the network interfaces available on your system # and how to activate them. For more information, see interfaces(5). # The loopback network interface auto lo iface lo inet loopback auto eth1 iface eth1 inet static address 195.122.145.115 netmask 255.255.255.240 network 195.122.145.112 broadcast 195.122.145.127 gateway 195.122.145.113 post-up route add -host 195.122.145.67 gw 195.122.145.113 dev eth1 pre-down route del -host 195.122.145.67 gw 195.122.145.113 dev eth1 ^ == STOP == ^ root@tharbad:~# status mountall mountall stop/waiting root@tharbad:~# What you told about /etc/init/network-interface.conf might be true, but as you can see in my posted config above, there's nothing invalid happening within my config. It would make me wonder, that if this file would contain invalid parts, why another (the old) init-Script is working without any problem with the same file. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/716429 Title: Networking not automatically available after reboot -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs