Eu tenho um sheevaplug com o debian 5.0..internet estava sempre funcionando bem até hoje. Eu tenho um monte de PCs conectados via wireless ao meu roteador e internet funciona bem. A partir de hoje, meu debian não vai se conectar à internet e eu não tenho idéia do porquê ... quando eu corro ping google.com
eu recebo isso:
ping google.com
PING google.com (173.194.35.8) 56(84) bytes of data.
^C
--- google.com ping statistics ---
443 packets transmitted, 0 received, 100% packet loss, time 442006ms
Permanece assim para sempre e eu não consigo fazer nada. Aqui estão algumas informações que podem ser úteis:
Conteúdo de /etc/network/interfaces
:
# Used by ifup(8) and ifdown(8). See the interfaces(5) manpage or
# /usr/share/doc/ifupdown/examples for more information.
auto lo
iface lo inet loopback
auto eth0
iface eth0 inet dhcp
Saída de ifconfig
:
eth0 Link encap:Ethernet HWaddr f0:ad:4e:01:40:78
inet addr:192.168.2.12 Bcast:192.168.2.255 Mask:255.255.255.0
inet6 addr: fe80::f2ad:4eff:fe01:4078/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:2200 errors:0 dropped:0 overruns:0 frame:0
TX packets:2926 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:229615 (224.2 KiB) TX bytes:466378 (455.4 KiB)
Interrupt:11
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)
Conteúdo de /etc/resolv.conf
:
nameserver 192.168.2.1
Aqui está a saída de netstat -rn
:
debian:~# netstat -rn
Kernel IP routing table
Destination Gateway Genmask Flags MSS Window irtt Iface
192.168.2.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0
0.0.0.0 192.168.2.1 0.0.0.0 UG 0 0 0 eth0
Saída de arp -na
:
debian:~# arp -na
? (192.168.2.1) at 00:1a:2a:27:c0:68 [ether] on eth0
Saída de route
:
Kernel IP routing table
Destination Gateway Genmask Flags Metric Ref Use Iface
192.168.2.0 * 255.255.255.0 U 0 0 0 eth0
default . 0.0.0.0 UG 0 0 0 eth0
Eu tentei de tudo: IP estático, reiniciando a conexão de rede, reiniciando o roteador, sem sorte ... Alguma idéia do que poderia estar errado?
Editar : Aqui está a saída de route
:
Kernel IP routing table
Destination Gateway Genmask Flags Metric Ref Use Iface
192.168.2.0 * 255.255.255.0 U 0 0 0 eth0
default . 0.0.0.0 UG 0 0 0 eth0
Editar : Aqui está a saída de netstat -rn
:
debian:~# netstat -rn
Kernel IP routing table
Destination Gateway Genmask Flags MSS Window irtt Iface
192.168.2.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0
0.0.0.0 192.168.2.1 0.0.0.0 UG 0 0 0 eth0
e arp -na
:
debian:~# arp -na
? (192.168.2.1) at 00:1a:2a:27:c0:68 [ether] on eth0
Tags networking linux