[Ubuntu-BR] Configurando 2 interfaces de rede
Iuri Diniz
iuridiniz em gmail.com
Sexta Dezembro 19 22:01:15 UTC 2008
Será porque a interface não se chama eth1 e sim outra coisa?
veja o nome da interface via:
cat /etc/udev/rules.d/70-persistent-net.rules
ou fazendo:
ifconfig -a | grep Ether
2008/12/19 Andre Fernando Dominguez <andrefdominguez em gmail.com>
> Pessoal, olha só.
> Instalei o Ubuntu versao server apenas com 1 placa de rede.
> Configurei ela normal, esta 100%.
> Agora coloco a segunda placa de rede, que é uma 3com 3c905 o comando
> lspci encontra esta segunda interface de rede.
> Configurei ambas no /etc/networks/interfaces e ficou dessa maneira
>
> # 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
> auto eth0
> iface eth0 inet static
> address 192.168.1.100
> network 192.168.1.0
> netmask 255.255.255.0
> gateway 192.168.1.254
>
> Auto eth1
> iface eth1 inet static
> address 192.168.1.112
> network 192.168.1.0
> netmask 255.255.255.0
> gateway 192.168.1.100
>
>
> A minha eth0 é a placa que esta funcionando é uma placa de rede
> onboard e gostaria de setar as configurações de eth1 para a placa que
> acabei de adicionar, o comando lspci reconhece ele mas ela nao recebe
> o ip 192.168.1.112
>
> Obrigado.
>
>
> --
>
> André Fernando Dominguez
> Analista de Sistemas
> Hospiatl Regional de Colider
>
> --
> Mais sobre o Ubuntu em português: http://www.ubuntu-br.org/comece
>
> Lista de discussão Ubuntu Brasil
> Histórico, descadastramento e outras opções:
> https://lists.ubuntu.com/mailman/listinfo/ubuntu-br
>
--
Iuri Diniz
http://iuridiniz.com [Sou um agitador, não um advogado]
http://blog.igdium.com [Linux on Limbo]
More information about the ubuntu-br
mailing list