+ Responder ao Tópico



  1. #1

    Padrão Interfaces de rede não reiniciam

    Bom dia,

    Estou com um leve problema nas minas placas de rede, elas sobm OK quando reinicio o comutador, mas quando uso o comando /etc/init.d/networking restart só a placa eth1 sobe:

    Abaixo meu arquivo /etc/network/interfaces:

    # This file describes the network interfaces available on your system
    # and how to activate them. For more information, see interfaces(5).

    # The loopback network interface
    auto lo
    iface lo inet loopback

    # The primary network interface
    # LAN
    #allow-hotplug eth0
    iface eth0 inet manual
    address 192.168.1.1
    netmask 255.255.255.0
    gateway 192.168.1.1
    broadcast 192.168.1.255
    network 192.168.1.0
    dns-nameservers 127.0.0.1 200.146.35.35 200.146.36.36


    # WAN GVT
    #allow-hotplug eth1
    #iface eth1 inet dhcp

    # WAN EMBRATEL
    #allow-hotplug eth2
    iface eth2 inet manual
    address 189.55.62.244
    netmask 255.255.255.248
    gateway 189.55.62.241
    broadcast 189.55.62.240
    network 189.55.62.247
    dns-nameservers 127.0.0.1 200.255.255.66 200.255.255.70

    auto dsl-provider
    iface dsl-provider inet ppp
    pre-up /sbin/ifconfig eth1 up # line maintained by pppoeconf
    provider dsl-provider

    auto eth1
    iface eth1 inet manual

  2. #2

    Padrão

    Resolvido, descomentei as linhas de allow-hotplug, e substitui o allow-hotplug por auto.