|
|

楼主 |
发表于 2005-9-21 22:45:41
|
显示全部楼层
[root@sail ~]# tcpdump host 192.168.1.118
tcpdump: verbose output suppressed, use -v or -vv for full protocol decode
listening on eth0, link-type EN10MB (Ethernet), capture size 96 bytes
22:22:25.389175 arp who-has 192.168.1.118 tell 192.168.1.1
22:27:58.750567 IP 192.168.1.118.netbios-ns > 192.168.1.255.netbios-ns: NBT UDP PACKET(137): QUERY; REQUEST; BROADCAST
22:27:58.750692 arp who-has 192.168.1.118 tell 192.168.1.163
22:31:35.230415 IP 192.168.1.118.netbios-dgm > 192.168.1.255.netbios-dgm: NBT UDP PACKET(138)
22:32:33.216193 arp who-has 192.168.1.118 tell 192.168.1.1
22:39:58.815835 IP 192.168.1.118.netbios-ns > 192.168.1.255.netbios-ns: NBT UDP PACKET(137): QUERY; REQUEST; BROADCAST
22:39:58.815959 arp who-has 192.168.1.118 tell 192.168.1.163
速度好慢啊,查了半天也就这么一点,
还不知道什么意思,
192.168.1.1是路由网关,
192.168.1.118是局域网内一台机子.
192.168.1.163好像不是网内的,也不知道从哪出来的,
好像就没设置163这个IP的. |
|