无法连接到127.0.0.1


1

我有一个新的Ubuntu安装,我无法连接到localhost或127.0.0.1或使用我的计算机名称。

telnet localhost [tried all/no port numbers]

回报

telnet: Unable to connect to remote host: Connection refused

我需要做任何配置才能使其工作吗?它会被默认禁用吗?

Answers:


2

你确定telnetd正在运行吗?

sudo apt-get install telnetd

telnet正在工作。

只是想知道@ pb2q在我的帖子中有什么变化
Roman Newaza

@RomanNewaza你可以点击 编辑...之前 看到任何帖子的编辑历史:我只是改了一个错字:你有 telned
pb2q

@ user1076371:“telnet正在运行”?!?怎么样“连接拒绝”??????请遵循Roman Newaza的建议(即 建议!),请看我的链接(其中“安装telnetd”是一部分)。
paulsm4

By using our site, you acknowledge that you have read and understand our Cookie Policy and Privacy Policy.
Licensed under cc by-sa 3.0 with attribution required.