Re: nm cannot correctly set interface as unmanaged



Hi,
 thank you for answers.

2010/9/15 Mathieu Trudel <mathieu tl gmail com>:
> Does eth1 get recognized any better if you leave NM enabled but just remove
> the comment for gateway?

I tried to edit my "/etc/network/interfaces" decommenting[1] and removing[2] the
"gw" line but nm-status prints out the same output ::

    - Device: eth1
      State:             unmanaged
    - Device: eth0  [Auto eth0]
      State:             connected


Simone


"/etc/network/interfaces" (gw line decommented):

    auto lo
    iface lo inet loopback
          up nameif

    auto eth0
    iface eth0 inet dhcp

    auto eth1
    iface eth1 inet static
        address 192.168.5.166
        network 192.168.5.0
        netmask 255.255.255.0
        gateway 192.168.5.254

"/etc/network/interfaces" (gw line removed) :

    auto lo
    iface lo inet loopback
          up nameif

    auto eth0
    iface eth0 inet dhcp

    auto eth1
    iface eth1 inet static
        address 192.168.5.166
        network 192.168.5.0
        netmask 255.255.255.0


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]