|
lsmod:
Module Size Used by
yenta_socket 13664 0
pcmcia_core 40708 1 yenta_socket
evdev 6464 0
slamr 323368 0
8139too 17664 0
mii 2304 1 8139too
crc32 3040 1 8139too
parport_pc 27072 0
parport 22728 1 parport_pc
sbp2 16744 0
ohci1394 24836 0
ieee1394 62008 2 sbp2,ohci1394
ohci_hcd 15044 0
uhci_hcd 23152 0
usb_storage 46208 0
ehci_hcd 21028 0
ifconfig:
lo Link encapocal Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
UP LOOPBACK RUNNING MTU:16436 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:0
RX bytes:0 (0.0 b) TX bytes:0 (0.0 b)
ifconfig eth0 up
ifconfig:
eth0 Link encap:Ethernet HWaddr 00:40:CA:C9:93:23
inet addr:192.168.1.85 Bcast:192.168.1.1 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:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:0 (0.0 b) TX bytes:0 (0.0 b)
Interrupt:9 Base address:0x8000
lo Link encapocal Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
UP LOOPBACK RUNNING MTU:16436 Metric:1
RX packets:8 errors:0 dropped:0 overruns:0 frame:0
TX packets:8 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:536 (536.0 b) TX bytes:536 (536.0 b)
net-setup eth0
设置本地计算机IP192.168.1.85
ping 192.168.1.85
PING 192.168.1.85 (192.168.1.85) 56(84) bytes of data.
64 bytes from 192.168.1.85: icmp_seq=1 ttl=64 time=0.042 ms
64 bytes from 192.168.1.85: icmp_seq=2 ttl=64 time=0.031 ms
--- 192.168.1.85 ping statistics ---
2 packets transmitted, 2 received, 0% packet loss, time 999ms
rtt min/avg/max/mdev = 0.031/0.036/0.042/0.008 ms
我只能PING自己的IP,但网内其他IP无法PING通.
笔记本是联想的型号,8139的网卡. |
|