1、Linux下有 traceroute,Windows下有tracert,但是tracert基于icmp协议,无法指定tcp协议,正好有款替代工具tcproute的-p PORT参数可以解决
https://www.elifulkerson.com/projects/tcproute.php
此款工具运行依赖WinPcap和DotNet,不适用Win10/Server2016/Server2019(NT10.0)
WinPcap (安装的时候网络会有2秒左右闪断然后恢复正常)Version 4.1.3 Installer for Windows
Supported platforms: Windows NT4/2000Windows XP/2003/Vista/2008/Win7/2008R2/Win8/Win8.1/Server2012/Server2012R2
DotNetWindows Server2012R2上安装dotnet在powershell里执行Get-WindowsFeature -name net-*|Install-WindowsFeature 即可
这种很烦的下载锁定可以通过修改注册表规避
Windows Registry Editor Version 5.00
[HKEY_CURRENT_USERSOFTWAREMicrosoftWindowsCurrentVersionPoliciesAttachments]
"SaveZoneInformation"=dword:00000001
把这3句话在记事本里另存为.reg后缀的注册表文件双击导入即可
解除下载锁定.reg.zip
解压到system32目录即可在cmd命令行下调用
---来自腾讯云社区的---我爱你的一诺
微信扫一扫打赏
支付宝扫一扫打赏