且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

为什么tcp服务器在接受连接后立即发送fin和ack

更新时间:2021-12-21 22:29:22

[no resources]显示而不是IP地址[127.0.0.1]。虽然跟踪本身是成功的,但它表明存在某种问题。



您可以执行

"[no resources]" is displayed instead of the IP address "[127.0.0.1]". While the tracing itself was succesful it indicates some kind of problem.

You may execute
nslookup 127.0.0.1



进一步调查并重复使用名称 localhost AM-201501021331 (您的计算机名称) 。



可能的原因是没有DNS服务器配置/可用,甚至没有网络连接。



至少您可以执行tracert并选择禁用反向名称查找:


for further investigation and repeat that with the names localhost and AM-201501021331 (your computer's name).

Possible reasons are no DNS server configured / available or even no network connection.

At least you can execute tracert with an option to disable reverse name lookup:

tracert -d 127.0.0.1


nslookup 127.0.0.1
Server: UnKnown
Address: 10.1.33.7

name: localhost
Address: 127.0.0.1





运行tracert -d 127.0.0.1,结果也是无资源;



run "tracert -d 127.0.0.1", result is "no resources" too;