[Previo por Fecha] [Siguiente por Fecha] [Previo por Hilo] [Siguiente por Hilo]
[Hilos de Discusión] [Fecha] [Tema] [Autor]On 02 May 2001 13:19:03 -0500, David Vicite wrote:
> Alguien sabe cómo configurar el dhcp server para que sólo permita dar
bash-2.04# cat dhcpd.conf
# dhcpd.conf
#
# Sample configuration file for ISC dhcpd
#
# option definitions common to all supported networks...
option domain-name "rentazapatosdebolicheya.com";
option domain-name-servers dns.rentazapatosdebolicheya.com;
option subnet-mask 255.255.255.0;
default-lease-time 600;
max-lease-time 7200;
subnet 192.168.1.0 netmask 255.255.255.0 {
range 192.168.1.100 192.168.1.200;
option broadcast-address 192.168.1.0;
option routers 192.168.1.1;
option domain-name-servers 131.178.1.1;
}
host blahblahblah {
hardware ethernet 08:01:07:26:c0:a5;
fixed-address 192.168.1.80;
}
Lista de correo linux en linux net mx
Preguntas linux-owner en linux net mx
http://www.linux.net.mx/