Re: Problemas al arrachar servidor DHCP
"andres perez" <[email protected]>
| Newsgroups | gmane.linux.pxes.spanish |
|---|---|
| Message-ID | <[email protected]> |
fijate asi lo tengo configurado:
# dhcpd.conf
option subnet-mask 255.255.255.0;
option broadcast-address 192.168.0.255;
option routers 192.168.0.254;
option domain-name-servers 192.168.0.254;
option domain-name "your_domain.org";
get-lease-hostnames true;
next-server 192.168.0.254;
option root-path "192.168.0.254:/opt/ltsp/i386";
subnet 192.168.0.0 netmask 255.255.255.0 {
range 192.168.0.100 192.168.0.199;
if substring (option vendor-class-identifier, 0, 9) = "PXEClient" {
filename "/tftpboot/lts/2.4.26-ltsp-3/pxelinux.0";
}
else{
filename "/tftpboot/lts/vmlinuz-2.4.26-ltsp-3";
}
}
luego agrego la interfaz eth1 en /etc/default/dhcp3-server
lo que no se es si debo modificar algo en /etc/network/interfaces
On 9/10/07, Alberto Castillo <[email protected]> wrote:
>
>
>
> El día 10/09/07, andres perez <[email protected]> escribió:
> >
> > Amigos estoy instalando ltsp en debian etch pero tengo problemas con el
> > servidor dhcp, luego de configurar la red y activar la interfaz de escucha
> > en eth1 cuando intento arrancarlo me genera el siguiente error:
> >
> > No subnet declaration for start ( 0.0.0.0)
> >
> > y al final me dice: Not configure to listen any interfaces!
>
>
> me parece q esta mal configurado dhcpd
>
> _______________________________________________
> > Ltsp-es mailing list
> > [email protected]
> > https://listas.hispalinux.es/mailman/listinfo/ltsp-es
> > Web del proyecto http://terminales.hispalinux.es
> >
>
>
> _______________________________________________
> Ltsp-es mailing list
> [email protected]
> https://listas.hispalinux.es/mailman/listinfo/ltsp-es
> Web del proyecto http://terminales.hispalinux.es
>