在Mac os 下
nc -vz -w 2 127.0.0.1 1080
#
Logs
:
Connection to 127.0.0.1 port 1080 [tcp/socks] succeeded!
nc: connectx to 127.0.0.1 port 108 (tcp) failed: Connection refused
在linux和centos下
使用telnet +指定的IP或者 域名 端口号.
#
比如:telnet 192.168.1.102 3306
内网 telnet 127.0.0.1 8090