Scroll to navigation

UDHCPD.CONF(5) GNU/Linux Administrator's Manual UDHCPD.CONF(5)

NAME

udhcpd.conf - udhcp server configuration file

DESCRIPTION

The file /etc/udhcpd.conf contains configuration information specific to the udhcp server. It should contain one configuration keyword per line, followed by appropriate configuration information.

OPTIONS

The starting address of the IP lease block is ADDRESS. The default is 192.168.0.20.
The ending address of the IP lease block is ADDRESS. The default is 192.168.0.254.
The udhcp server should listen on INTERFACE. The default is eth0.
Offer at most LEASES leases (including those reserved by OFFERs, DECLINEs, and ARP conflicts). The default is 254.
Write the lease information to a file every SECONDS seconds. The default is 7200.
Reserve an IP for SECONDS seconds if a DHCP decline message is received. The default is 3600.
Reserve an IP for SECONDS seconds if an ARP conflict occurs. The default is 3600.
Reserve an IP for SECONDS seconds if it is offered. The default is 60.
Reserve an IP for the full lease time if the lease to be given is less than SECONDS seconds. The default is 60.
Write the lease information to FILE. The default is /var/lib/misc/udhcpd.leases.
Write the process ID to FILE. The default is /var/run/udhcpd.pid.
Execute FILE after the lease information is written. By default, no file is executed.
BOOTP specific option. The default is 0.0.0.0.
BOOTP specific option. There is no default.
BOOTP specific option. There is no default.
Issue IPADDRESS statically to a requester with MACADDRESS.
DHCP specific option.

SEE ALSO

udhcpd(8).

2001-09-26 GNU/Linux