These forums are locked and archived, but all topics have been migrated to the new forum. You can search for this topic on the new forum: Search for webmin ui not accessible on the new forum.
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
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
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
below command fixed my issue
sudo ufw allow 10000/tcp
system restart webmin