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 I set IP Access Control and can't access my Virtualmin. What file I need to look for in SSH? on the new forum.
It would seem to be in the file /etc/webmin/miniserv.conf. Look for lines starting with Deny and Allow. Removing them should set the access mode to "Allow from all" again. Need to restart Webmin after changing the file.
there is only line with deny:
denyfile=.pl$
doesn't seem like the right thing to delete in my case.
That's right, the line should read like
Allow=10.20.30.1
. If you indeed set the IP Access Control to "Only allow from listed addresses", the Allow line should appear. Are you sure that is what you did?