From: Mahmood N. <nt_...@ya...> - 2018-09-11 17:20:27
|
Hi,I have installed webmin on Centos 7 machine. It has FQDN and SSL. I can visit the website I have defined in /var/www/html. When I enter https://somewhere.com:10000 or https://IP:10000 or http://somewhere.com:10000 or http://IP:10000 I get connection timeout. The firewalld rule is fine. Please see below # firewall-cmd --permanent --zone=public --add-port=10000/tcp success # firewall-cmd --reload success # firewall-cmd --list-all public (active) target: default icmp-block-inversion: no interfaces: ens192 sources: services: ssh dhcpv6-client https ftp ports: 80/tcp 443/tcp 21/tcp 10000/tcp protocols: masquerade: no forward-ports: source-ports: icmp-blocks: rich rules:# ss -antup | grep 10000udp UNCONN 0 0 *:10000 *:* users:(("miniserv.pl",pid=8573,fd=5)) tcp LISTEN 0 128 *:10000 *:* users:(("miniserv.pl",pid=8573,fd=4)) # rpm -qa | grep webmin webmin-1.890-1.noarch Any idea about that? Regards, Mahmood |