Comment 25 for bug 259214

Revision history for this message
Alexander Sack (asac) wrote : Re: [Bug 259214] Re: wired connection settings are lost after reboot

On Tue, Oct 21, 2008 at 05:49:15AM -0000, Shirish Agarwal wrote:
> hmm... ok hunted around and got this file
>
> /usr/share/doc/ifupdown/examples/generate-interfaces.pl.gz .
>
> ran it and it gave whole lot of stuff which I have included as an
> attachment
>
> The main part I put in the /etc/network/interfaces
>
> auto lo
> iface lo inet loopback
>
> iface eth1 inet static
> address 192.168.1.3
> netmask 255.255.255.0
> broadcast 192.168.1.255
> gateway 192.168.1.1

this configuration should work in managed=true mode. as there is no
auto eth1 it wont autoconnect though.

 - Alexander