Total Networking Failure after upgrade to 12.04LTS

Hal Burgiss hal at burgiss.net
Sat Jul 27 16:26:01 UTC 2013


On Sat, Jul 27, 2013 at 11:49 AM, Tom H <tomh0665 at gmail.com> wrote:

>
> Any configs?
>
>
What "configs"? None that I have the ability to easily copy and paste or
scp somewhere, no.

The original, working interfaces file (from a backup):

#The loopback network interface
auto lo
iface lo inet loopback

auto bond0
iface bond0 inet manual
     slaves eth0 eth1

# server network
auto vlan2
iface vlan2 inet static
     address 10.10.0.2
     netmask 255.255.0.0
     network 10.10.0.0
     broadcast 10.10.255.255
     hwaddress ether ac:de:48:10:02:01
     gateway 10.10.0.1
     vlan_raw_device bond0

The current, simplified revised version after various attempts, looks some
like:

#The loopback network interface
auto lo
iface lo inet loopback

auto eth0
iface eth0 inet static
     address 10.10.0.2
     netmask 255.255.0.0
     network 10.10.0.0
     broadcast 10.10.255.255
     gateway 10.10.0.1

Tried with eth0 and eth1. This file was unchanged during the upgrade.

If you have something else specific you want to see from a backup of the
system before it went offline, I can get that probably. But after it
tanked, that is more problematic.

-- 
Hal
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.ubuntu.com/archives/ubuntu-users/attachments/20130727/fb15a293/attachment.html>


More information about the ubuntu-users mailing list