No apparent physical damage to the ethernet port. I tried different cables, no change .
A s for the ifconfig, I can't even copy/paste the result of ifconfig but, yes, it returns something like
Code: Select all
eth0 Link encap:Ethernet HWaddr 00:1f:e2:12:ea:d8
inet adr:192.168.0.117 Bcast:192.168.0.255 Masque:255.255.255.0
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:0 errors:376 dropped:163 overruns:0 frame:163
TX packets:84 errors:0 dropped:0 overruns:0 carrier:0
TX packet seem to go through but all RX packets are blocked for any reason. So, I started tcpdump on my router and launched a ping from the Rpi to a host or on my router and the ARP 'who has' packet seem to be broadcasted in some way. The Rpi has 192.168.0.117.
Code: Select all
tcpdump: verbose output suppressed, use -v or -vv for full protocol decode
listening on eth0, link-type EN10MB (Ethernet), capture size 65535 bytes
20:09:57.494750 ARP, Request who-has ibm.lan tell 192.168.0.117, length 46
20:09:58.494607 ARP, Request who-has ibm.lan tell 192.168.0.117, length 46
....
20:10:06.874654 ARP, Request who-has openwrt.lan tell 192.168.0.117, length 46
20:10:07.874516 ARP, Request who-has openwrt.lan tell 192.168.0.117, length 46
My kernel routing table:
Code: Select all
Destination Gateway Genmask Indic Metric Ref Use Iface
0.0.0.0 192.168.0.200 0.0.0.0 UG 0 0 0 eth0
192.168.0.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0
I am really puzzled. May be a routing problem. Can someone post his routing table?