Webmini interface not reachable

Issues related to configuring your network
Post Reply
mahmood
Posts: 122
Joined: 2017/06/04 12:21:09

Webmini interface not reachable

Post by mahmood » 2018/09/11 08:41:47

I have installed Webmin and added port 10000 to the firewalld

Code: Select all

[root@localhost snadmin]# firewall-cmd --permanent --zone=public --add-port=10000/tcp
success
[root@localhost snadmin]# firewall-cmd --reload
success
[root@localhost snadmin]# 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:

However, when I enter https://IP:10000 or https://somewhere.com:10000 I get The connection was reset. No useful information is written in /var/log/httpd/ssl_error_log.
Any idea?

User avatar
TrevorH
Site Admin
Posts: 33202
Joined: 2009/09/24 10:40:56
Location: Brighton, UK

Re: Webmini interface not reachable

Post by TrevorH » 2018/09/11 09:08:16

Are you sure that webmin speaks https on port 10000? Try http://
The future appears to be RHEL or Debian. I think I'm going Debian.
Info for USB installs on http://wiki.centos.org/HowTos/InstallFromUSBkey
CentOS 5 and 6 are deadest, do not use them.
Use the FAQ Luke

mahmood
Posts: 122
Joined: 2017/06/04 12:21:09

Re: Webmini interface not reachable

Post by mahmood » 2018/09/11 09:13:37

No it has no effect. http say connection timeout.
I wonder if I have to define something in httd.conf

User avatar
TrevorH
Site Admin
Posts: 33202
Joined: 2009/09/24 10:40:56
Location: Brighton, UK

Re: Webmini interface not reachable

Post by TrevorH » 2018/09/11 09:47:03

Check if webmin is listening using `ss -antup | grep 10000`
The future appears to be RHEL or Debian. I think I'm going Debian.
Info for USB installs on http://wiki.centos.org/HowTos/InstallFromUSBkey
CentOS 5 and 6 are deadest, do not use them.
Use the FAQ Luke

mahmood
Posts: 122
Joined: 2017/06/04 12:21:09

Re: Webmini interface not reachable

Post by mahmood » 2018/09/11 11:28:32

Sounds odd

Code: Select all

[root@localhost snadmin]# ss -antup | grep 10000
udp    UNCONN     0      0         *:10000                 *:*                   users:(("miniserv.pl",pid=8573,fd=5))
tcp    LISTEN     0      128       *:10000                 *:*                   users:(("miniserv.pl",pid=8573,fd=4))
[root@localhost snadmin]# rpm -qa | grep webmin
webmin-1.890-1.noarch

Post Reply