telnet: connect to address 127.0.0.1: Connection refused

原文链接:https://q.cnblogs.com/q/106337/
[yjc@localhost ~]$ telnet localhost 8080
Trying ::1...
telnet: connect to address ::1: Connection refused
Trying 127.0.0.1...
telnet: connect to address 127.0.0.1: Connection refused

没有启用8080端口,使用 nc -lp 8080 & 命令开启8080的tcp侦听,

在端口启用列表里面能找到了,再telnet就通了,说明8080端口正常可用。
telnet: connect to address 127.0.0.1: Connection refused
参考文章:https://q.cnblogs.com/q/106337/

上一篇:【微信小程序】后台访问-net::ERR_CONNECTION_REFUSED 及 不是request合法域名问题 的解决


下一篇:springboot使用cache出现java.net.ConnectException: Connection refused: connect