Comment 23 for bug 256054

Revision history for this message
Alexander Sack (asac) wrote : Re: [Bug 256054] Re: [intrepid] new 0.7 branch ignores /etc/network/interfaces

On Sat, Sep 27, 2008 at 12:16:04AM -0000, Roland Dreier wrote:
> I have a system connected to a wired network that requires a static IP
> and 802.1x authentication, and I have an /etc/network/interfaces stanza
> like
>
> auto eth1
> iface eth1 inet static
> address 10.33.42.9
> netmask 255.255.255.0
> gateway 10.33.42.1
> wpa-driver wired
> wpa-ap-scan 0
> wpa-key-mgmt IEEE8021X
> wpa-identity XXXXXX
> wpa-password YYYYYY
>
> even with the ifupdown plugin added to nm-system-settings.conf that
> interface is not configured properly on boot if NM is enabled (up-to-
> date Intrepid as of today). So I am just doing

Thats protected wired. I will try to get that going too in the final
version.

 - Alexander