Comment 28 for bug 279262

Revision history for this message
Alexander Sack (asac) wrote : Re: [Bug 279262] Re: network-manager After reboot network is totally broken

On Tue, Oct 07, 2008 at 02:23:43PM -0000, Kadafi wrote:
> Here are my /etc/network/interfaces :
>
> auto lo
> iface lo inet loopback
>
> auto eth0
> iface eth0 inet static
> address 192.168.2.136
> netmask 255.255.255.0
> gateway 192.168.2.1
>
> iface wlan0 inet static
> address 192.168.2.136
> netmask 255.255.255.0
> gateway 192.168.2.1
> wireless-key ***********
> wireless-essid Broadcast
>
> auto wlan0
>
> auto eth0
>
>
> and /etc/NetworkManager/nm-system-settings.conf
>
> [main]
> plugins=ifupdown,keyfile
>
> [ifupdown]
> managed=false
>

you could try managed=true, though your wireless might cause issues
until the next ifupdown upload. Also we will fix the managed=false
case to show "online" when there are any unmanaged devices (which is
th bug you are seeing right now)

 - Alexander