Comment 6 for bug 114457

Revision history for this message
jfxberns (jfxberns) wrote :

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.