##----------------------------------------------------------------------------- ## dhcp.txt - fli4l configuration parameters __FLI4LVER__ ## ## P L E A S E R E A D T H E D O C U M E N T A T I O N , ## S E E R E A D M E . T X T ## ## B I T T E U N B E D I N G T D I E D O K U M E N T A T I O N ## L E S E N , S I E H E R E A D M E . T X T ## ## Creation: 26.06.2001 fm ## Last Update: $Id$ ## ## Copyright (c) 2001 Frank Meyer ## ## This program is free software; you can redistribute it and/or modify ## it under the terms of the GNU General Public License as published by ## the Free Software Foundation; either version 2 of the License, or ## (at your option) any later version. ##----------------------------------------------------------------------------- #------------------------------------------------------------------------------ # Optional package: DHCP server #------------------------------------------------------------------------------ OPT_DHCP='no' # install DHCP server: yes or no DHCP_LS_TIME_DYN='3600' # default time for dynamic leases: 1 hour DHCP_MAX_LS_TIME_DYN='7200' # max time for dynamic leases: 2 hours DHCP_LS_TIME_FIX='86400' # default time for fix leases: 1 day DHCP_MAX_LS_TIME_FIX='604800' # max time for fix leases: 1 week DHCP_RANGE_1='192.168.6.2 192.168.6.100' # range of n'th ethernet, see IP_NET_N DHCP_DNS_SERVER_1='' # if empty, take ip of interface IP_NET_N DHCP_WINSSERVER_1='' # ip-adress of 1st external wins-server # (use only, if OPT_NMBD='no' !) DHCP_WINSSERVER_2='' # ip-adress of 2nd external wins-server # (use only, if OPT_NMBD='no' !) DHCP_LEASES_DIR='/boot' # Don't touch this until you read the manual! DHCP_DENY_MAC_N='0' # number of denied MAC addresses DHCP_DENY_MAC_1='00:01:28:fa:13:f9' # MAC address is denied from DHCP DHCP_EXTRA_RANGE_N='0' # Not directly accessible networks (via relay) DHCP_EXTRA_RANGE_1='192.168.8.2 192.168.8.100' # range 1 DHCP_EXTRA_NETMASK_1='255.255.255.0' # Netmask for extra range DHCP_EXTRA_DNS_SERVER_1='192.168.6.1' # Dns Server DHCP_EXTRA_GATEWAY_1='192.168.8.1' # Default Gateway #------------------------------------------------------------------------------ # Optional package: DHCP client #------------------------------------------------------------------------------ OPT_DHCLIENT='no' # install DHCP client: yes or no DHCLIENT_INTERFACES='eth1' # listen on interfaces, e.g. 2nd(!) NIC DHCLIENT_USEPEERDNS='no' # use dns server of your provider: yes or no DHCLIENT_EXEC_IPUPDOWN='yes' # execute ip-up and ip-down scripts? DHCLIENT_HOSTNAME='' # Transfer a specific host-id to provider #------------------------------------------------------------------------------ # Optional package: DHCPCD Daemon #------------------------------------------------------------------------------ OPT_DHCPCD='no' # install DHCPCD: yes or no DHCPCD_INTERFACES='eth1' # listen on interfaces, e.g. 2nd(!) NIC DHCPCD_USEPEERDNS='no' # use dns server of your provider: yes or no DHCPCD_EXEC_IPUPDOWN='yes' # execute ip-up and ip-down scripts? DHCPCD_HOSTNAME='' # Transfer a specific host-id to provider #------------------------------------------------------------------------------ # Optional package: DHCRELAY Daemon - can only be active, if OPT_DHCP='no' #------------------------------------------------------------------------------ OPT_DHCRELAY='no' # install DHCRELAY: yes or no DHCRELAY_SERVER='192.168.6.1' # which is the actual dhcp server? DHCRELAY_IF_N='0' # no of interfaces, dhcrelay shall listen to DHCRELAY_IF_1='eth1' # first interface, dhcrelay listens to