[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: servidor dhcp3



On Thursday 05 March 2009 13:41:34 Carlos Albornoz wrote:

> subnet 192.168.10.0 netmask 255.255.255.0{
>         #CONFIGURACION GLOBAL
>         range 192.168.10.161 192.168.10.200;
>         option domain-name-servers 192.168.10.1;
>         option subnet-mask 255.255.255.0;
>         option routers 192.168.10.1;
>
>         #CONFIGURACION IP FIJAS POR MAC
>         #USUARIOS NORMALES
>         host pc01{
>                 hardware ethernet 00:12:e1:00:6f:7d
>                 fixed-address 192.168.10.101
>         }
> }
> ###
>
> el problema empieza cuando quiero agregar mas ip fijas por mac, al
> agregar otro host e iniciar dhcp me arroja el siguiente error
>
> /etc/dhcp3/dhcpd.conf line 27: host declarations not allowed here.
>         host
>         ^

Declara los host fuera de la sección de la subred


Reply to: