基本用法
>> telnet localhost 23 // 23 表示 telnet 服务的端口号,不写端口号也可以,telnet 默认绑定的端口号就是 23 // netstat -an:查看端口号的占用情况
如果此时主机上安装了 tomcat 服务器,可以使用其提供的 8080 端口
>> telnet localhost 8080
1. ping 与 telnet
使用 ping + host 用以检查该 host 是否可以连接;
>> ping repo1.maven.com
telnet host port:调试网络端口(port)是否畅通;
- 比如对代理服务器;
>> telnet 218.14.227.197 3128