Using Jaunty Server 32 bit.

Here is my /etc/network/interfaces file:

# The primary network interface
auto eth0
iface eth0 inet dhcp

# A static interface
auto eth0:1
iface eth0:1 inet static
address 192.168.222.120
netmask 255.255.255.0
network 192.168.222.0
broadcast 192.168.222.255

eth0 comes up at boot.  eth0:1 only comes up after running
/etc/init.d/networking from the command line.

-- 
ifup -a does not start alias interfaces
https://bugs.launchpad.net/bugs/114457
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