用交叉网线直连可以, 用普通网线接入局域网就不行? 现象如下? 到底是什么地方出了问题呢?
--------------------------------------------------------------------------------------------------------------------------------
怎么配置, 网络都不通, 网卡上的灯是亮的,但是只有一个灯亮, 下面是我的配置, 请大家帮我看看呢? 是不是网卡物理上有问题?
网络环境: 办公室DHCP环境,
本地配置: 设置静态IP
eth0 Link encap:Ethernet HWaddr 08:00:3E:21:C7:F7
inet addr:9.123.245.61 Bcast:9.255.255.255 Mask:255.255.255.0
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:244 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:16713 (16.3 KiB) TX bytes:0 (0.0 B)
Interrupt:53 Base address:0x300
Destination Gateway Genmask Flags Metric Ref Use Iface
default 9.123.245.1 255.255.255.0 UG 0 0 0 eth0
9.123.245.0 * 255.255.255.0 U 0 0 0 eth0
9/8 补充: 网卡上灯只有绿灯亮,黄灯不亮
-------------------------------------------------------------------------------------------
9/10
网络环境: 基于TP-Link的局域网 PC机DHCP分配到地址192.168.1.90, 开发板静态地址192.168.1.91
eth0 Link encap:Ethernet HWaddr 08:00:3E:21:C7:F7
inet addr:192.168.1.91 Bcast:192.168.1.255 Mask:255.255.255.0
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:31 dropped:0 overruns:0 carrier:31
collisions:0 txqueuelen:1000
RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)
Interrupt:53 Base address:0x300
lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
UP LOOPBACK RUNNING MTU:16436 Metric:1
RX packets:60 errors:0 dropped:0 overruns:0 frame:0
TX packets:60 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:6384 (6.2 KiB) TX bytes:6384 (6.2 KiB)
Kernel IP routing table
Destination Gateway Genmask Flags Metric Ref Use Iface
default 192.168.1.1 255.255.255.0 UG 0 0 0 eth0
192.168.1.0 * 255.255.255.0 U 0 0 0 eth0
PC机ping开发板 不通
PC机上Ethereal抓包可得: 90 向 91 发出 ping request, 但是没有任何91回来的包.
开发板ping PC机 不通, 开发板显示信息:WATCHDOG: eth0: transmit timed out
PC机上通过Ethereal抓包可得:
source Destination Protocol Info
Motorola_21:XX:XX Broadcast ARP who has 192.168.1.90? Tell 192.168.1.91
00:13:XX:XX:XX Motorola_21:XX:XX ARP 192.168.1.90 is at 00:13:XX:XX:XX
注: Motorola_21:XX:XX开发板MAC, 00:13:XX:XX:XX本机Mac
[ 此贴被liliangeb在2008-09-11 16:46重新编辑 ]