|
ixp425的板子启动后linux不能立即发包
[复制链接]
我的板子的情况是这样的,控制器是ixp425,bootloader是redboot,有两块网卡A和B,为了在redboot下使用网络传送文件,给A网卡设置了一个IP,fconfig如下:
RedBoot> fconfig –i
Initialize non-volatile configuration - continue (y/n)? y
Run script at boot: false
Boot script:
Enter script, terminate with empty line
>> fis load ramdisk
>> fis load zImage
>> exec
>>
Boot script timeout (1000ms resolution): 2
Use BOOTP for network configuration: false
Gateway IP address:
Local IP address: 192.168.0.144 <-------输入主控IP地址
Local IP address mask: 255.255.255.0 <-------输入子网掩码地址
Default server IP address: 192.168.0.44 <-------输入默认服务器地址
Console baud rate: 115200
GDB connection port: 9000
Force console for special debug messages: false
Network debug at boot time: false
Default network device: npe_eth0
Network hardware address [MAC] for NPE eth0: 0x00:0x01:0x01:0x01:0x01:0x01 <-------输入第一块网卡MAC
Network hardware address [MAC] for NPE eth1: 0x00:0x02:0x02:0x02:0x02:0x02
<-------输入第二块网卡MAC
Update RedBoot non-volatile configuration - continue (y/n)? y
... Unlock from 0x50fe0000-0x51000000: ... in 0 Unlock at 0x50fe0000 blocksize = 0x00020000 blocks == 0x00000080
在linux启动后,设置ip后,然后控制器向局域网内其他机器发送arp包,告知自己的ip与mac地址,这个包A网卡怎么都发不出去,B网卡却可以。
在局域网内另一台pc机上用抓包工具的结果也只能抓到B网卡发送的arp包,没有A网卡的。在redboot启动时能抓到A网卡的8包GARP包,这个我知道这是redboot中给A网卡设置了ip地址导致系统启动时发送的免费arp包。但是为什么在linux启动后A网卡却发不出去包呢?发udp包也不行,ping指令也不行。B网卡却怎么发都可以,有没有知道原因的大侠指点下,谢谢各位了!
|
|