Adicione auto eth0
ou anexe eth0 a auto lo eth0
a interfaces
files
Instalei o Ubuntu Server 10.04 no VMWare ESXi 4.0.0 (201167) e alterei o arquivo de interfaces.
Meu arquivo de interfaces (modificado) se parece com isto:
auto lo
iface lo inet loopback
iface eth0 inet static
address 192.168.254.159
netmask 255.255.255.0
network 192.168.254.0
broadcast 192.168.254.255
gateway 192.168.254.1
Na reinicialização (ou /etc/init.d/networking restart
) o ifconfig -a mostra o seguinte:
eth0 Link encap:Ethernet HWaddr 00:0c:29:cc:0b:95
BROADCAST MULTICAST MTU:1500 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)
lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
inet6 addr: ::1/128 Scope:Host
UP LOOPBACK RUNNING MTU:16436 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)
Então eth0 não funciona até eu digitar:
ifup eth0
Eu tive este trabalho em versões anteriores do Ubuntu sem problemas, alguém sabe como fazer isso funcionar em 10.04?