Re: ADSL, le retour - FLI4L + fichier de conf

Top Page

Reply to this message
Author: Ika OSCAOS
Date:  
To: guilde
Old-Topics: Re: ADSL, le retour
Subject: Re: ADSL, le retour - FLI4L + fichier de conf
La distrib est fli4l ( http://www.fli4l.org/ ) .

Mon fichier de conf est en piece jointe.

J'utilise un modem ethernet (pas de port usb sur mon pentium 120 :(

Un petit utilitaire fonctionnant sous windows te permet de controler ton
firewall a distance, tu peux visualiser en temps reel la bande passante
utilisée, modifier les regles de filtrage, redemarrer le firewall etc etc ...

Ika


Selon Cyrille CLARISSE <cyrille.clarisse@???>:

> Je serai intéressé de connaitre la distrib supportant l'ADSL et un FW, le
> tout sur
> une disquette ! Peux-tu nous en dire plus ? Et même éventuellement
> communiquer ton
> exemple de conf...
> Merci !
>
>     Cyrille

>
>

#------------------------------------------------------------------------------
# config.txt - fli4l configuration parameters                            V1.6.3
#
# You can edit/change this file with fliwiz V1.6 or 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:     13.04.2000  fm
# Last Update:  02.10.2001  fm
#
# Copyright (c) 2000-2001 Frank Meyer <frank@???>
#
# 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='firewall'                # name of fli4l router
PASSWORD='mon_passwd'                # password for telnetd, ftpd, sshd, and samba
MOUNT_BOOT='rw'                 # mount boot device (floppy): ro, rw, no

#------------------------------------------------------------------------------
# Ethernet card drivers:
# uncomment your ethernet card
#------------------------------------------------------------------------------
ETH_DRV_N='1'                   # number of ethernet drivers to load, usually 1
ETH_DRV_1='rtl8139'            # PCI: RealTek 8129/8139 (not 8019/8029!) PCI
ETH_DRV_1_OPTION=''             # additional option, e.g. 'io=0x340' for ne

#------------------------------------------------------------------------------
# Ether networks used with IP protocol:
#------------------------------------------------------------------------------
IP_ETH_N='2'                        # number of ip ethernet networks, usually 1
IP_ETH_1_NAME=''                    # optional: other device name than ethX
IP_ETH_1_IPADDR='0.0.0.0'        # IP address of your n'th ethernet card
IP_ETH_1_NETWORK='0.0.0.0'     # network of your LAN
IP_ETH_1_NETMASK='255.255.255.255' # netmask of your LAN
IP_ETH_2_NAME=''                    # optional: other device name than ethX
IP_ETH_2_IPADDR='10.0.0.1'       # IP address of your n'th ethernet card
IP_ETH_2_NETWORK='10.0.0.0'      # network of your LAN
IP_ETH_2_NETMASK='255.0.0.0'    # netmask of your LAN

#------------------------------------------------------------------------------
# Additional routes, optional
#------------------------------------------------------------------------------
IP_DEFAULT_GATEWAY=''               # normally not used, read documentation!
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

#------------------------------------------------------------------------------
# Masquerading:
#------------------------------------------------------------------------------
MASQ_NETWORK='10.0.0.0/8'       # networks to masquerade (e.g. our LAN)
MASQ_MODULE_N='2'                   # load n masq modules (default: only ftp)
MASQ_MODULE_1='ftp'                 # ftp
MASQ_MODULE_2='h323'                # h323 (netmeeting)
MASQ_MODULE_3='icq'                 # icq (use with caution!)
MASQ_MODULE_4='irc'                 # irc
MASQ_MODULE_5='raudio'              # raudio
MASQ_MODULE_6='vdolive'             # vdolive
MASQ_MODULE_7='quake'               # quake
MASQ_MODULE_8='cuseeme'             # cuseeme
MASQ_MODULE_9='mms'                 # MSN filetransfer
MASQ_MODULE_10='pptp'               # pptp
MASQ_MODULE_11='ipsec'              # ipsec
MASQ_MODULE_12='dplay'              # dplay (direct play)
MASQ_MODULE_13='msn-0.02'           # msn zone (use version 0.01 or 0.02)
MASQ_MODULE_14='udp_dloose'         # pseudo mod: some internet games need it

#------------------------------------------------------------------------------
# Routing without masquerading
#------------------------------------------------------------------------------
ROUTE_NETWORK=''                    # optional: route from/to network, no masq

#------------------------------------------------------------------------------
# Routing: internal hosts to deny forwarding
#------------------------------------------------------------------------------
FORWARD_DENY_HOST_N='0'             # number of denied hosts
FORWARD_DENY_HOST_1='192.168.6.5'   # optional: 1st denied host
FORWARD_DENY_HOST_2='192.168.6.6'   # optional: 2nd denied host

#------------------------------------------------------------------------------
# Routing: ports to reject/deny forwarding (from inside and outside!)
#------------------------------------------------------------------------------
FORWARD_DENY_PORT_N='1'                 # no. of ports to reject/deny forwarding
FORWARD_DENY_PORT_1='137:139    REJECT' # deny/reject forwarding of netbios

#------------------------------------------------------------------------------
# Firewall: ports to reject/deny from outside (all served ports)
#
# here we leave two ports untouched:
#
#------------------------------------------------------------------------------
FIREWALL_DENY_PORT_N='1'                # no. of ports to reject/deny
FIREWALL_DENY_PORT_1='2000:2001 REJECT' # imond/telmond ports: reject or deny
FIREWALL_DENY_PORT_2='0:53      REJECT' # privileged ports: reject or deny
FIREWALL_DENY_PORT_3='54:113    REJECT' # privileged ports: reject or deny
FIREWALL_DENY_PORT_4='114:1023  REJECT' # privileged ports: reject or deny
FIREWALL_DENY_PORT_5='8000      REJECT' # proxy access: reject or deny
FIREWALL_DENY_PORT_6='20012     REJECT' # vbox server access: reject or deny

FIREWALL_DENY_ICMP='no'                 # deny icmp (ping): yes or no
FIREWALL_LOG='no'                      # log access to rejected/denied ports

#------------------------------------------------------------------------------
# Domain configuration:
#------------------------------------------------------------------------------
START_DNS='no'                     # start dns server: yes or no
DNS_FORWARDERS='192.76.144.66'      # DNS servers of your provider, e.g. MSN
DNS_VERBOSE='no'                    # log queries in /usr/local/ens/ens.log
DOMAIN_NAME='domain.de'             # your domain name
DNS_FORBIDDEN_N='0'                 # number of forbidden domains
DNS_FORBIDDEN_1='foo.bar'           # 1st forbidden domain
DNS_FORBIDDEN_2='bar.foo'           # 2nd forbidden domain
HOSTS_N='4'                         # number of hosts in your domain
HOST_1='192.168.6.1 fli4l'          # 1st host: ip and name
HOST_2='192.168.6.2 client2'        # 2nd host: ip and name
HOST_3='192.168.6.3 client3'        # 3rd host: ip and name
HOST_4='192.168.6.4 client4'        # 4th host: ip and name

#------------------------------------------------------------------------------
# Special DNS configuration
#------------------------------------------------------------------------------
DNS_N='1'                           # number of special dns servers, normally 0
DNS_1='193.252.19.4'      # 1st special dns server 
DNS_2='193.252.19.3'       # 2nd special dns server 
#DNS_2='lan.firma.de 192.168.2.12'  # 2nd special dns server for lan.firma.de

#------------------------------------------------------------------------------
# imond configuration:
#------------------------------------------------------------------------------
START_IMOND='yes'                   # start imond: yes or no
IMOND_PORT='2000'                     # TCP-Port, see also FIREWALL_DENY_PORT_x!
IMOND_PASS='passwd1'                 # imond-password, may be empty
IMOND_ADMIN_PASS='passwd1'           # imond-admin-password, may be empty
IMOND_LED=''                        # tty for led: com1 - com4 or empty
IMOND_BEEP='yes'                    # beep if connection going up/down
IMOND_LOG='no'                      # log /var/log/imond.log: yes or no
IMOND_LOGDIR='/var/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: ISDN
#------------------------------------------------------------------------------
OPT_ISDN='no'                      # use ISDN: yes or no
ISDN_TYPE='3'                       # type, e.g. Teles 16.3 ISA
ISDN_IO='0xd80'                     # io, e.g. 0xd80 for Teles 16.3 ISA
ISDN_IO0=''                         # io0
ISDN_IO1=''                         # io1
ISDN_MEM=''                         # mem
ISDN_IRQ='12'                       # irq, e.g. 12 for Teles 16.3 ISA
ISDN_DEBUG_LEVEL='31'               # debug level (hisax driver)
ISDN_VERBOSE_LEVEL='2'              # verbose level


#----------------------------------------------------------------------------
# ISDN Circuits:
#----------------------------------------------------------------------------
ISDN_CIRCUITS_N='2'                 # number of ISDN circuits, DSL: see below!

#----------------------------------------------------------------------------
# Circuit 1: Internet-By-Call-Provider Planet-Interkom
#----------------------------------------------------------------------------
ISDN_CIRC_1_NAME='Planet-Interkom'  # circuit Planet-Interkom
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_LOCAL=''                # local ip address of your ISDN card - dummy
ISDN_CIRC_1_REMOTE=''               # remote ip address (ISDN) - dummy
ISDN_CIRC_1_NETMASK='255.255.255.0' # netmask (ISDN) - dummy
ISDN_CIRC_1_MTU='1024'              # maximum transmission unit
ISDN_CIRC_1_MRU='1524'              # maximum receive unit
ISDN_CIRC_1_COMPRESSION='no'        # compress headers if ppp: 'yes' or 'no'
ISDN_CIRC_1_IPX_NETWORK=''          # optional: ipx network
ISDN_CIRC_1_IPX_NODE=''             # optional: ipx nodes local:remote
ISDN_CIRC_1_REMOTENAME=''           # optional: remote hostname for dialin
ISDN_CIRC_1_USER='anonymer'         # User-ID to login into provider's gateway
ISDN_CIRC_1_PASS='surfer'           # Password for login
ISDN_CIRC_1_ROUTE='0.0.0.0'         # this is the default route
ISDN_CIRC_1_DIALOUT='010900191799'  # dialout: ISDN number of provider
ISDN_CIRC_1_DIALIN=''               # dialin: no dialin
ISDN_CIRC_1_CALLBACK='off'          # callback mode: 'in', 'out', or 'off'
ISDN_CIRC_1_CBDELAY='3'             # callback delay, only used for callbacks
ISDN_CIRC_1_EAZ='81330'             # Your MSN (without area code)
ISDN_CIRC_1_DEBUG='yes'             # 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-Fr:08-18:0.032:Y Mo-Fr:18-08:0.025:Y Sa-Su:00-24:0.025:Y'
                                    # times/charges when LCR

#----------------------------------------------------------------------------
# Circuit 2: Internet-By-Call-Provider MSN
#----------------------------------------------------------------------------
ISDN_CIRC_2_NAME='msn'              # circuit MSN
ISDN_CIRC_2_TYPE='ppp'              # circuit uses sync ppp (ipppd)
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=''                # local ip address of your ISDN card - dummy
ISDN_CIRC_2_REMOTE=''               # remote ip address (ISDN) - dummy
ISDN_CIRC_2_NETMASK='255.255.255.0' # netmask (ISDN) - dummy
ISDN_CIRC_2_MTU='1024'              # maximum transmission unit
ISDN_CIRC_2_MRU='1524'              # maximum receive unit
ISDN_CIRC_2_COMPRESSION='no'        # compress headers if ppp: 'yes' or 'no'
ISDN_CIRC_2_IPX_NETWORK=''          # optional: ipx network
ISDN_CIRC_2_IPX_NODE=''             # optional: ipx nodes local:remote
ISDN_CIRC_2_REMOTENAME=''           # optional: remote hostname for dialin
ISDN_CIRC_2_USER='msn'              # User-ID to login into provider's gateway
ISDN_CIRC_2_PASS='msn'              # Password for login
ISDN_CIRC_2_ROUTE='0.0.0.0'         # this is the default route
ISDN_CIRC_2_DIALOUT='0192658'       # dialout: ISDN number of provider
ISDN_CIRC_2_DIALIN=''               # dialin: no dialin
ISDN_CIRC_2_CALLBACK='off'          # callback mode: 'in', 'out', or 'off'
ISDN_CIRC_2_CBDELAY='3'             # callback delay, only used for callbacks
ISDN_CIRC_2_EAZ='81330'             # Your MSN (without area code)
ISDN_CIRC_2_DEBUG='yes'             # enable ipppd debugging, 'yes' or 'no'
ISDN_CIRC_2_AUTH=''                 # require the peer to authenticate itself
ISDN_CIRC_2_HUP_TIMEOUT='45'        # Hangup after 45 seconds idle time
ISDN_CIRC_2_CHARGEINT='1'           # Value of charge interval (in seconds)
ISDN_CIRC_2_TIMES='Mo-Su:00-24:0.029:N'
                                    # times/charges when LCR

#------------------------------------------------------------------------------
# Circuit 3: bidirectional connection to another router with raw tcpip
# not activated yet, only example for non-default-circuit
#------------------------------------------------------------------------------
ISDN_CIRC_3_NAME='Firma'            # circuit name, e.g. 'Firma'
ISDN_CIRC_3_TYPE='raw'              # circuit uses raw tcp/ip
ISDN_CIRC_3_BUNDLING='no'           # channel bundling: yes or no
ISDN_CIRC_3_BANDWIDTH=''            # if bundling=yes: opt. bandwidth on demand
ISDN_CIRC_3_LOCAL='192.168.120.8'   # local ip address of this circuit
ISDN_CIRC_3_REMOTE='192.168.120.7'  # remote ip address of this circuit
ISDN_CIRC_3_NETMASK='255.255.255.0' # netmask of this circuit
ISDN_CIRC_3_MTU='1024'              # maximum transmission unit
ISDN_CIRC_3_MRU='1524'              # maximum receive unit
ISDN_CIRC_3_COMPRESSION='no'        # compress headers if ppp: 'yes' or 'no'
ISDN_CIRC_3_IPX_NETWORK=''          # optional: ipx network
ISDN_CIRC_3_IPX_NODE=''             # optional: ipx nodes local:remote
ISDN_CIRC_3_REMOTENAME=''           # optional: remote hostname for dialin
ISDN_CIRC_3_USER=''                 # user-id not used if raw connection
ISDN_CIRC_3_PASS=''                 # password not used if raw connection
ISDN_CIRC_3_ROUTE='192.168.1.0'     # remote net to reach over this circuit
ISDN_CIRC_3_DIALOUT='0221xxxxxx'    # dialout no. of remote router
ISDN_CIRC_3_DIALIN='221xxxxxx'      # dialin no. with area code, but no leading '0'
ISDN_CIRC_3_CALLBACK='off'          # callback mode: 'in', 'out', or 'off'
ISDN_CIRC_3_CBDELAY='3'             # callback delay, only used for callbacks
ISDN_CIRC_3_EAZ='81330'             # Your MSN (without area code)
ISDN_CIRC_3_DEBUG='no'              # ever no if raw-ip connection
ISDN_CIRC_3_AUTH=''                 # not needed if raw-ip connection
ISDN_CIRC_3_HUP_TIMEOUT='45'        # Hangup after XX seconds idle time
ISDN_CIRC_3_CHARGEINT='90'          # Value of charge interval (in seconds)
ISDN_CIRC_3_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

#------------------------------------------------------------------------------
# Optional package: PPPoE
#------------------------------------------------------------------------------
OPT_PPPOE='yes'                 # use ppp over ethernet: yes or no
PPPOE_NAME='DSL'                # circuit name, don't write spaces
PPPOE_ETH='eth0'                # eth card connected to ADSL modem, e.g. 2nd
PPPOE_USER='loginwanadoo'       # username
PPPOE_PASS='passwanadoo'        # password
PPPOE_DEBUG='no'                # enable pppd debugging, 'yes' or 'no'
PPPOE_HUP_TIMEOUT='1800'        # idle time after which to hangup
PPPOE_SYNCHRONOUS='no'          # synchronous ppp: yes or no
PPPOE_CHARGEINT='60'            # value of charge interval (in seconds)
PPPOE_TIMES='Mo-Su:00-24:0.0:Y' # times/charges when LCR

#------------------------------------------------------------------------------
# Optional package: PPTP - DSL in Austria/Netherlands
#------------------------------------------------------------------------------
OPT_PPTP='no'                   # use PPP over ethernet: 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'          # 2 different types in Austria: 'bbaa' / 'bcaa'
                                # in the Netherlands use 'mxstream'

#------------------------------------------------------------------------------
# Optional package: HTTP-Server for Monitoring
#------------------------------------------------------------------------------
OPT_HTTPD='no'                  # install mini web server: yes or no
HTTPD_PORT='80'                 # http port, see also FIREWALL_DENY_PORT_x !
HTTPD_USER_N='1'                # Numbers of users for the HTTPD-server
HTTPD_USER_1='admin'            # Name of the 1st user
HTTPD_PASS_1='fli4l'            # Password of the 1st user
HTTPD_RIGHTS_1='all'            # Rights of the 1st user

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

#------------------------------------------------------------------------------
# optional package: syslogd
#------------------------------------------------------------------------------
OPT_SYSLOGD='no'                # start syslogd: yes or no
SYSLOGD_DEST='/dev/console'     # destination of syslog messages

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

#------------------------------------------------------------------------------
# telmond configuration:
#------------------------------------------------------------------------------
OPT_TELMOND='no'               # start telmond: yes or no
TELMOND_PORT='5001'             # TCP-Port, see also FIREWALL_DENY_PORT_x!
TELMOND_LOG='no'                # log /var/log/telmond.log: yes or no
TELMOND_LOGDIR='/var/log'       # log-directory, e.g. /var/log
TELMOND_MSN_N='0'               # number of msn->ip mapping entries
TELMOND_MSN_1='80 10.0.0.2' # e.g. map MSN 80 to client 10.0.0.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

#------------------------------------------------------------------------------
# Optional package: tools
#------------------------------------------------------------------------------
OPT_TOOLS='no'                  # install additional tools: yes or no

#------------------------------------------------------------------------------
# Optional package: wget
#------------------------------------------------------------------------------
OPT_WGET='no'                   # install wget, see howto on www.fli4l.de

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

#------------------------------------------------------------------------------
# Optional package: SERIAL
#------------------------------------------------------------------------------
OPT_SERIAL='no'                 # install stty and setserial: yes or no

#------------------------------------------------------------------------------
# Optional package: RESCUE
#------------------------------------------------------------------------------
OPT_RESCUE='no'                 # install e2fsck

#------------------------------------------------------------------------------
# Optional package: TELNETD
#------------------------------------------------------------------------------
OPT_TELNETD='no'                # install telnetd: yes or no

#------------------------------------------------------------------------------
# Optional package: SSHD (secure shell)
#------------------------------------------------------------------------------
OPT_SSHD='no'                   # install sshd: yes or no

#------------------------------------------------------------------------------
# Optional package: FTPD
#------------------------------------------------------------------------------
OPT_FTPD='no'                   # install ftpd: yes or no
FTPD_PORT='21'                  # ftp port, see also FIREWALL_DENY_PORT_x !

#------------------------------------------------------------------------------
# Optional package: LCD
#------------------------------------------------------------------------------
OPT_LCD='no'                    # install lcd driver and tools: yes or no
LCD_COLS='20'                   # no. of lcd columns (16,20,32,40) dflt: 20
LCD_LINES='4'                   # no. of lcd lines (1,2,4)         dflt:  4
LCD_ADDRESS='0x0378'            # IO address of used lpt port, or 'comX'
LCD_TIME_LONG=''                # long delay time (empty = default: 100)
LCD_TIME_SHORT=''               # short delay time (empty = default: 40)
LCD_OPTION=''                   # set 'a_type=1', if you have a HD66712 chip
LCD_START_ISDN_RATE='yes'       # isdn/dsl rating display on lcd: yes or no
LCD_TYPE_N='10'                 # no. of data types to show, see docum.
LCD_TYPE_1='39  0 1 IP:'        # Text
LCD_TYPE_2='25  4 1'            # dsl ip address
LCD_TYPE_3='39  0 2 IN:'        # Text
LCD_TYPE_4='18  3 2'            # dsl input rate
LCD_TYPE_5='39 11 2 OUT:'       # Text
LCD_TYPE_6='19 15 2'            # dsl output rate
LCD_TYPE_7='39  0 3 >'          # Text
LCD_TYPE_8='34  1 3'            # dsl quantity in
LCD_TYPE_9='39 11 3 <'          # Text
LCD_TYPE_10='37 12 3'           # dsl quantity out
LCD_TYPE_ONLINE_N='3'           # no. of data types to show if online
LCD_TYPE_ONLINE_1=' 8  0 0'     # dsl status
LCD_TYPE_ONLINE_2='39  7 0 :'   # Text
LCD_TYPE_ONLINE_3='31  9 0'     # dsl online time
LCD_TYPE_OFFLINE_N='2'          # no. of data types to show if offline
LCD_TYPE_OFFLINE_1=' 0  0 0'    # local date
LCD_TYPE_OFFLINE_2=' 2 12 0'    # local time
LCD_VAR_TEXT_1='Text1'          # Default-Text 1 -> /etc/lcd_text1.txt
LCD_VAR_TEXT_2='Text2'          # Default-Text 2 -> /etc/lcd_text2.txt
LCD_VAR_TEXT_3='Text3'          # Default-Text 3 -> /etc/lcd_text3.txt
LCD_VAR_TEXT_4='Text4'          # Default-Text 4 -> /etc/lcd_text4.txt

#------------------------------------------------------------------------------
# Optional package: PPP
#------------------------------------------------------------------------------
OPT_PPP='no'                    # install serial ppp package
PPP_DEV='com1'                  # COM port - empty, com1 or com2
PPP_SPEED='38400'               # COM port speed
PPP_IPADDR='192.168.4.1'        # IP address of fli4l router (COMx)
PPP_PEER='192.168.4.2'          # IP address of peer (pointopoint)
PPP_NETWORK='192.168.4.0'       # network

#------------------------------------------------------------------------------
# Optional package: IPX network protocol
#------------------------------------------------------------------------------
OPT_IPX='no'                    # use ipx: yes or no
IPX_INTERNAL_NET='0x0ABCDEF0'   # internal network
IPX_NODE='1'                    # node
IPX_INTERFACE='eth0'            # ethernet interface used for IPX
IPX_FRAME='802.2'               # frame type: 802.2,802.3,ether_ii,AUTO
IPX_NETWORK='0x0ABCDEF1'        # network

#------------------------------------------------------------------------------
# Optional package: IMODEM
#------------------------------------------------------------------------------
OPT_IMODEM='no'                 # install isdn modem emulator: yes or no
IMODEM_MSN='81330'              # isdn modem emulator: your msn
IMODEM_SERIAL='com1'            # isdn modem emulator: COM port
IMODEM_SPEED='115200'           # isdn modem emulator: COM speed

#------------------------------------------------------------------------------
# Optional package: LPD
# !!! Attention !!! Printer-Queue-Names changed, please read the manual !
# !!! Attention !!! LPD_PORT_x changed, please read the manual !
#------------------------------------------------------------------------------
OPT_LPD='no'                     # install lpd: yes or no
LPD_PORT_N='1'                   # how many ports for printing are used
LPD_PORT_1='0x378'               # io-adress for printer on 1st port: 0x3bc,0x378 or 0x278
LPD_RAM='4096'                   # use 4 MB RAM (4096 KB) for printer queues

#------------------------------------------------------------------------------
# Optional package: SAMBA
# (if you want to print over samba, also OPT_LPD must be set to 'yes')
#------------------------------------------------------------------------------
OPT_SAMBA='no'                   # install samba: yes or no
SAMBA_WORKGROUP='workgroup'      # workgroup name of windows-clients
SAMBA_ADMINIP=''                 # ip addr of smb-client (mount fli4l rootfs)
SAMBA_LPNET_1=''                 # allowed networks for LPD_PORT_1, if empty all internal nets
SAMBA_TIMESERVER='no'            # smb-timeserver for win-clients: yes or no

#------------------------------------------------------------------------------
# Optional package: NMBD
#------------------------------------------------------------------------------
OPT_NMBD='no'                    # install nmbd as SMB Nameserver
NMBD_MASTERBROWSER='no'          # act as a masterbrowser: yes or no
NMBD_WINSSERVER='no'             # act as an WINS-Server: yes or no
NMBD_WINSCLIENT='no'             # act as an WINS-Client: yes or no
NMBD_EXTWINSIP=''                # IP address of the external WINS-Server
NMBD_WINSPROXY='no'              # act as an WINS-Proxy : yes or no

#------------------------------------------------------------------------------
# Optional package: PORTFW
#
# If you set OPT_PORTFW='yes', you have to edit opt/usr/local/bin/portfw.sh
#------------------------------------------------------------------------------
OPT_PORTFW='yes'                 # install port forwarding tools/modules

#------------------------------------------------------------------------------
# optional package: y2k correction
#------------------------------------------------------------------------------
OPT_Y2K='no'                    # y2k correction: yes or no
Y2K_DAYS=''                     # correct hardware Y2K-Bug: add x days

#------------------------------------------------------------------------------
# Optional package: TIME
#------------------------------------------------------------------------------
OPT_TIME='no'                   # install time zone informations: yes or no
TIME_ZONE='MET'                 # timezone: MET or GMT
TIME_SERVICE='no'               # enable "time" service (port 37): yes or no
TIME_SERVER='ptbtime1.ptb.de'   # name of time server, may be empty
TIME_ACCESS_AT_BOOT_TIME='no'   # access time server at boot time: yes or no
TIME_CIRCUITS='1 2 3'           # circuit indices when to activate time sync

#------------------------------------------------------------------------------
# Optional package: DHCP
#------------------------------------------------------------------------------
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 ethnet, see ETH_N !

#------------------------------------------------------------------------------
# Optional: mount additional devices
#------------------------------------------------------------------------------
OPT_MOUNT='no'                  # mount disks or cdroms: yes or no
MOUNT_N='1'                     # number of mounts
MOUNT_1_DEV='/dev/hda1'         # example: 1st partition of first hard disk
MOUNT_1_POINT='/hd'             # mount point, here: /hd
MOUNT_1_FS='vfat'               # filesystem type: fat, vfat, or ext2
MOUNT_1_OPTION='ro'             # additional options, see documentation!

#------------------------------------------------------------------------------
# Optional package: CDROM (only for ide, scsi see below)
#------------------------------------------------------------------------------
OPT_CDROM='no'                  # install IDE CDROM drivers: yes or no

#------------------------------------------------------------------------------
# Optional package: SCSI drivers
#------------------------------------------------------------------------------
OPT_SCSI='no'                   # install SCSI drivers: yes or no
SCSI_DRV_N='1'                  # number of SCSI drivers, '2' means: with cdrom
SCSI_DRV_1='aha1542'            # Adaptec AHA154x Controller
#SCSI_DRV_1='sym53c8xx'         # All Adapter with Symbios Logic (LSI) Chips 53c8xx
#SCSI_DRV_1='wd7000'            # Western Digital 7000 SCSI host adapter
#SCSI_DRV_1='ultrastor'         # UltraStor 14F, 24F and 34F SCSI-2 host adapter
#SCSI_DRV_1='u14-34f'           # UltraStor 14F and 34F SCSI-2 host adapters
#SCSI_DRV_1='tmscsim'           # tmscsim
#SCSI_DRV_1='t128'              # Trantor T128/T128F/T228 SCSI host adapters
#SCSI_DRV_1='sym53c416'         # sym53c416 SCSI host adapter
#SCSI_DRV_1='sim710'            # sim710
#SCSI_DRV_1='seagate'           # 8-bit SCSI controllers
#SCSI_DRV_1='qlogicisp'         # all QLogic PCI SCSI host adapters
#SCSI_DRV_1='qlogicfc'          # QLogic ISP2100 SCSI-FCP host adapter
#SCSI_DRV_1='qlogicfas'         # adapters based on the FASXX chip
#SCSI_DRV_1='psi240i'           # PSI240i EIDE interface card
#SCSI_DRV_1='pci2220i'          # PCI2220i EIDE interface card
#SCSI_DRV_1='pci2000'           # PCI2000I EIDE interface card
#SCSI_DRV_1='pas16'             # pas16 chip based cards
#SCSI_DRV_1='ncr53c8xx'         # NCR53C8XX family of PCI-SCSI controllers
#SCSI_DRV_1='ncr53c406a'        # NCR53c406a SCSI host adapter
#SCSI_DRV_1='megaraid'          # AMI MegaRAID 418, 428, 438, 466, 762, 490 and 467 SCSI host adapters
#SCSI_DRV_1='ips'               # IBM ServeRAID hardware RAID controllers
#SCSI_DRV_1='initio'            # Initio 91XXU(W) SCSI host adapter
#SCSI_DRV_1='in2000'            # ISA bus SCSI host adapter
#SCSI_DRV_1='gdth'              # gdth family
#SCSI_DRV_1='g_ncr5380'         # generic NCR family of SCSI controllers
#SCSI_DRV_1='fdomain'           # Future Domain's 16-bit SCSI host adapters, incl. AHA2920A
#SCSI_DRV_1='eata'              # support for the EATA-DMA protocol compliant SCSI Host Adapters
#SCSI_DRV_1='dtc'               # DTC 3180/3280 SCSI Host Adapters
#SCSI_DRV_1='buslogic'          # BusLogic MultiMaster and FlashPoint SCSI Host Adapters
#SCSI_DRV_1='atp870u'           # adapters with atp870u
#SCSI_DRV_1='am53c974'          # AM53/79C974 SCSI host adapters
#SCSI_DRV_1='aic7xxx'           # various aic7xxx based Adaptec SCSI controllers *not* AHA2920
#SCSI_DRV_1='aha1740'           # driver for AHA-1740
#SCSI_DRV_1='aha152x'           # driver for AHA-1510, AHA-1520, AHA-1522, and AHA-2825
#SCSI_DRV_1='advansys'          # all adapters manufactered by advansys
#SCSI_DRV_1='a100u2w'           # Initio INI-A100U2W SCSI host adapter
#SCSI_DRV_1='53c78xx'           # 53c7 and 8xx NCR family of SCSI controllers
SCSI_DRV_1_OPTION=''            # enter driver option here, optional!

SCSI_DRV_2='cdrom'              # SCSI CDROM driver
SCSI_DRV_2_OPTION=''            # enter cdrom driver option here, not used yet

#------------------------------------------------------------------------------
# Optional package: 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

#------------------------------------------------------------------------------
# Optional package: PROXY (junkbuster)
#------------------------------------------------------------------------------
OPT_PROXY='no'                  # proxy junkbuster: yes or no
PROXY_ACCESS='192.168.6.0/24'   # proxy: permit access from lans x.x.x.x/nn ...
PROXY_PORT='8000'               # proxy: listen port, s. FIREWALL_DENY_PORT_x !
PROXY_FORWARD=''                # proxy: optional forward-host:forward-port

#------------------------------------------------------------------------------
# Optional package: VBOX
#------------------------------------------------------------------------------
OPT_VBOX='no'                   # install answering machine: yes or no
VBOX_COMPRESSION='adpcm-4'      # voice compr. level: adpcm-2/3/4 = 2/3/4 kb/s
VBOX_FREESPACE='0'              # if space < freespace a call isn't accepted
VBOX_DEBUGLEVEL='FEWIDJ'        # FEWIDJ means "log everything", -> see docs

VBOX_VBOXD_ALLOW_1='*'          # optional: vboxd requests are allowed from...
VBOX_VBOXD_ALLOW_2=''           # "*" means every host
VBOX_VBOXD_ALLOW_3=''
VBOX_VBOXD_ALLOW_4=''

VBOX_USERS_N='1'                # number of users
VBOX_COMMON_SPACE='yes'         # common spoolspace for all users?: yes or no
VBOX_BEEP_USERS='vboxuser'      # users to be "beeped": blank separated list
VBOX_BEEP_HOURS='*'             # when to use the beep signal: timerange
VBOX_BEEP_PAUSE='10'            # pause between beeps in seconds

# user specific configuration:

VBOX_USERNAME_1='vboxuser'      # username
VBOX_PASSWD_1='vbox'            # password
VBOX_MSN_1='555111'             # ph. number to be monitored (without area code)
VBOX_SPACE_1='6000'             # diskspace to be used for spooldir(s) in kb

# the following configuration simulates an old-fashioned analog answering
# mashine: every call is answered at any time, always after 4 rings,
# the standard message is played and a 60 second message will be recorded.
# (boring... ;-)
# Please read the documentation to create a more complex setup

VBOX_CALLERID_1_1    =  '*           -               --- Unknown ---'
VBOX_CALLERID_1_2    =  ''
VBOX_CALLERID_1_3    =  ''
VBOX_CALLERID_1_4    =  ''
VBOX_RINGS_1_1       =  '*           *       4'
VBOX_RINGS_1_2       =  ''
VBOX_RINGS_1_3       =  ''
VBOX_RINGS_1_4       =  ''
VBOX_SSECTION_1_1    =  '*           *       standard.msg    60'
VBOX_SSECTION_1_2    =  ''
VBOX_SSECTION_1_3    =  ''
VBOX_SSECTION_1_4    =  ''
VBOX_SECNAME_1_1     =  ''
VBOX_SECTION_1_1_1   =  ''
VBOX_SECTION_1_1_2   =  ''
VBOX_SECNAME_1_2     =  ''
VBOX_SECTION_1_2_1   =  ''
VBOX_SECTION_1_2_2   =  ''
#------------------------------------------------------------------------------
# end of config.txt
#------------------------------------------------------------------------------