|

楼主 |
发表于 2010-9-28 23:10:34
|
显示全部楼层
这是我的输出,帮分析一下。多谢
localhost luolei # ifconfig lo | awk '/inet addr/' #无输出
localhost luolei # ifconfig wlan | awk '/inet addr/'
inet addr:192.168.2.3 Bcast:192.168.2.255 Mask:255.255.255.0
localhost luolei # ping 127.0.0.1
PING 127.0.0.1 (127.0.0.1) 56(84) bytes of data.
^C
--- 127.0.0.1 ping statistics ---
6 packets transmitted, 0 received, 100% packet loss, time 4999ms
localhost luolei # |
|