在 Amazon Lightsail 上的 Ubuntu 20.04 上安装全新 Webmin
iptables
我按照他们的指示 添加了这一行:sudo iptables -A INPUT -p tcp -m tcp --dport 10000 -j ACCEPT
10000/tcp
我也添加了端口ufw
。- 当我访问浏览器 https://myip:10000 时,浏览器会保持加载一段时间,然后显示:
cant open the page because the server where this page is located isn't responding
我缺少什么?
编辑:
当我跑步时sudo service webmin status
我得到这个:
● webmin.service - LSB: web-based administration interface for Unix systems
Loaded: loaded (/etc/init.d/webmin; generated)
Active: active (exited) since Thu 2021-02-04 00:52:06 UTC; 55min ago
Docs: man:systemd-sysv-generator(8)
Feb 04 00:52:05 ip-172-26-4-221 systemd[1]: Starting LSB: web-based administration interface for Unix systems...
Feb 04 00:52:05 ip-172-26-4-221 perl[4800]: pam_unix(webmin:auth): authentication failure; logname= uid=0 euid=0 tty= ruser= rhost= user=root
Feb 04 00:52:06 ip-172-26-4-221 webmin[4800]: Webmin starting
Feb 04 00:52:06 ip-172-26-4-221 systemd[1]: Started LSB: web-based administration interface for Unix systems.
lines 1-9/9 (END)
答案1
@OKOK 你在 LightSail 上吗?
对我来说,这是亚马逊防火墙。我必须在网络下通过 LightSail 控制台允许端口 10000。尽管我已经允许通过终端在 ufw 上使用,但亚马逊正在应用自己的防火墙。