[dhcp-agent-commits] dhcp-agent/conf/dhcp-server Makefile.am,NONE,1.1 lease.conf.example,NONE,1.1
Status: Alpha
Brought to you by:
actmodern
From: <act...@us...> - 2003-07-05 19:30:54
|
Update of /cvsroot/dhcp-agent/dhcp-agent/conf/dhcp-server In directory sc8-pr-cvs1:/tmp/cvs-serv22027/dhcp-server Added Files: Makefile.am lease.conf.example Log Message: moved configuration files to subdirectories --- NEW FILE: Makefile.am --- # $Header: /cvsroot/dhcp-agent/dhcp-agent/conf/dhcp-server/Makefile.am,v 1.1 2003/07/05 19:30:51 actmodern Exp $ # # server configuration Makefile.am # SUBDIRS = . dhcpsysconf_server_DATA = lease.conf.example EXTRA_DIST = lease.conf.example --- NEW FILE: lease.conf.example --- # $Header: /cvsroot/dhcp-agent/dhcp-agent/conf/dhcp-server/lease.conf.example,v 1.1 2003/07/05 19:30:51 actmodern Exp $ # # Example lease configuration file. # # You probably don't want to use this verbatim. # # Thamer Alharbash <tm...@wh...> # a lease defined on a range of IPs # # range-lease 10.0.0.40 10.0.0.50 { domain-name = "whitefang.com"; domain-name-servers = 10.0.0.1, 10.0.0.5; routers = 10.0.0.1; ip-address-lease-time = 86400; }; hostname-lease rage { domain-name "whitefang.com"; domain-name-servers = 10.0.0.1, 10.0.0.5; routers = 10.0.0.1; ip-address-lease-time = 86400; }; |