doc/es_ES.ISO8859-1/articles/pxe/dhcpd.conf
Gabor Kovesdan 7e2003f169 - Add translation of the pxe article
Reviewed by:	Pablo Mora <bidjan@gmail.com>,
		Guillermo Hernandez <guillermo@QuerySoft.es>.
		David Barbero <sico@loquefaltaba.com>
2009-09-27 13:06:32 +00:00

23 lines
526 B
ISCdhcpd

# $Wintelcom: src/freebsd/pxe/doc/dhcpd.conf,v 1.2 2000/09/24 09:18:14 bright Exp $
# $FreeBSD$
option subnet-mask 255.255.255.0;
option routers 10.8.253.254;
filename "pxeboot";
ddns-update-style none;
option domain-name "google.com";
option broadcast-address 10.8.253.255;
option domain-name-servers 10.8.0.7;
server-name "DHCPserver";
server-identifier 10.8.253.201;
default-lease-time 7200;
max-lease-time 7200;
subnet 10.8.253.0 netmask 255.255.255.0 {
next-server 10.8.253.201;
range 10.8.253.29 10.8.253.200;
}