Public bug reported:

If I reboot, I need to do "ifconfig eth0:0 up" to bring it up.

/etc/network/interface

# The loopback network interface
auto lo
iface lo inet loopback

# The primary network interface
auto eth0
iface eth0 inet static
        address 202.x.x.26
        netmask 255.255.255.0
        network 202.x.x.0
        broadcast 202.x.x.255
        gateway 202.x.x.254
        # dns-* options are implemented by the resolvconf package, if installed
        dns-nameservers 202.x.x.28
        dns-search com

auto eth0:0
iface eth0:0 inet static
        name ns2.geckahost.com
        address 202.x.x.25
        netmask 255.255.255.0
        network 202.x.x.0
        broadcast 202.x.x.255
        gateway 202.x.x.254

** Affects: ubuntu
     Importance: Undecided
         Status: New

-- 
Ethernet alias down at boot
https://bugs.launchpad.net/bugs/365075
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to