@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

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/678425

Title:
  virtual network interfaces sometimes dont start on startup

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to