搜索中心
搜索中心 搜索快照

系统运维 - 网络端口连通性检测

Windows

PowerShell

# ip连通性检测
ping x.x.x.x
# 端口连通性检测
Test-NetConnection -ComputerName x.x.x.x -Port 1080

MacOS / Linux

# ip连通性检测
ping x.x.x.x
# 端口连通性检测
telnet x.x.x.x 1080
查看原文
QQ
微信
客服