Webmin on Hoary

Michael R Head burner at suppressingfire.org
Thu Jun 2 06:10:33 UTC 2005


On Wed, 2005-06-01 at 22:48 -0700, Mike Bird wrote:
> 
> See /etc/webmin/miniserv.conf
> 
> The "allow=127.0.0.1" line limits access to localhost.  Comment out the
> line to allow access from anywhere, or change it to e.g.
> "allow=127.0.0.1 1.2.3.0/255.255.255.0" to allow access from localhost
> and the 1.2.3.0/24 net.  Note that you have to use a netmask, not a
> prefix length.

Another option is to let ssh do the work for you. Let's say webmin is
listening on port 80 on your machine 'headless'

You should be able to do this:
ssh -L 8080:localhost:80 headless

Once you've signed in to 'headless,' you can point your browser at
http://localhost:8080 and work with webmin via a secure channel, as well
as without having to dink with any config files.

> You should probably set /etc/hosts.allow back the way it was.

Agreed.

> --Mike Bird
-- 
Michael R Head <burner at suppressingfire.org>
GPG: http://www.suppressingfire.org/~burner/gpg.key.txt (ID 23A02B1F)
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 189 bytes
Desc: This is a digitally signed message part
URL: <https://lists.ubuntu.com/archives/ubuntu-users/attachments/20050602/68f5c2f0/attachment.sig>


More information about the ubuntu-users mailing list