hi
my OS is fedora core 1
I've install webmin ok
i'm trying to give my self access from a XP browser.
setup adsl-hub-server to hub, xp to hub
I read this from webmin pages
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.
I've edit the file it says by adding allow=10.x.x.x
i restarted webmin and i cant contect to it.
here is what i have done
[root@www downloads]# ls
webmin-1.121-1.noarch.rpm
[root@www downloads]# rpm -Uvh webmin-1.121-1.noarch.rpm
warning: webmin-1.121-1.noarch.rpm: V3 DSA signature: NOKEY, key ID 11f63c51
Preparing... ########################################### [100%]
Operating system is Redhat Linux Fedora 1
1:webmin ########################################### [100%]
Webmin install complete. You can now login to
http://www.myserver.com:10000/
as root with your root password.
[root@www root]# cd /etc
[root@www etc]# cd webmin/
[root@www webmin]# vi miniserv.conf
blockhost_failures=5
blockhost_time=60
syslog=1
session=1
userfile=/etc/webmin/miniserv.users
keyfile=/etc/webmin/miniserv.pem
passwd_file=/etc/shadow
passwd_uindex=0
passwd_pindex=1
passwd_cindex=2
passwd_mindex=4
passwd_mode=0
preroot=mscstyle3
allow=10.1.1.4
[root@www webmin]# /etc/webmin/stop
Stopping Webmin server in /usr/libexec/webmin
[root@www webmin]# /etc/webmin/start
Starting Webmin server in /usr/libexec/webmin
[root@www webmin]#
I am at a lost why it wont let me see webmin, but it show my fedora core test page..
tommytomato