我已在运行于AWS EC2实例的ubuntu上安装了webmin。一切似乎都是正确的,但我无法通过任何浏览器浏览https://18.213.76.205:1000/。请帮助我,我所缺少的。作为标准,我还添加了要在AWS安全组上打开的1000端口。
root@ico-db-serv:/home# cat /etc/webmin/miniserv.conf | egrep "port|listen|ssl"
port=1000
ssl=1
no_ssl2=1
no_ssl3=1
ssl_honorcipherorder=1
no_sslcompression=1
listen=1000
root@ico-db-serv:/home# ufw status
Status: active
To Action From
-- ------ ----
9222 ALLOW Anywhere
10000/tcp ALLOW Anywhere
1000/tcp ALLOW Anywhere
9222 (v6) ALLOW Anywhere (v6)
10000/tcp (v6) ALLOW Anywhere (v6)
1000/tcp (v6) ALLOW Anywhere (v6)
root@ico-db-serv:/home# service webmin status
â webmin.service - LSB: web-based administration interface for Unix systems
Loaded: loaded (/etc/init.d/webmin; bad; vendor preset: enabled)
Active: active (running) since Fri 2018-10-19 13:37:37 PDT; 3min 52s ago
Docs: man:systemd-sysv-generator(8)
Process: 30379 ExecStop=/etc/init.d/webmin stop (code=exited, status=0/SUCCESS)
Process: 30394 ExecStart=/etc/init.d/webmin start (code=exited, status=0/SUCCESS)
CGroup: /system.slice/webmin.service
ââ30399 /usr/bin/perl /usr/share/webmin/miniserv.pl /etc/webmin/miniserv.conf
Oct 19 13:37:35 ico-db-serv systemd[1]: Stopped LSB: web-based administration interface for Unix systems.
Oct 19 13:37:35 ico-db-serv systemd[1]: Starting LSB: web-based administration interface for Unix systems...
Oct 19 13:37:35 ico-db-serv perl[30398]: pam_unix(webmin:auth): authentication failure; logname= uid=0 euid=0 tty= ruser= rhost= user=root
Oct 19 13:37:37 ico-db-serv webmin[30398]: Webmin starting
Oct 19 13:37:37 ico-db-serv systemd[1]: Started LSB: web-based administration interface for Unix systems.
root@ico-db-serv:/home# nc -zvw 3 18.213.76.205 1000
Connection to 18.213.76.205 1000 port [tcp/*] succeeded!
root@ico-db-serv:/home#
来自EC2安全组-
Custom TCP Rule
TCP 1000 0.0.0.0/0 For-webmin