webmin ui not accessible

4 posts / 0 new
Last post
#1 Sat, 11/24/2018 - 12:59
thesmahesh

webmin ui not accessible

Dear Team,

server running centos 7 csf + lfd running webmin has been functioning properly. suddently webmin ui at http://ip:10000 not accessible

nmap 207.180.196.182 -p 1000
gives below info
Host is up (0.00012s latency).
PORT     STATE  SERVICE
1000/tcp closed cadlock
Nmap done: 1 IP address (1 host up) scanned in 0.07 seconds

[root@xxx~]# service webmin status
Webmin (pid 1633) is running

have tried given below. but no use

# iptables -I INPUT -p tcp --dport 1000 -m state --state NEW -j ACCEPT
# iptables-save

Please help.

thanks and regards

Sat, 11/24/2018 - 16:26
andreychek

Howdy,

It looks like the commands you're typing in above are for port 1000... however, Webmin runs on port 10000. Does it work if you use 10000 instead?

-Eric

Sat, 11/24/2018 - 23:08
thesmahesh

Dear Team, It was a typo in my post. Sorry. But all the commands used the port number 10000. On a few occasions webmin ui is accessible on port 10000, but it is not accessible many other times. I could observe it is an intermittent issue. Please help.

thanks and regards

Mon, 12/17/2018 - 04:40
thesmahesh

below command fixed my issue

sudo ufw allow 10000/tcp
system restart webmin
Topic locked