Comment 8 for bug 81782

Revision history for this message
Marc Tardif (cr3) wrote :

Configuring the following static interface works automatically when booting the machine:

auto eth0
iface eth0 inet static
        address 192.168.2.121
        netmask 255.255.255.0
        network 192.168.2.0
        broadcast 192.168.2.255
        gateway 192.168.2.10