========================================================================= 2、调试 eth0网卡的地址 输入命令: ifconfig eth0 down<回车> ifconfig eth0 10.0.0.100 broadcast 10.0.0.65 netmask 255.255.255.0<回车> ifconfig eth0 up<回车> ifconfig eth0<回车> 回显部分: eth0 Link encap:Ethernet HWaddr 00:11:00:00:11:11
inet addr:10.0.0.100 Bcast:10.0.0.65 Mask:255.255.255.0 UP 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) Interrupt:11 Base address:0x3400 ======================================================================================== [em67]上面红色字体部分,10.0.0.100/24 Broadcast:10.0.0.255 而不是10.0.0.65 |