Comment 3 for bug 678425

Revision history for this message
gollum53 (smid) wrote : Re: virtual network interfaces sometimes dont start on startup

@Stephan Adig:

Thank you for your comment.
I'm using lucid 64 bit, and I don't use bonding at all. My /etc/network/interfaces file looks similar to this:

auto lo
iface lo inet loopback

# The primary network interface
auto eth0
iface eth0 inet static
  address xxx.xxx.xxx.89
  netmask 255.255.255.224
  network xxx.xxx.xxx.xxx
  broadcast xxx.xxx.xxx.xxx
  gateway xxx.xxx.xxx.xxx
  dns-nameservers xxx.xxx.xxx.xxx
  dns-search foobar.com

#first virtual interface
auto eth0:0
iface eth0:0 inet static
    address xxx.xxx.xxx.73
    netmask 255.255.255.224
    gateway xxx.xxx.xxx.xxx

#second virtual interface
auto eth0:1
iface eth0:1 inet static
    address xxx.xxx.xxx.74
    netmask 255.255.255.224
    gateway xxx.xxx.xxx.xxx

-------end of file

Is there something bad in this configuration?

Thanx
Roman Smid