#----------------------------------------------------------------------------- # /etc/config.d/base - eisfair boot configuration parameters # # Creation: 31.12.2001 fm # Last Update: $Id: base,v 1.3 2005/04/10 20:02:25 dv Exp $ # # Copyright (c) 2001-2005 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. #----------------------------------------------------------------------------- #------------------------------------------------------------------------------ # General settings: #------------------------------------------------------------------------------ HOSTNAME='eis' # name of eisfair server #------------------------------------------------------------------------------ # Ether networks used with IP protocol: #------------------------------------------------------------------------------ IP_NET_N='1' # number of ip ethernet networks, usually 1 IP_NET_1_NAME='' # optional: other device name than ethX IP_NET_1_STATIC_IP='yes' # use dhcp or static address IP_NET_1_IPADDR='192.168.6.254' # IP address of your n'th ethernet card IP_NET_1_NETMASK='255.255.255.0' # netmask of your LAN IP_NET_1_GATEWAY='192.168.6.1' # netmask of your LAN IP_NET_1_POINTOPOINT='no' # set the geate as point to point link #------------------------------------------------------------------------------ # Additional routes #------------------------------------------------------------------------------ IP_ROUTE_N='0' # number of additional routes IP_ROUTE_1='192.168.7.0 255.255.255.0 192.168.6.99' # network netmask gateway #------------------------------------------------------------------------------ # Domain & DNS server #------------------------------------------------------------------------------ DOMAIN_NAME='lan.home' # your domain name DNS_SERVER='192.168.6.1' # your dns server, e.g. fli4l router #------------------------------------------------------------------------------ # Time zone #------------------------------------------------------------------------------ TIME_ZONE='CET' # time zone, use 'CET' or 'GMT' #------------------------------------------------------------------------------ # Optional PCMCIA support: #------------------------------------------------------------------------------ OPT_PCMCIA='no' # pcmcia cards used: yes or no PCMCIA_PCIC='i82365' # pcmcia socket driver: 'i82365' or 'tcic' PCMCIA_PCIC_OPTS='' # option for socket driver, usually empty PCMCIA_CORE_OPTS='' # option for pcmcia core driver, usually empty PCMCIA_CARDMGR_OPTS='' # option for pcmcia card manager, usually empty #------------------------------------------------------------------------------ # Syslog service #------------------------------------------------------------------------------ START_SYSLOG='yes' # start syslog: yes or no SYSLOG_MESSAGES_INTERVAL='daily' SYSLOG_MESSAGES_MAXCOUNT='14' SYSLOG_MESSAGES_RELOAD='yes' SYSLOG_AUTH_INTERVAL='weekly' SYSLOG_AUTH_MAXCOUNT='4' SYSLOG_AUTH_RELOAD='no' SYSLOG_MAIL_INTERVAL='weekly' SYSLOG_MAIL_MAXCOUNT='4' SYSLOG_MAIL_RELOAD='no' SYSLOG_KERNEL_INTERVAL='monthly' SYSLOG_KERNEL_MAXCOUNT='2' SYSLOG_KERNEL_RELOAD='no' #------------------------------------------------------------------------------ # Syslog external access #------------------------------------------------------------------------------ SYSLOG_SOURCE_UDP='no' SYSLOG_DEST_N='0' # number of destinations SYSLOG_DEST_1_TARGET='192.168.1.10' # target of log SYSLOG_DEST_1_FILTER='facility(auth, authpriv) or level(err, crit)' # filter string SYSLOG_DEST_1_INTERVAL='weekly' SYSLOG_DEST_1_MAXCOUNT='2' SYSLOG_DEST_2_TARGET='/var/log/debug.log' # target of log SYSLOG_DEST_2_FILTER='level(debug)' # filter string SYSLOG_DEST_2_INTERVAL='weekly' SYSLOG_DEST_2_MAXCOUNT='2' #------------------------------------------------------------------------------ # ATD service #------------------------------------------------------------------------------ START_ATD='yes' # start atd: yes or no #------------------------------------------------------------------------------ # Keymapping #------------------------------------------------------------------------------ KEYMAP='de-nodeadkeys' # load german keymap #------------------------------------------------------------------------------ # Console setup #------------------------------------------------------------------------------ CONSOLEFONT='Lat15-TerminusBold16' CONSOLE_BLANK_TIME='30' #------------------------------------------------------------------------------ # Load additional kernel modules #------------------------------------------------------------------------------ MODULE_N='2' # number of modules to load MODULE_1='tun' # name of 1st module to load MODULE_1_OPTION='' # option(s) for module MODULE_2='loop' # name of 1st module to load MODULE_2_OPTION='max_loop=128' # option(s) for module #------------------------------------------------------------------------------ # End #------------------------------------------------------------------------------