windows2003与FreeBSD6.3通信。 FreeBSD为Server端, 当结束程序后,在netstat -an显示仍有在此端口的连接。 有的一会就消失了,有的过十几分钟还在。 请问如何解决此问题? 不胜感激! [ 本帖最后由 zhaocong94005 于 2008-5-28 12:26 编辑 ]
by zhaocong94005 - C/C++ - 2008-05-28 16:10:58 阅读(3126) 回复(3)
最近突然发现机器的netstat列表里边出现了一个奇怪的连接,请各位帮我看看这个情况是否有问题。机器是用RH9做的网关,通过虚拟拨号的ADSL连接外网。netstat列表里的LOCAL地址出现了一个从未配置过的外网地址,使用SUNRPC(111)端口,REMOTE地址也是外网地址使用64150端口,连接状态为ESTABLISHED。因为查看SECURE和MESSEGE日志发现这个REMOTE地址以前也尝试过连接本机,只是“Did not receive identification string from”所以感...
hi: 我在主机上用netstat看到对方一个主机一直和我有一个tcp连接,状态为ESTABLISH,但是对方确早已经看不到这个连接了,这样就产生了好像所谓的虚连接,以我理解,对方一旦断掉一个连接的时候,操作系统就会对这个连接进行处理了,这个连接怎么也不会是ESTABLISH状态,怎么着也得是TIME_WAIT状态才对呀,大伙帮我分析一下,谢谢!!!
我是这样写的,uniq好象不起作用啊。 netstat -na | grep serverip:port | cut --delimiter=" " --fields=21 | cut --delimiter=":" --fields=1 | uniq
netstat 命令可以查看网络堵塞情况。我想清除目前的统计数据重新统计,请问怎么做才行? solaris9 sparc64主机。
我用putty远程登陆一台开ssh服务的linux机器.联结时候出现如下: the server's host key is not cached in the registry . you have no guarantee that the server is the computer you think it is. the server's rsa2 key fingerprint is : ssh-rsa 1024 34:43:45:d4:..... if you trust this host, hit yes to add the key to pietty's cache and carry on connecting . if you want to carry on connecting just once ,without...