作为新手,我正在为 Xubuntu 16.06 配置 uTorrent,但是当我尝试连接到本地主机(直接在 Web 浏览器上输入,我不知道其他方法可以做到这一点)时,我得到以下信息:
Firefox 无法与 localhost 的服务器建立连接。/Firefox 无法与 127.0.0.1 的服务器建立连接。
- 该网站可能暂时不可用或太忙。请稍后重试。
- 如果您无法加载任何页面,请检查您计算机的网络连接。
- 如果您的计算机或网络受到防火墙或代理的保护,请确保 Firefox 被允许访问 Web。
我可以毫无问题地访问其他网站,并且我在 Firefox 设置中设置了“无代理”选项,但什么都没有改变。
我通过终端检查了主机配置,这是输出:
less /etc/hosts
127.0.0.1 localhost
127.0.1.1 lore-UX31E
# The following lines are desirable for IPv6 capable hosts
::1 ip6-localhost ip6-loopback
fe00::0 ip6-localnet
ff00::0 ip6-mcastprefix
ff02::1 ip6-allnodes
ff02::2 ip6-allrouters
sudo systemctl status utorrent.service
返回我:
utorrent.service
Loaded: not-found (Reason: No such file or directory)
Active: inactive (dead)
我正在关注本教程,卡在第8点。
我错过了什么?