telnet localhost 44444 telnet: connect to address ::1: Connection refused
1.檢查memcached是否安裝,且已開啟memcached服務
rpm -qa memcached 有輸出說明已安裝
如果沒有輸出則沒有安裝
yum install memcached
2.檢查telnet 是否安裝,且已開啟telnet服務
rpm -qa telnet 有輸出說明已安裝
如果沒有輸出則沒有安裝
yum install telnet
3.檢查telnet-server 是否安裝
rpm -qa telnet-server 有輸出說明已安裝
如果沒有輸出則沒有安裝
yum install telnet-server
4.由於telnet服務是由xinetd守護的,所以我們需要重新啟動xinetd
service xinetd restart
5.檢查netstat -tnl | grep 23只檢視目標埠是否存在
telnet localhost 23
6.telnet localhost 44444
Trying 127.0.0.1...
Connected to localhost.
Escape character is '^]'.
111
OK
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/31496956/viewspace-2152208/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- 解決telnet: connect to address 127.0.0.1: Connection refused的錯誤資訊問題127.0.0.1
- ssh: connect to host localhost port 22: Connection refusedlocalhost
- Error:Can't connect to SOCKS proxy:Connection refused (Connection refused)Error
- go get報錯connect: connection refusedGo
- nacos Connection refused (Connection refused)
- 解決 Android studio Connect to 127.0.0.1:[/127.0.0.1] failed: Connection refusedAndroid127.0.0.1AI
- BugkuCTF:telnet
- telnet使用
- 坑:ssh: connect to host github.com port 22: Connection refusedGithub
- Mac之telnet報錯-bash: telnet: command not foundMac
- java.net.ConnectException: Connection refused (Connection refused)JavaException
- 異常解決——GitLab : ssh: connect to host port 22: Connection refusedGitlab
- linux-telnetLinux
- 【liunx】telnet命令
- (20200916 Solved)Docker||redis-cli Could not connect to Redis at 127.0.0.1:6379: Connection refusedDockerRedis127.0.0.1
- 圖文詳細過程Linux 使用yum安裝telnet-server、telnet、xinetd以及telnet本機ipLinuxServer
- 搭建Telnet服務
- telnet 192.168.3.118 8086 不通
- 使用telnet連線redisRedis
- 使用Hydra破解telnet口令
- telnet連線socket serverServer
- Telnet安裝與配置
- netty 之 telnet HelloWorld 詳解Netty
- windwos 使用telnet 連線 redisRedis
- Linux伺服器---配置telnetLinux伺服器
- windows環境telnet傳送命令Windows
- 華為交換機配置Telnet
- 使用 stunnel 保護 telnet 連線
- Linux伺服器—安裝telnetLinux伺服器
- Linux伺服器---安裝telnetLinux伺服器
- Host 'localhost' is not allowed to connect to this MySQL serverlocalhostMySqlServer
- Linux中的curl,telnet,ping,nslookup 指令Linux
- centos6安裝telnet服務CentOS
- debian 中使用 telnet 測試服務
- SSH出現Connection refused錯誤
- win10怎麼安裝telnet服務_win10新增telnet服務具體步驟Win10
- win10找不到telnet服務怎麼辦_win10沒有telnet服務如何找回Win10
- win10缺少telnet服務怎麼回事 win10沒有telnet服務如何安裝Win10