- 论坛徽章:
- 0
|
原帖由 ssffzz1 于 2007-5-9 08:03 发表于 7楼
还是那句话,贴出文件,说出生成文件的方法.最后贴出命令行的具体命令.怀疑输入格式错误.
[root@mail root]# ifconfig
eth0 Link encap:Ethernet HWaddr 00:15:60:0B:6F:52
inet addr:211.136.82.242 Bcast:211.136.82.247 Mask:255.255.255.248
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:864620459 errors:0 dropped:0 overruns:0 frame:0
TX packets:899905143 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:1485946247 (1417.1 Mb) TX bytes:2489604888 (2374.2 Mb)
Interrupt:25
eth1 Link encap:Ethernet HWaddr 00:15:60:0B:6F:51
inet addr:192.168.1.242 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:46 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:0 (0.0 b) TX bytes:2944 (2.8 Kb)
Interrupt:26
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:867193445 errors:0 dropped:0 overruns:0 frame:0
TX packets:867193445 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:348098955 (331.9 Mb) TX bytes:348098955 (331.9 Mb)
[root@mail root]# arp -a
? (211.136.82.246) at 00:0B:BE:5C F:80 [ether] on eth0
[root@mail root]# arp -s 211.136.82.242 00:15:60:0B:6F:52
SIOCSARP: 无效的参数
看看格式哪儿错误了? |
|