I had an ACL setup so that only our local subnet of 192.168.0.0 could access the webmin interface. Well…we did a change over to 192.168.127.x, and now I can’t access webmin hah. Woops! How can I change this so I can now access it from our new addresses? Will I have to re-install webmin?
That said, I’m not sure which config file it’s in… that’s okay, you can find it if you’re able to log in over SSH. You can just run this command:
find /etc/webmin | xargs grep 192.168.127
You should only see a handful at most of hits – feel free to post what output you see in here and I’ll point you in the right direction. However, once we find the right file, it should be a matter of changing that old IP range to your new one, then restarting Webmin.
You said you changed the subnet to “192.168.127”… so me telling you to do a search on that subnet isn’t going to yield any useful information
Are you saying the old subnet was “192.168.0.*”?
If so, change the above command to:
find /etc/webmin | xargs grep 192.168.0
If you don’t get any useful info out of that, you could always just drop the “0” out of the above, and it’ll find anything with “192.168.” in it. Feel free to post your output here, and we’ll figure out which file you need to edit