[Previo por Fecha] [Siguiente por Fecha] [Previo por Hilo] [Siguiente por Hilo]

[Hilos de Discusión] [Fecha] [Tema] [Autor]

[Sop.Tec.LinuxPPP] DHCP



Buenas a todos Srs. Linux.

tengo el siguiente preoblema, al configurar un servidor DHCP 
me marca un erro al tratar de iniciar el demonio de dhcpd
mi archivo es el siguiente:

/etc/dhcpd.conf

subnet 168.225.170.0 netmask 255.255.255.0 {
# --- default gateway
        option routers                  168.225.170.200;
        option subnet-mask              255.255.255.0;
#        option broadcast-address        168.225.170.255;

#------ option nis-domain               "domain.org";
        option domain-name              "sep.gob.mx";
        option domain-name-servers      168.255.201.7;
        option time-servers             168.255.170.16;


#-----  range dynamic-bootp 192.168.0.128 192.168.0.255;
# --- range IP Address 
        range 168.225.170.50 168.225.170.100;
        range 168.225.170.104 168.225.170.149;
        range 168.225.170.151 168.225.170.154;
# --- lease time 
        default-lease-time 86400;               # 24 hrs.
        max-lease-time 86400;
        option time-offset              -5;     # Eastern Standard Time

}

bueno despues de esto al tratar de iniciar el demonio
/etc/rc.d/init.d/dhcpd start   ....  me manda lo siguiente
y no se como resolverlo.

No subnet declaration for eth0 ( ip Address)
Please write a subnet  declaration for the network  segment to
which interface eth0 is attached.
exiting

Tengo linux red hat 6.2
saludos.


---------------------------------------------------------------------
Lista de soporte de LinuxPPP
 Reglas de la lista en http://linuxppp.com/reglas.html



[Hilos de Discusión] [Fecha] [Tema] [Autor]