[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Debian-Client Probleme mit Fli4l Router?



Andreas Tille schrieb:

On Sat, 12 May 2007, Micha Beyer wrote:

1. Was hat das Ganze mit Debian zu tun? (Ich will keine Grundsatzdiskussion
anzetteln.)


Nun, die Fli4l-Leute meinten, daß das Problem auch beim Client liegen
kann und ich habe nur Debian-Clients.

2. Welche Version von fli4l verwendest Du?


3.0.2 und 3.1.1.

Ich verwende 3.0.2 und habe keinerlei Probleme wie du sie Beschreibst, verwende ein altes Sockel 5 Board mit K5 PR166 CPU 32 MB PS/2 RAM und obtionalen 512 KB L2 CacheModul Netzwerkkarte IBM Token-Ring und NE2000 mit Coaxial Ausgang DSL-Modem FRITZ!Card DSL 1te Generation.



Ich hab fli4l bis zur Version 2.0.8 selbst zu meiner vollsten Zufriedenheit im
Einsatz gehabt. Schön wären natürlich die Konfigurationsdateien.
An die Veränderung der MTU glaube ich nicht wirklich.


Ich jetzt auch nicht mehr.  Ich habe jetzt festgestellt, daß die großen
Ping-Pakete zwischen Client und Router klemmen und nicht ins Internet,
denn dort klappt jetzt alles mit dem Fli4l-eigenen ssh.  Ich werde wohl
am Montag mal die Netzkarte tauschen müssen...

Eventuell müßt du auch nur die Netzwerkkarte mittels DosTool konfigurieren, bzw dem Modul einen Parameter mitgeben.

Als anhang mal die Gesamtkonfiguration meines Routers, vielleicht hilft dir das weiter.



Viele Grüße

        Andreas.

Gruß Dirk Finkeldey
##-----------------------------------------------------------------------------
## sshd.txt - fli4l configuration parameters                       3.0.2
##
##        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: sshd.txt 10737 2005-12-26 10:57:00Z arwin $
##
## Copyright (c) 2001 Frank Meyer <frank@fli4l.de>
##
## 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: SSHD (secure shell)
#------------------------------------------------------------------------------
OPT_SSHD='yes'                     # install sshd: yes or no
SSHD_ALLOWPASSWORDLOGIN='yes'      # yes = plaintext password login is allowed
                                   # no  = only public key login is allowed
SSHD_CREATEHOSTKEYS='yes'          # no  = don't create new hostkey(s) at startup
                                   # yes = create new hostkey(s) at startup
                                   # see doc for more information about
                                   # hostkeys and why it is important to create
                                   # your own hostkey(s)
SSHD_PORT='22'                     # ssh port, see also FIREWALL_DENY_PORT_x
SSHD_PUBLIC_KEYS_N='0'             # number of public keys to add to 
                                   # /.ssh/authorized_keys
SSHD_PUBLIC_KEY_1=''               # public key (contents of identity.pub)
                                   # generated by ssh-keygen
                                   # see doc for more information about
                                   # public keys
SSHD_PUBLIC_KEYFILES_N='0'         # number of public keyfiles to add
                                   # to /.ssh/authorized_keys
SSHD_PUBLIC_KEYFILE_1='root@fli4l' # public keyfilename in <config>/etc/ssh
                                   # openssh private keys will be converted while
                                   # booting fli4l.

#------------------------------------------------------------------------------
# Optional package: SSH_CLIENT (ssh client)
#------------------------------------------------------------------------------
OPT_SSH_CLIENT='no'             # install the ssh dbclient client from the
                                # dropbear package. needs OPT_SSHD='yes'

#------------------------------------------------------------------------------
# Optional package: SCP (secure copy)
#------------------------------------------------------------------------------
OPT_SCP='yes'                   # install scp on the router to allow
                                # clients to copy files to/from the
                                # router via scp, needs OPT_SSHD='yes'

#------------------------------------------------------------------------------
# Optional package: plink (ssh) client
#------------------------------------------------------------------------------
OPT_PLINK_CLIENT='no'           # install a telnet+ssh client, usefull to login
                                # to a server behind a fli4l router with
                                # no direct routes. plink supports ssh1, ssh2,
                                # telnet, rlogin and raw access

#------------------------------------------------------------------------------
# Optional package: sftp-server
#------------------------------------------------------------------------------
OPT_SFTPSERVER='yes'            # install sftp-server
##-----------------------------------------------------------------------------
## config/chrony.txt                                         3.0.2
##
## You can edit/change this file with any text editor.
##
##        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:     2004-06-06  abe
## Last Update:  $Id: chrony.txt 10893 2006-01-30 13:08:10Z abe $
##
## 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: CHRONY
#------------------------------------------------------------------------------
OPT_CHRONY='yes'                # enable ntp time daemon (client/server)
                               
CHRONY_TIMESERVICE='yes'        # enable additional rfc 868 compliant time
                                # service on port 37 (udp/tcp). Only needed if
                                # local clients don't speak ntp.
                                
                                # For advanced options see documentation.
                                # But in most cases you won't need this.
CHRONY_TIMESERVER_N='1'

CHRONY_TIMESERVER_1='de.pool.ntp.org'

CHRONY_LOG='/data/log/run'

CHRONY_BIOS_TIME='utc'
##-----------------------------------------------------------------------------
## dsl.txt - fli4l configuration parameters                        3.0.2
##
##        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: dsl.txt 7217 2004-12-07 19:23:39Z abe $
##
## Copyright (c) 2001-2002 Frank Meyer <frank@fli4l.de>
##
## 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: PPPoE
#------------------------------------------------------------------------------
OPT_PPPOE='no'                  # use ppp over ethernet: yes or no
PPPOE_NAME='DSL'                # circuit name, don't use spaces
PPPOE_USEPEERDNS='yes'          # use dns server of your provider: yes or no
PPPOE_ETH='eth1'                # eth card connected to ADSL modem,
                                # e.g. 2nd or an ethernet based
                                # bridge, e.g. br0
PPPOE_TYPE='in_kernel'          # async, sync or in_kernel
PPPOE_DEBUG='no'                # enable pppd debugging, 'yes' or 'no'
PPPOE_USER='anonymer'           # username
PPPOE_PASS='surfer'             # password
PPPOE_HUP_TIMEOUT='600'         # idle time after which to hangup
PPPOE_CHARGEINT='60'            # value of charge interval (in seconds)
PPPOE_TIMES='Mo-Su:00-24:0.0:Y' # times/charges when LCR
PPPOE_FILTER='yes'              # filter traffic to be able to hangup
                                # even if someone is trying to scan us
PPPOE_MTU='1492'		# set MTU for PPPOE connection
PPPOE_MRU='1492'		# set MRU for PPPOE connection

#------------------------------------------------------------------------------
# Optional package: FRITZDSL
#------------------------------------------------------------------------------
OPT_FRITZDSL='yes'                 # use fritzdsl: yes or no
FRITZDSL_NAME='Flat'               # circuit name, don't use spaces
FRITZDSL_USEPEERDNS='yes'          # use dns server of your provider: yes or no
FRITZDSL_TYPE='fcdsl'              # fcdsl, fcdsl2, fcdslusb, fcdslslusb
                                   # or fcdslsl
FRITZDSL_PROVIDER='U-R2'           # type of provider
FRITZDSL_USER='dirk.finkeldey'     # username
FRITZDSL_PASS='sV53BoRo'           # password
FRITZDSL_DEBUG='no'                # enable pppd debugging, 'yes' or 'no'
FRITZDSL_HUP_TIMEOUT='600'         # idle time after which to hangup
FRITZDSL_CHARGEINT='60'            # value of charge interval (in seconds)
FRITZDSL_TIMES='Mo-Su:00-24:0.0:Y' # times/charges when LCR
FRITZDSL_FILTER='yes'              # filter traffic to be able to hangup
                                   # even if someone is trying to scan us
FRITZDSL_MTU='1492'                # set MTU for FRITZDSL connection
FRITZDSL_MRU='1492'                # set MRU for FRITZDSL connection


#------------------------------------------------------------------------------
# Optional package: PPTP - DSL in Austria/Netherlands
#------------------------------------------------------------------------------
OPT_PPTP='no'                   # use PPTP: yes or no
PPTP_NAME='DSL'                 # circuit name, don't use spaces
PPTP_USEPEERDNS='yes'           # use dns server of your provider: yes or no
PPTP_ETH='eth1'                 # ethernet card connected to ADSL modem
PPTP_USER='anonymer'            # username
PPTP_PASS='surfer'              # password
PPTP_DEBUG='no'                 # enable pppd debugging, 'yes' or 'no'
PPTP_HUP_TIMEOUT='600'          # idle time after which to hangup
PPTP_MODEM_TYPE='bcaa'          # 3 different types in Austria: 
				#    bbaa / bcaa / xdsl 
                                # in the Netherlands use 'mxstream'
PPTP_CHARGEINT='60'             # value of charge interval (in seconds)
PPTP_TIMES='Mo-Su:00-24:0.0:Y'  # times/charges when LCR
PPTP_FILTER='yes'               # filter traffic to be able to hangup
                                # even if someone is trying to scan us

#----------------------------------------------------------------------------
# optional package: PPPoE-Status
#----------------------------------------------------------------------------
OPT_POESTATUS='yes'             # show pppoe status on console #3

#------------------------------------------------------------------------------
# Optional package: PFC - Packet-Filter-Compiler
#------------------------------------------------------------------------------
OPT_PFC='yes'                   # see documentation
##-----------------------------------------------------------------------------
## hd.txt - fli4l configuration parameters                         3.0.2
##
##        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: hd.txt 10738 2005-12-26 12:36:58Z arwin $
##
## Copyright (c) 2001 - 2005 Frank Meyer <frank@fli4l.de>
##
## 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: HD controler drivers
#
#  Driver       Bus     Description
#
#  ide-hd               generic IDE-Controllers, NOT IDE-Raid
#  ide-floppy           LS-120 and ATAPI-Zip, try this one or ide-hd
#  atp870u      PCI     ACARD 870U/W 
#  aha152x      ISA/VLB Adaptec AHA-1510, AHA-1520, AHA-1522, and AHA-2825
#  aha1542      ISA     Adaptec AHA154x Controller
#  aic7xxx      PCI     various aic7xxx based Adaptec SCSI controllers but
#                       *not* AHA2920
#  advansys             all adapters manufactered by Advansys
#  buslogic     PCI     BusLogic MultiMaster and FlashPoint adapters
#  fdomain      PCI     Future Domain 16xx SCSI/AHA-2920A
#  g_ncr5380    ISA     generic NCR family of SCSI controllers
#  initio       PCI     Initio 91XXU(W) SCSI host adapter
#  a100u2w      PCI     Initio INI-A100U2W SCSI host adapter
#  sym53c8xx_2  PCI     All Adapter with Symbios Logic (LSI) Chips 53c8xx
#  ncr53c8xx    PCI     NCR53C8XX family of PCI-SCSI controllers
#  sim710               Simple 53c710 SCSI support (Compaq, NCR machines)
#  sym53c416    ISA     sym53c416 SCSI host adapter
#  tmscsim      PCI     Tekram DC390(T) and Am53/79C974 based adapters
#  ultrastor            UltraStor 14F, 24F and 34F SCSI-2
#
# This is an Industry Standard Flash-Module:
#
#  diskonchip           M-Sys DiskOnChip
#
# Some drivers for CDROM-Drives:
#  ide-cd               IDE-CDROM
#  scsi-cd              SCSI-CDROM, you need to select a SCSI-Driver too!
#
#------------------------------------------------------------------------------
OPT_HDDRV='yes'                 # install drivers for harddisk: yes or no
HDDRV_N='1'                     # number of HD drivers to load, usually 1
HDDRV_1='ide-hd'                # 1st driver: name (e.g. ide-hd)
HDDRV_1_OPTION=''               # 1st driver: additional option

#------------------------------------------------------------------------------
# Optional package: install on HD or Flashdisk
#------------------------------------------------------------------------------
OPT_HDINSTALL='yes'             # install on harddisk: yes or no
HDINSTALL_RECOVERYTIME='60'     # timeout for recovery-installation in seconds

#------------------------------------------------------------------------------
# Optional: mount additional devices
#------------------------------------------------------------------------------
OPT_MOUNT='yes'                 # mount partitions, created by opt_hdinstall

#------------------------------------------------------------------------------
# Optional package: Power-Down for IDE Harddisk
#------------------------------------------------------------------------------
OPT_HDSLEEP='no'                # power down HD after some time
HDSLEEP_TIMEOUT='2'             # wait 2 minutes until power down
##-----------------------------------------------------------------------------
## httpd.txt - fli4l configuration parameters                      3.0.2
##
##        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: httpd.txt 10344 2005-11-17 20:48:04Z arwin $
##
## Copyright (c) 2001 Frank Meyer <frank@fli4l.de>
##
## 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: HTTP server for monitoring
#------------------------------------------------------------------------------
OPT_HTTPD='yes'                 # install monitoring webserver: yes or no
HTTPD_GUI_LANG='auto'           # choose language for web administration
                                # can be: "auto" (get language from LOCALE)
                                # or "en" , "de", "fr" or "nl"
HTTPD_PORT='80'                 # TCP port for webserver
HTTPD_USER_N='1'                # number of users for the webserver
HTTPD_USER_1_USERNAME='admin'   # name of the 1st user
HTTPD_USER_1_PASSWORD='fli4l'   # password of the 1st user
HTTPD_USER_1_RIGHTS='all'       # access rights of the 1st user

##-----------------------------------------------------------------------------
## isdn.txt - fli4l configuration parameters                       3.0.2
##
##        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: isdn.txt 9464 2005-07-29 09:29:10Z arwin $
##
## Copyright (c) 2001 Frank Meyer <frank@fli4l.de>
##
## 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: ISDN
#------------------------------------------------------------------------------
OPT_ISDN='yes'                       # use ISDN: yes or no
    
    # ISDN Adapter
    #-------------
    ISDN_TYPE='104'                  # type, e.g. 3 for Teles 16.3 ISA
    ISDN_IO=''                       # io, e.g. 0xd80 for Teles 16.3 ISA
    ISDN_IO0=''                      # io0
    ISDN_IO1=''                      # io1
    ISDN_MEM=''                      # mem
    ISDN_IRQ=''                      # irq, e.g. 12 for Teles 16.3 ISA

    ISDN_DEBUG_LEVEL='1024'          # debug level (hisax driver)
    ISDN_VERBOSE_LEVEL='3'           # verbose level    
    ISDN_FILTER='yes'                # use active filter: yes or no

#------------------------------------------------------------------------------
# ISDN compression (EXPERIMENTAL):
#------------------------------------------------------------------------------
OPT_ISDN_COMP='yes'                 # use LZS or BSD compression: yes or no
    ISDN_LZS_DEBUG='3'              # debug level lzscomp (0..3)
    ISDN_LZS_COMP='8'               # compression level lzscomp (0..9)
    ISDN_LZS_TWEAK='7'              # tweak lzscomp (at present: 0..7)

#------------------------------------------------------------------------------
# ISDN Circuits:
#------------------------------------------------------------------------------
ISDN_CIRCUITS_N='1'                 # no. of ISDN circuits, DSL: see pppoe.txt

#------------------------------------------------------------------------------
# Circuit 1: Internet-By-Call-Provider MSN
#------------------------------------------------------------------------------
ISDN_CIRC_1_NAME='msn'              # circuit MSN
ISDN_CIRC_1_USEPEERDNS='yes'        # use your provider's dns server: yes or no
ISDN_CIRC_1_TYPE='ppp'              # circuit uses sync ppp (ipppd)
ISDN_CIRC_1_BUNDLING='no'           # channel bundling: yes or no
    ISDN_CIRC_1_BANDWIDTH=''        # if bundling=yes: opt. bandwidth on demand
ISDN_CIRC_1_CLAMP_MSS='no'          # clamp tcp mss to pmtu, needed
                                    # for ISDN Mediaways based
                                    # providers (i.e. compuserve Pro)
ISDN_CIRC_1_COMPRESSION='yes'       # compress headers: yes or no
ISDN_CIRC_1_FRAMECOMP='default'     # type of framecompression, see docum.
ISDN_CIRC_1_REMOTENAME=''           # optional: remote hostname for dialin
ISDN_CIRC_1_USER='msn'              # user-ID to login into provider's gateway
ISDN_CIRC_1_PASS='msn'              # password for login
ISDN_CIRC_1_ROUTE_N='1'             # number of routes for this isdn circuit
ISDN_CIRC_1_ROUTE_1='0.0.0.0/0'     # this is the default route
ISDN_CIRC_1_DIALOUT='0192658'       # dialout: ISDN number of provider
ISDN_CIRC_1_DIALIN=''               # dialin: no dialin
ISDN_CIRC_1_CALLBACK='off'          # callback: in, out, off or cbcp[0|3|6]
    ISDN_CIRC_1_CBNUMBER=''         # callback number for cbcp[3|6]
    ISDN_CIRC_1_CBDELAY='3'         # callback delay, only used for callbacks
ISDN_CIRC_1_EAZ='81330'             # your MSN (without area code)
ISDN_CIRC_1_SLAVE_EAZ=''            # optional slave MSN for channel bundling
ISDN_CIRC_1_DEBUG='no'              # enable ipppd debugging: yes or no
ISDN_CIRC_1_AUTH=''                 # require the peer to authenticate itself
ISDN_CIRC_1_HUP_TIMEOUT='45'        # hangup after 45 seconds idle time
ISDN_CIRC_1_CHARGEINT='1'           # value of charge interval (in seconds)
ISDN_CIRC_1_TIMES='Mo-Su:00-24:0.0148:Y'
                                    # times/charges when LCR

#------------------------------------------------------------------------------
# Circuit 2: bidirectional connection to another router with raw tcpip
# not activated yet, only example for non-default-circuit
#------------------------------------------------------------------------------
ISDN_CIRC_2_NAME='Firma'            # circuit name, e.g. 'Firma'
ISDN_CIRC_2_USEPEERDNS='yes'        # not used for raw-ip connection
ISDN_CIRC_2_TYPE='raw'              # circuit uses raw tcp/ip
ISDN_CIRC_2_BUNDLING='no'           # channel bundling: yes or no
    ISDN_CIRC_2_BANDWIDTH=''        # if bundling=yes: opt. bandwidth on demand
ISDN_CIRC_2_LOCAL='192.168.120.8'   # local ip address of this circuit
ISDN_CIRC_2_REMOTE='192.168.120.7'  # remote ip address of this circuit
ISDN_CIRC_2_CLAMP_MSS='no'          # clamp tcp mss to pmtu, needed
                                    # for ISDN Mediaways based
                                    # providers (i.e. compuserve Pro)
ISDN_CIRC_2_COMPRESSION='no'        # not used for raw-ip connection
ISDN_CIRC_2_FRAMECOMP='default'     # not used for raw-ip connection
ISDN_CIRC_2_REMOTENAME=''           # optional: remote hostname for dialin
ISDN_CIRC_2_USER=''                 # user-id not used for raw connection
ISDN_CIRC_2_PASS=''                 # password not used for raw connection
ISDN_CIRC_2_ROUTE_N='1'             # number of routes for this isdn circuits
ISDN_CIRC_2_ROUTE_1='192.168.1.0/24'  # remote net to reach over this circuit
ISDN_CIRC_2_DIALOUT='0221xxxxxx'    # dialout no. of remote router
ISDN_CIRC_2_DIALIN='221xxxxxx'      # dialin no. with area code, no leading '0'
ISDN_CIRC_2_CALLBACK='off'          # callback for raw-ip: in, out or off
    ISDN_CIRC_2_CBNUMBER=''         # not applicable to raw-ip connection
    ISDN_CIRC_2_CBDELAY='3'         # callback delay, only used for callbacks
ISDN_CIRC_2_EAZ='81330'             # your MSN (without area code)
ISDN_CIRC_2_SLAVE_EAZ=''            # optional slave MSN for channel bundling
ISDN_CIRC_2_DEBUG='no'              # not used for raw-ip connection
ISDN_CIRC_2_AUTH=''                 # not used for raw-ip connection
ISDN_CIRC_2_HUP_TIMEOUT='45'        # hangup after XX seconds idle time
ISDN_CIRC_2_CHARGEINT='90'          # value of charge interval (in seconds)
ISDN_CIRC_2_TIMES='Mo-Fr:09-18:0.08:N Mo-Fr:18-09:0.03:N Sa-Su:00-24:0.03:N'
                                    # times/charges when LCR

#------------------------------------------------------------------------------
# telmond configuration:
#------------------------------------------------------------------------------
OPT_TELMOND='yes'               # start telmond: yes or no
    TELMOND_PORT='5001'         # port (tcp), don't open in INPUT_ACCEPT_PORT_x
    TELMOND_LOG='yes'           # log to telmond.log: yes or no
    TELMOND_LOGDIR='/data/log'  # log-directory, e.g. /var/log
    TELMOND_MSN_N='0'           # number of msn->ip mapping entries
    TELMOND_MSN_1='123 192.168.6.2' # e.g. map MSN 123 to client 192.168.6.2
    TELMOND_CMD_N='0'           # no. of commands to be executed if call-in
    TELMOND_CMD_1='123 * sleep 5; imonc dial'
                                # e.g. dial out via default circuit
##-----------------------------------------------------------------------------
## base.txt - fli4l configuration parameters                       3.0.2
##
## You can edit/change this file with any text editor.
##
##        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: base.txt 12540 2006-12-09 21:45:32Z arwin $
##
## Copyright (c) 2001-2005 Frank Meyer <frank@fli4l.de>
##
## 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='fli4l'               # name of fli4l router
PASSWORD='fli4l'               # password for root login (console, sshd, imond)
BOOT_TYPE='hd'                 # boot device: fd, fdx2, dualfd, hd, cd, ls120,
                               # integrated, attached, netboot, pxeboot
                               # (cd, cdemul, hd and ls120 need an
                               # installed opt hd)
MOUNT_BOOT='rw'                # mount boot device (floppy): ro, rw, no
TIME_INFO='MEZ-1MESZ,M3.5.0,M10.5.0/3'
                               # description of local time zone,
                               # don't touch without reading documentation
KERNEL_VERSION='2.4.32'        # kernel version
KERNEL_BOOT_OPTION=''          # append option to kernel command line
COMP_TYPE_KERNEL='gzip'        # compression-type for kernel: gzip, bzip2
COMP_TYPE_ROOTFS='gzip'        # compression-type for rootfs: gzip, bzip2
IP_CONNTRACK_MAX=''            # override maximum limit of connection
                               # tracking entries
POWEROFF_ON_HALT='no'          # power off after shutting down the machine
REAL_MODE_POWEROFF='no'        # switch to real mode before invoking
                               # apm power off

#------------------------------------------------------------------------------
# Localisation
#------------------------------------------------------------------------------
LOCALE='de'                    # defines the default language for several
                               # components, such as menu and httpd

#------------------------------------------------------------------------------
# Mount extra floppy drive to /floppy:
#------------------------------------------------------------------------------
OPT_MOUNTFLOPPY='no'           # mount extra floppy drive: first, second, no

#------------------------------------------------------------------------------
# Console settings (serial console, blank time):
#------------------------------------------------------------------------------
CONSOLE_BLANK_TIME=''          # time in minutes (1-60) to blank
                               # console; '0' = never, '' = system default
SER_CONSOLE='no'               # use serial interface instead of or as
                               # additional output device and main input device
    SER_CONSOLE_IF='0'         # serial interface to use, 0 for ttyS0 (COM1)
    SER_CONSOLE_RATE='9600'    # baudrate for serial console
    SER_BEEP='no'              # enable beep after boot and shutdown

#------------------------------------------------------------------------------
# Debug Settings:
#------------------------------------------------------------------------------
DEBUG_STARTUP='yes'            # write an execution trace of the boot
DEBUG_LOG='/data/log'          # sequence to file DEBUG_LOG or console if
                               # DEBUG_LOG is empty

#------------------------------------------------------------------------------
# Show service menu after login:
#------------------------------------------------------------------------------
OPT_MENU='yes'                 # service menu for users
    MENU_LANGUAGE=''           # language for the service menu; defaults to
                               # 'LOCALE' if left empty
#------------------------------------------------------------------------------
# Keyboard layout
#------------------------------------------------------------------------------
KEYBOARD_LOCALE='auto'         # auto: use most common keyboard layout for
                               # the language specified in 'LOCALE'
OPT_MAKEKBL='no'               # set to 'yes' to make a new local keyboard
                               # layout map on the fli4l-router

#------------------------------------------------------------------------------
# Ethernet card drivers:
#
#  Driver       Bus     Description
#
#  3c503        ISA     3COM EtherLinkII (3c503)
#  3c505        ISA     3COM Etherlink Plus (3c505)
#  3c507        ISA     3COM Etherlink 16 (3c507)
#  3c509        ISA     3COM EtherLinkIII (3c509)
#  3c515        ISA     3COM EtherLink XL ISA (3c515)
#  3c59x        PCI     3COM Vortex/Boomerang 3c59x,3c900,3c905
#  8139cp       PCI     RealTek 8139C+
#  8139too      PCI     RealTek 8129/8139 10/100 MB (NEW)
#  rtl8139-db   PCI     RealTek 8129/8139, Donald Beckers Version, see 
#                       <http://www.scyld.com/network/rtl8139.html>
#  82596                Apricot Xen-II on board Ethernet
#  acenic       PCI     Alteon AceNIC Gigabit Ethernet
#  at1700       ISA     AT1700 (Fujitsu 86965) ISA
#  b44          PCI     Broadcom 4400
#  cs89x0       ISA     IBM Etherjet, cs89x0 based Cards
#                       (Option io=0xnnn necessary!)
#  de4x5        PCI/EISA Digital DE425, DE434, DE435, DE450, DE500
#  depca        ISA     DEPCA, DE10x, DE200, DE201, DE202, DE422
#  dgrs         PCI     Digi International RightSwitch PCI/EISA
#  dl2k         PCI     D-Link DL2000-based Gigabit Ethernet Adapter
#  dmfe         PCI     DM9102 compatible PCI cards from Davicom
#  e1000        PCI     Intel EtherExpress PRO/1000 Gigabit Ethernet
#  e100         PCI     Intel's original driver for EEPRO100
#  e2100        ISA     Cabletron E21xx ISA
#  eepro100     PCI     Intel EtherExpressPro PCI 10+/100B/100+
#  eepro        ISA     Intel EtherExpress Pro/10
#  eexpress     ISA     EtherExpress16 ISA
#  epic100      PCI     SMC EPIC/100 (EtherPower II) PCI
#  eth16i       ISA/EISA    ICL EtherTeam 16i/32
#  ewrk3        ISA     EtherWORKS 3 ISA (DE203, DE204, DE205)
#  fealnx       PCI     ASOUND LAN 8139 card - not RTL8139 (NEW)
#  hamachi      PCI     GNIC-II Gigabit Ethernet
#  hp100        ISA/EISA/PCI    HP 10/100VG PCLAN (ISA, EISA, PCI)
#  hp           ISA     HP PCLAN (27245, 27xxx) ISA
#  hp-plus      ISA     HP PCLAN+ (27247B and 27252A) ISA
#  lance        ISA     AMD LANCE and PCnet (AT1500, NE2100) ISA
#  lp486e               Intel Professional Workstation/panther ethernet driver
#  natsemi      PCI     National Semiconductor
#  ne2k-pci     PCI     NE2000 PCI clone (eg. Realtek 8029, Winbond 89c940)
#  ne           ISA     NE2000 ISA clone (eg. Realtek 8019,
#                       Accton 16xx, NatSemi 8390, UMC 9003/9008)
#  ni5010               MiCom-Interlan NI5010
#  ni52                 NI5210 card (i82586 Ethernet chip)
#  ni65                 ni6510 (am7990 'lance' chip)
#  ns83820      PCI     cards with National Semiconductor 83820 chip
#  pcnet32      PCI     AMD PCI PCnet32
#  r8169        PCI     Realtek 8169 Gigabit Ethernet
#  sis900       PCI     SiS 900/7016
#  sk98lin      PCI     SysKonnect Gigabit Ethernet Server Adapters
#  smc9194              SMC's 9000 series of Ethernet cards
#  smc-ultra    ISA     SMC ULTRA
#  starfire     PCI     Starfire
#  sundance     PCI     DFE-550FX or DFE-530TXS (NEW)
#  tg3          PCI     Broadcom Tigon3
#  tlan         PCI     TI ThunderLAN (Compaq Netelligent ...)
#  tulip        PCI     DECchip Tulip (dc21x4x) PCI
#  via-rhine    PCI     VIA Rhine PCI (3043, VT86c100A, dfe-530tx)
#  wd           ISA     SMC WD80*3
#  winbond-840  PCI     Winbond 840
#  sunhme       PCI/Sbus    Sun Happy Meal 10/100baseT support
#                           (only QFE is tested)
#  yellowfin    PCI     Packet Engines G-NIC PCI Gigabit Eth Adapter
#
# Donald Becker drivers, see <http://www.scyld.com/>
#
#  epic100-db
#  3c59x-db             This driver is for the 3Com "Vortex" and
#                       "Boomerang" series ethercards. Members of the
#                       series include Fast EtherLink
#                       3c590/3c592/3c595/3c597 and the EtherLink XL
#                       3c900 and 3c905 cards.
#
#
# Drivers below need the Package pcmcia installed:
#
#  3c574_cs     PCMCIA  3Com 574
#  3c589_cs     PCMCIA  3Com 589
#  axnet_cs     PCMCIA  Asix AX88190 Fast Ethernet
#  fmvj18x_cs   PCMCIA  Fujitsu FMV-J181/182 Ethernet
#  nmclan_cs    PCMCIA  New Media Ethernet LAN
#  pcnet_cs     PCMCIA  NS8390-based cards (NE2000, DLINK etc)
#  smc91c92_cs  PCMCIA  SMC91c92-based cards
#  xirc2ps_cs   PCMCIA  Xircom: CE2, CEM28, CEM33, or CE3
#
# If you don't find your Cardbus Card here then try the equivalent PCI-Driver:
# 3c59x instead of 3c575_cb or 8139too instead of realtek_cb
#
# These drivers need PCMCIA _and_ WLAN:
#
#  orinoco_cs   PCMCIA  Lucent/Orinoco WLAN-Cards
#  hostap_cs    PCMCIA  PrismII/2.5/3 based Cards - supports AP-Mode
#  wavelan_cs   PCMCIA  WaveLAN
#  wl24_cs      PCMCIA  ELSA Airlancer MC-2 - Should have Firmware 2.10
#  airo_cs      PCMCIA  Cisco Aironet 4500 & 4800 series PCMCIA cards
#  ray_cs       PCMCIA  Raylink wireless cards
#  netwave_cs   PCMCIA  Netwave AirSurfer Wireless LAN
#
# These drivers need Package WLAN
#
# WLAN-Card Drivers IEEE802.11b:
#
#  hostap_pci   PCI     Prism 2.5 based PCI Wlan Cards
#  hostap_plx   PCI     Prism 2,2.5 and 3 based PCMCIA-WLan Cards
#                       in PLX-Adapter
#  airo         PCI/ISA Cisco Aironet 4500 & 4800 series PCI/ISA cards
#
# These 3 drivers acutally only work with Prism-II Cards - alternative driver
# to hostap_*
#  orinoco_pci  PCI     Lucent/Orinoco based WLAN-Cards
#  orinoco_plx  PCI     Lucent/Orinoco based PCMCIA WLAN-Cards in PLX Adapter
#  orinoco_tmd  PCI     Lucent/Orinoco based WLAN-Cards with TMD PCI-Bridge

# WLAN-Card Drivers IEEE802.11g:
#
#  prism54      PCI/PCMCIA  Prism GT / Prism Duette / Prism Indigo Chipsets
#                           Achten Sie auf die Hinweise zum Prism54 Treiber
#                           in der WLAN Dokumentation!
#  rt2500	PCI/CARDBUS Ralink RT2500 Cards - experimental
#
# USB-WLAN Card Drivers IEEE802.11g:
#  rt2570	USB Ralink RT2570 Sticks - experimental
#
# USB-Card Drivers:
#
#  pegasus      teledat Fast Ethernet USB
#
#  kaweth       3Com 3C19250
#               ADS USB-10BT
#               ATEN USB Ethernet
#               ASANTE USB To Ethernet Adapter
#               AOX Endpoints USB Ethernet
#               Correga K.K.
#               D-Link DSB-650C and DU-E10
#               Entrega / Portgear E45
#               I-O DATA USB-ET/T
#               Jaton USB Ethernet Device Adapter
#               Kingston Technology USB Ethernet Adapter
#               Linksys USB10T
#               Mobility USB-Ethernet Adapter
#               NetGear EA-101
#               Peracom Enet and Enet2
#               Portsmith Express Ethernet Adapter
#               Shark Pocket Adapter
#               SMC 2202USB
#               Sony Vaio port extender
#  rtl8150      RTL8150-based USB-Ethernet-Cards
#  catc         Belkin F5U111
#               CATC NetMate
#               CATC NetMate II
#               smartBridges smartNIC
#
# DSL-Modems shown as Ethernetcards:
#
#  cdcether     Ericsson PipeRider (all variants)
#               Motorola (DM100 and SB4100)
#               Broadcom Cable Modem (reference design)
#               Toshiba PCX1100U and possibly other cable modems
#               Sharp Zaurus SL-5000D
#  eagle-usb    Allied Telesyn AT-AR 215
#               Sagem 250
#               Acer ADSL Surf USB
#               D-Link DSL 260i
#               Sagem 840
#               US Robotics USR9000
#               Sagem F@st 800
##
# USB-to-USB-network-cable:
#
#  usbnet       Driver for usb-to-usb networklinks
#
# Token ring drivers (see token ring mini howto on 
#     <http://www.tldp.org/docs.html#howto> and feel 
#     free to submit documention changes:
#
#  3c359
#  abyss
#  ibmtr
#  lanstreamer
#  olympic
#  smctr
#  tmsisa
#  tmspci
#
#  If you need a dummy device use 'dummy' as you NET_DRV
#  and IP_NET_%_DEV='dummy<number>' as your device
#
#------------------------------------------------------------------------------
NET_DRV_N='2'                      # number of ethernet drivers to load, usually 1
NET_DRV_1='ne'                     # 1st driver: name (e.g. NE2000 PCI clone)
NET_DRV_1_OPTION='irq=10 io=0x220' # 1st driver: additional option
NET_DRV_2='olympic'                # 2nd driver: name (e.g. NE2000 ISA clone)
NET_DRV_2_OPTION='ringspeed=16'    # 2nd driver: additional option

#------------------------------------------------------------------------------
# Ether networks used with IP protocol:
#------------------------------------------------------------------------------
IP_NET_N='2'                  # number of IP ethernet networks, usually 1
IP_NET_1='192.168.253.254/24' # IP address of your n'th ethernet card and
IP_NET_2='192.168.254.254/24' # netmask in CIDR (no. of set bits)
                              
IP_NET_1_DEV='eth0'           # required: device name like ethX
IP_NET_2_DEV='tr0'            

#------------------------------------------------------------------------------
# Additional routes, optional
#------------------------------------------------------------------------------
IP_ROUTE_N='0'                            # number of additional routes
IP_ROUTE_1='192.168.7.0/24 192.168.6.99'  # network/netmaskbits gateway
IP_ROUTE_2='0.0.0.0/0 192.168.6.99'       # example for default-route

#------------------------------------------------------------------------------
# Packetfilter configuration; there are two styles, old and new -
# you have to choose one of them.
# 
# Please choose the new packet filter configuration, the old one is
# deprecated and only provided for compatibility reasons. During boot
# up the configuration will be translated to the new configuration,
# printed to the screen and written to bootmsg.txt to allow for an
# easy migration to the new config style.
#
# Old style packet filter config - set ORIG_FW_CONFIG='yes' to use
# this version
#------------------------------------------------------------------------------
ORIG_FW_CONFIG='no'

    #--------------------------------------------------------------------------
    # Known networks - Networks which are allowed to pass the packet
    # filter (additional restrictions may be applied via black/white
    # lists, port based filters, port forwarding opens additional holes, ...)
    #--------------------------------------------------------------------------
    MASQ_NETWORK='IP_NET_1'    # networks to masquerade (e.g. our LAN)
    ROUTE_NETWORK=''           # same as masq_network, but packets
                               # going into these networks are not
                               # masqueraded, see documentation
    TRUSTED_NETS=''            # allow free and unmasqueraded
                               # communication between these networks

    #--------------------------------------------------------------------------
    # Host based restrictions: internal hosts to allow/deny forwarding
    #
    # FORWARD_HOST_WHITE='no'  describes a black list (forbidden)
    # FORWARD_HOST_WHITE='yes' describes a white list (allowed)
    #
    # Example:
    #   FORWARD_HOST_WHITE='no' and FORWARD_HOST_N='0':
    #    -> forwarding of 0 hosts is denied
    #    -> forwarding of all hosts is allowed
    #--------------------------------------------------------------------------
    FORWARD_HOST_WHITE='no'              # 'no': black list, 'yes': white list
    FORWARD_HOST_N='0'                   # number of allowed/denied hosts
    FORWARD_HOST_1='192.168.6.5'         # optional: 1st allowed/denied host
    FORWARD_HOST_2='@client2'            # optional: 2nd allowed/denied host
    
    #--------------------------------------------------------------------------
    # Port based restrictions: ports to reject/deny forwarding 
    #--------------------------------------------------------------------------
    FORWARD_DENY_PORT_N='3'              # no. of ports to reject/deny
                                         # forwarding
    FORWARD_DENY_PORT_1='139 REJECT-TCP' # reject forwarding of netbios
    FORWARD_DENY_PORT_2='445 REJECT-TCP'
    FORWARD_DENY_PORT_3='137-138 REJECT-UDP'

    #--------------------------------------------------------------------------
    # Accept connections from outside to several ports (served ports)
    #--------------------------------------------------------------------------
    # INPUT_POLICY='REJECT'             # be nice and use reject as policy
                                        # already defined in new style
                                        # filter section
    INPUT_ACCEPT_PORT_N='0'             # no. of ports to accept from outside
    INPUT_ACCEPT_PORT_1='22 TCP'        # e.g. allow connection to ssh service

    #--------------------------------------------------------------------------
    # Logging
    #--------------------------------------------------------------------------
    PACKETFILTER_LOG='no'               # log access to rejected/denied ports

#------------------------------------------------------------------------------
# New style packet filter config - set NEW_FW_CONFIG='yes' to use this
# version
#------------------------------------------------------------------------------
NEW_FW_CONFIG='yes'                  # new style packet filter config: yes/no

    INPUT_POLICY='REJECT'            # be nice and use reject as policy
    INPUT_ACCEPT_DEF='yes'           # use default rule set
    INPUT_LOG='no'                   # don't log anything
    INPUT_LOG_LIMIT='3/minute:5'     # log 3 events per minute; allow a
                                     # burst of 5 events
    INPUT_REJ_LIMIT='1/second:5'     # reject 1 connection per second; allow a
                                     # burst of 5 events; otherwise
                                     # drop packet
    INPUT_UDP_REJ_LIMIT='1/second:5' # reject 1 udp packet per second; allow a
                                     # burst of 5 events; otherwise drop packet
    INPUT_LIST_N='3'
    INPUT_LIST_1='IP_NET_1 ACCEPT'   # allow all hosts in the local
    INPUT_LIST_2='IP_NET_2 ACCEPT'   # network access to the router
    INPUT_LIST_3='tmpl:samba DROP NOLOG' # drop (or reject) samba access
                                         # without logging, otherwise the log
                                         # file will be filled with useless
                                         # entries

    FORWARD_POLICY='REJECT'          # be nice and use reject as policy
    FORWARD_ACCEPT_DEF='yes'         # use default rule set
    FORWARD_LOG='no'                 # don't log anything
    FORWARD_LOG_LIMIT='3/minute:5'   # log 3 events per minute; allow a
                                     # burst of 5 events
    FORWARD_REJ_LIMIT='1/second:5'   # reject 1 connection per second; allow a
                                     # burst of 5 events; otherwise
                                     # drop packet
    FORWARD_UDP_REJ_LIMIT='1/second:5'  # reject 1 udp packet per second; allow
                                        # a burst of 5 events; otherwise
                                        # drop packet
    FORWARD_LIST_N='4'
    FORWARD_LIST_1='IP_NET_1 IP_NET_2 ACCEPT BIDIRECTIONAL'
    FORWARD_LIST_2='tmpl:samba DROP' # drop samba traffic if it tries
                                     # to leave the subnet
    FORWARD_LIST_3='IP_NET_1 ACCEPT' # accept everything else
    FORWARD_LIST_4='IP_NET_2 ACCEPT'
    POSTROUTING_LIST_N='3'
    POSTROUTING_LIST_1='IP_NET_1 IP_NET_2 ACCEPT BIDIRECTIONAL'
    POSTROUTING_LIST_2='IP_NET_1 MASQUERADE'  # masquerade traffic leaving
    POSTROUTING_LIST_3='IP_NET_2 MASQUERADE'  # the subnet

    PREROUTING_LIST_N='0'
    PREROUTING_LIST_1='1.2.3.4 dynamic:22 DNAT:@client2'
                                              # forward ssh connections
                                              # coming from 1.2.3.4 to client2

#------------------------------------------------------------------------------
# Simple DMZ setup for dial-up based routers -- see documentation
#------------------------------------------------------------------------------
OPT_DMZ='no'

#------------------------------------------------------------------------------
# Optional package: PORTFW
#------------------------------------------------------------------------------
PORTFW_N='0'                          # how many portforwardings to set up
PORTFW_1_TARGET='8080'                # example 1: forward ext. port 8080
PORTFW_1_NEW_TARGET='192.168.6.15:80' # ...to int. host 192.168.6.15 port 80
PORTFW_1_PROTOCOL='tcp'               # ...using tcp
PORTFW_2_TARGET='3000-3010'           # example 2: forward portrange 3000-3010
PORTFW_2_NEW_TARGET='192.168.6.15'    # ...to int. host 192.168.6.15
PORTFW_2_PROTOCOL='tcp'               # ...using tcp

#------------------------------------------------------------------------------
# Masq modules
#------------------------------------------------------------------------------
MASQ_MODULE_N='1'                     # load n masq modules (default: only ftp)
MASQ_MODULE_1='ftp'                   # ftp
MASQ_MODULE_1_OPTION=''               # options, see documentation
MASQ_MODULE_2='irc'                   # irc
MASQ_MODULE_2_OPTION=''               # options, see documentation

#------------------------------------------------------------------------------
# Domain configuration:
#------------------------------------------------------------------------------
DOMAIN_NAME='darknet'                        # your domain name
DNS_FORWARDERS='212.6.108.140 212.6.108.141' # DNS servers of your provider,
                                             # e.g. ns.n-ix.net

OPT_DNS='yes'                         # start dns server: yes or no
    DNS_LISTENIP_N='0'                # if 0 then listen on all interfaces
    DNS_LISTENIP_1='IP_NET_1_IPADDR'  # first IP to listen on
    DNS_VERBOSE='yes'                 # log queries into syslog
    DNS_MX_SERVER=''                  # fqdn of the mx for your DOMAIN
    DNS_FORBIDDEN_N='0'               # number of forbidden domains
    DNS_FORBIDDEN_1='foo.bar'         # 1st forbidden domain
    DNS_FORBIDDEN_2='bar.foo'         # 2nd forbidden domain
    DNS_REDIRECT_N='0'                # number of redirected domains
    DNS_REDIRECT_1='foo.bar.foo'      # 1st redirected domain
    DNS_REDIRECT_1_IP='192.168.6.100' # IP of redirected domain
    DNS_BOGUS_PRIV='yes'              # fake reverse lookups for RFC1918
                                      # private address ranges
    DNS_FILTERWIN2K='yes'             # filters useless windows-originated DNS
                                      # requests and blocks all SRV requests

    # Special DNS configuration
    #--------------------------
    DNS_SPECIAL_N='0'                           # number of special 
                                                # dns servers, normally 0
    #DNS_SPECIAL_1='firma.de 192.168.1.12'      # 1st special dns server
                                                # for firma.de
    #DNS_SPECIAL_2='lan.firma.de 192.168.2.12'  # 2nd special dns server
                                                # for lan.firma.de

HOSTS_N='5'                           # number of hosts in your domain
                                      # 1st host:
HOST_1_NAME='HOSTNAME'                # name or aliasname e.g. "HOSTNAME"
HOST_1_IP='IP_NET_2_IPADDR'           # IP or aliasname e.g. "IP_NET_1_IPADDR"
#HOST_1_ALIAS_N='0'                   # number of optional alias names
#HOST_1_ALIAS_1='router.darknet'      # 1st optional alias name
#HOST_1_ALIAS_2='gateway.darknet'
                                      # 2nd host:
HOST_2_NAME='client1'                 # name
HOST_2_IP='192.168.254.1'             # IP
#HOST_2_DHCPTYP='hostname'            # set static dhcp-lease via [hostname] 
                                      # or [mac]
#HOST_2_MAC='de:ad:af:fe:07:19'       # optional mac address used by dhcpd
                                      # 3rd host:
HOST_3_NAME='client2'                 # name
HOST_3_IP='192.168.254.2'             # IP
#HOST_3_MAC='de:ad:be:ef:07:19'
                                      # 4th host:
HOST_4_NAME='client3'                 # name
HOST_4_IP='192.168.254.3'             # IP
#HOST_4_MAC='de:ad:be:ef:08:15'

HOST_5_NAME='CLIENT4'
HOST_5_IP='192.168.253.1'
#------------------------------------------------------------------------------
# DNSMASQ-DHCP server
#------------------------------------------------------------------------------
OPT_DNSDHCP='no'                      # activate DHCP server: yes or no

    DNSDHCP_LS_TIME_DYN='3600'        # default time for dynamic leases: 1 hour
    DNSDHCP_MAX_LS_TIME_DYN='7200'    # max time  for dynamic leases: 2 hours
    DNSDHCP_LS_TIME_FIX='86400'       # default time for fix leases: 1 day
    DNSDHCP_MAX_LS_TIME_FIX='604800'  # max time for fix leases: 1 week
    DNSDHCP_LEASES_DIR='/boot'        # don't touch this until you
                                      # have read the manual!

    DNSDHCP_WINSSERVER_1=''           # IP-address of 1st external wins-server
                                      # (don't use if OPT_NMBD='yes'!)
    DNSDHCP_WINSSERVER_2=''           # IP-address of 2nd external wins-server
                                      # (don't use if OPT_NMBD='yes'!)

    # Parameters for local Networks
    # -----------------------------
    DNSDHCP_RANGE_1_START='192.168.6.100'     # start-IP of n'th ethernet,
                                              # see IP_NET_N
    DNSDHCP_RANGE_1_END='192.168.6.150'       # end-IP of n'th ethernet,
                                              # see IP_NET_N
    DNSDHCP_RANGE_1_DNS_SERVER=''             # if empty the IP of interface
                                              # IP_NET_N is used;
                                              # if set to 'none' no
                                              # dns-server is transmitted
    DNSDHCP_RANGE_1_NTP_SERVER=''             # if empty and OPT_CHRONY='yes'
                                              # the IP of interface IP_NET_N
                                              # is used; if set to 'none' no
                                              # ntp-server is transmitted
    DNSDHCP_RANGE_1_GATEWAY=''                # if empty the IP of interface
                                              # IP_NET_N is used;
                                              # if set to 'none' no
                                              # gateway is transmitted

    # Parameters for extra Networks (via relay)
    # -----------------------------------------
    DNSDHCP_EXTRA_RANGE_N='0'                    # number of extra ranges
    DNSDHCP_EXTRA_RANGE_1_START='192.168.8.2'    # start-IP of n'th extra range
    DNSDHCP_EXTRA_RANGE_1_END='192.168.8.50'     # end-IP of n'th extra range
    DNSDHCP_EXTRA_RANGE_1_NETMASK='255.255.255.0'  # netmask for extra range
    DNSDHCP_EXTRA_RANGE_1_DNS_SERVER='192.168.8.1' # DNS Server for extra range
    DNSDHCP_EXTRA_RANGE_1_NTP_SERVER=''          # NTP Server for extra range
    DNSDHCP_EXTRA_RANGE_1_GATEWAY='192.168.8.1'  # default gateway for
                                                 # extra range

    DNSDHCP_EXTRA_RANGE_1_DEVICE='eth0'    # device used to reach extra network
                                                   

    # Deny hosts from dhcp-Access
    # ---------------------------
    DNSDHCP_DENY_MAC_N='0'                    # number of denied MAC addresses
    DNSDHCP_DENY_MAC_1='00:01:02:03:04:05'    # MAC address is denied from DHCP


#------------------------------------------------------------------------------
# imond configuration:
#------------------------------------------------------------------------------
START_IMOND='yes'                   # start imond: yes or no
    IMOND_USE_ORIG='yes'            # use the original version of imond instead
                                    # of the development version: yes or no
    IMOND_PORT='5000'               # port (tcp), don't open it to the outside
    IMOND_PASS=''                   # imond-password, may be empty
    IMOND_ADMIN_PASS=''             # imond-admin-password, may be empty
    IMOND_LED=''                    # tty for led: com1 - com4 or empty
    IMOND_BEEP='no'                 # beep if connection going up/down
    IMOND_LOG='yes'                 # log /var/log/imond.log: yes or no
    IMOND_LOGDIR='/data/log'         # log-directory, e.g. /var/log
    IMOND_ENABLE='yes'              # accept "enable/disable" commands
    IMOND_DIAL='yes'                # accept "dial/hangup" commands
    IMOND_ROUTE='yes'               # accept "route" command
    IMOND_REBOOT='yes'              # accept "reboot" command

#------------------------------------------------------------------------------
# Generic circuit configuration:
#------------------------------------------------------------------------------
IP_DYN_ADDR='yes'                   # use dyn. IP addresses (most providers do)
DIALMODE='auto'                     # standard dialmode: auto, manual, or off

#------------------------------------------------------------------------------
# optional package: syslogd
#------------------------------------------------------------------------------
OPT_SYSLOGD='yes'                                 # start syslogd: yes or no
    SYSLOGD_DEST_N='3'                            # number of destinations
    SYSLOGD_DEST_1='*.* /dev/console'             # n'th prio & destination of syslog msgs
    SYSLOGD_DEST_2='*.* @192.168.254.2'           # example: loghost 192.168.6.2
    SYSLOGD_DEST_3='kern.info /data/log/dial.log' # example: log infos to file

#------------------------------------------------------------------------------
# Optional package: klogd
#------------------------------------------------------------------------------
OPT_KLOGD='yes'                      # start klogd: yes or no

#------------------------------------------------------------------------------
# Optional package: y2k correction
#------------------------------------------------------------------------------
OPT_Y2K='no'                        # y2k correction: yes or no
    Y2K_DAYS='0'                    # correct hardware y2k-bug: add x days

#------------------------------------------------------------------------------
# Optional package: PNP
#------------------------------------------------------------------------------
OPT_PNP='yes'                        # install isapnp tools: yes or no

Reply to: