|
From: Jamie C. <jca...@we...> - 2006-11-18 18:58:56
|
Hi Stephen,=20 I don't see what DHCP has to do with starting Webmin .... ? If you want t= o ensure that Webmin is running, you need to use the /etc/init.d/webmin s= cript. - Jamie -----Original Message----- From: Stephen Liu <sa...@ya...> Subj: [webmin-l] Fail to start admin page Date: Sat 18 Nov 2006 8:11 am Size: 1K To: web...@li... Hi folks, Ubuntu-6.06.1-LAMP-server-amd64 Failed to start the admin page of Webmin with; http://localhost:10000 https://localhost:10000 http://127.0.0.1:10000 https://127.0.0.1:10000 on Firefox started as root, saying "can't connect to this site". $ sudo /etc/init.d/dhcp restart Stopping DHCP server: dhcp. Starting DHCP server: dhcpd. * end * DHCP started already. $ cat /etc/dhcpd.conf # # Sample configuration file for ISC dhcpd for Debian # # $Id: dhcpd.conf,v 1.4.2.2 2002/07/10 03:50:33 peloy Exp $ default-lease-time 600; max-lease-time 7200; option subnet-mask 255.255.255.0; option broadcast-address 192.168.1.255; option routers 192.168.1.254; option domain-name-servers 192.168.1.1, 192.168.1.2; option domain-name "mydomain.org"; subnet 192.168.1.0 netmask 255.255.255.0 { range 192.168.1.10 192.168.1.100; range 192.168.1.150 192.168.1.200; } * end * Please help. TIA B.R. Stephen Send instant messages to your online friends http://uk.messenger.yahoo.co= m=20 ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share y= our opinions on IT & business topics through brief surveys - and earn cash http://www.techsay.com/default.php?page=3Djoin.php&p=3Dsourceforge&CID=3D= DEVDEV - Forwarded by the Webmin mailing list at web...@li....n= et To remove yourself from this list, go to http://lists.sourceforge.net/lists/listinfo/webadmin-list |