I have a CentOS 6.5 with webmin installed. I need to change the default port (10000) to something else (1020) for example.
Here is what I've tried so far:
From web interface I changed the port and when it redirect to the address with the new port all I get is "This webpage is not available".
From command line I've changed the file
miniserv.conf
and added the port I want, I add the new rule to the iptables and after I restart webmin and iptable all I get is "This webpage is not available".
PS: In another server running CentOS 5.8 it works from interface and command line.