Need some testing...

Mark Guertin mol-devel@lists.maconlinux.org
Fri, 7 Feb 2003 03:42:33 +0000


Working ok here, but I just added a patch to the Gentoo builds (and a snapshot 
of this code for testing).  I've included the patch on the dhcp conf file.  
With this the networking for works 'out of the box' here.

Gerk

--- Doc/config/dhcpd-mol.conf.orig      2003-02-07 03:29:08.000000000 +0000
+++ Doc/config/dhcpd-mol.conf   2003-02-07 03:30:04.000000000 +0000
@@ -56,8 +56,12 @@
 subnet 192.168.6.0 netmask 255.255.255.0 {
        option domain-name-servers      192.168.6.1;
        option routers                  192.168.6.1;
-       host mol4 {
+       host mol5 {
                hardware ethernet       00:00:0D:EA:DB:EE;
                fixed-address           192.168.6.2;
        }
 }
+
+# Without this dhcpd fails silently
+ddns-update-style               ad-hoc;