Need some testing...

Samuel Rydh mol-devel@lists.maconlinux.org
Fri, 7 Feb 2003 16:54:48 +0100


On Fri, Feb 07, 2003 at 03:42:33AM +0000, Mark Guertin wrote:
> 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;
>         }
>  }
> +
Thanks... I've made the change.

> +# Without this dhcpd fails silently
> +ddns-update-style               ad-hoc;

Hmm... this one does not work with older dhcpd versions. I'm not sure
how to handle this properly.

/Samuel