How can I change Webmin’s list of allowed IP addresses from the shell?
The file you need to modify is
/etc/webmin/miniserv.conf , in particular the allow= or deny= lines.
If the allow= line exists, it contains a list of all addresses and networks that are allowed to connect to Webmin. Similarly, the deny= line contains addresses that are not allowed to connect.
After modifying this file, you need to run
/etc/webmin/stop ; /etc/webmin/start
for the changes to take effect. Naturally, the file can only be edited by the root user.
One Response to “Webmin’s list of allowed IP addresses”
Leave a Reply
You must be logged in to post a comment.
3integrating…
…