##----------------------------------------------------------------------------- ## fli4l __FLI4LVER__ - configuration for package "dhcp_client" ## ## 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 ! ## ## 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 ! ## ##----------------------------------------------------------------------------- ## Creation: 26.06.2001 fm ## Last Update: $Id$ ## ## Copyright (c) 2001-2016 - Frank Meyer, fli4l-Team ## ## 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 client #------------------------------------------------------------------------------ #OPT_DHCP_CLIENT='no' # install DHCP client: yes, no DHCP_CLIENT_TYPE='dhcpcd' # choose between dhclient and dhcpcd DHCP_CLIENT_N='0' DHCP_CLIENT_1_IF='IP_NET_1_DEV' # listen on interfaces DHCP_CLIENT_1_ROUTE='default' # use gateway provided via DHCP as default gw # alternate values: # none - no default route # imond - default route managed by imond DHCP_CLIENT_1_USEPEERDNS='no' # use dns server of your provider: yes or no # DHCP_CLIENT_1_HOSTNAME='' # Transfer a specific host-id to provider # DHCP_CLIENT_1_STARTDELAY='0' # Time [sec] to wait before the client is # started # DHCP_CLIENT_1_WAIT='yes' # if 'yes', wait for an IP address to be # assigned before continuing the boot # process; if 'no' (the default), the daemon # forks into the background immediately