Ignorando o Gerenciador de Rede

0

Supondo que haja mais de uma NIC Ethernet, bem como um dispositivo sem fio em um determinado sistema, como especificar configurações personalizadas em /etc/network/interface para uma das NICs, mas permitir que o Network Manager gerencie as outras?

    
por miguelg 09.09.2014 / 15:12

1 resposta

0

O Network Manager ignora as NICs mencionadas em /etc/network/interfaces por padrão. Portanto, não adicione nada sobre as outras NICs nesse arquivo. De man NetworkManager.conf :

[ifupdown]
   This section contains ifupdown-specific options and thus only has effect 
   when using ifupdown plugin.

   managed=false | true
          Controls  whether  interfaces  listed in the 'interfaces' file are 
          managed by NetworkManager.  If set to true, then interfaces listed in 
          /etc/network/interfaces are managed by NetworkManager.  If set to 
          false, then any interface listed in /etc/network/interfaces will be 
          ignored by NetworkManager. Remember that NetworkManager controls the 
          default route, so because the interface is ignored, NetworkManager may 
          assign the  default  route to some other interface. When the option is 
          missing, false value is taken as default.
    
por muru 09.09.2014 / 15:14