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
- AS編譯不通過,提示Error:Connection refused: connect編譯Error
- Gradle 編譯不通過 connection refused connectGradle編譯
- Telnet命令
- 坑:ssh: connect to host github.com port 22: Connection refusedGithub
- java.net.ConnectException: Connection refused (Connection refused)JavaException
- Mac之telnet報錯-bash: telnet: command not foundMac
- mysql connection refusedMySql
- 【liunx】telnet命令
- 異常解決——GitLab : ssh: connect to host port 22: Connection refusedGitlab
- 【telnet】開啟RHEL5.3 Linux的telnet服務Linux
- 搭建Telnet服務
- linux-telnetLinux
- Telnet埠測試
- ftp telnet service in SolarisFTP
- Telnet簡介(轉)
- 解決 Android studio Connect to 127.0.0.1:[/127.0.0.1] failed: Connection refusedAndroid127.0.0.1AI
- 圖文詳細過程Linux 使用yum安裝telnet-server、telnet、xinetd以及telnet本機ipLinuxServer
- 使用telnet連線redisRedis
- telnet連線socket serverServer
- Telnet安裝與配置
- 使用Hydra破解telnet口令
- Linux安裝telnetLinux
- Nodejs 模擬telnetNodeJS
- Dubbo之telnet實現
- Telnet技術白皮書
- telnet AIX 中文亂碼AI
- IOException in sending Request :: Connection refusedException
- linux沒有telnet命令Linux
- windwos 使用telnet 連線 redisRedis
- linux下設定telnetLinux
- suse之ftp,telnet設定FTP
- memcache telnet支援的命令示例
- Aix 突然 telnet、ftp不上了AIFTP
- SMTP協議初探(1)----dos下telnet命令發郵件協議