#------------------------------------------------------------------------- # Optional package: ISDN #------------------------------------------------------------------------- OPT_ISDN='yes' # use ISDN: yes or no ISDN_TYPE='34' # type, e.g. Gazel ISA. Voir liste ISDN_IO='0x240' # io, e.g. 0x240 for Gazel ISA. Voir isapnp.conf !!! ISDN_IO0='' # io0 ISDN_IO1='' # io1 ISDN_MEM='' # mem ISDN_IRQ='12' # irq, e.g. 12 for Gazel ISA (mon cas) ISDN_DEBUG_LEVEL='31' # debug level (hisax driver) ISDN_VERBOSE_LEVEL='2' # verbose level #------------------------------------------------------------------------- # ISDN compression (EXPERIMENTAL): #------------------------------------------------------------------------- OPT_ISDN_COMP='no' # use LZS or BSD compression: 'yes' or 'no' ISDN_LZS_DEBUG='1' # debug level lzscomp (0..3) ISDN_LZS_COMP='8' # compression level lzscomp (0..9) ISDN_LZS_TWEAK='7' # tweak lzscompr (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='mydomain.dd' # circuit MSN ISDN_CIRC_1_USEPEERDNS='no' # use dns server of your provider: 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_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='1500' # max transmission unit (use 1500 if comp!) ISDN_CIRC_1_MRU='1524' # maximum receive unit ISDN_CIRC_1_COMPRESSION='no' # compress headers/frames, see docum. ISDN_CIRC_1_FRAMECOMP='default' # type of framecompression, see docum. ISDN_CIRC_1_IPX_NETWORK='' # optional: ipx network ISDN_CIRC_1_IPX_NODE='' # optional: ipx nodes local:remote ISDN_CIRC_1_REMOTENAME='aaaaa;bbb' # optional: remote hostname for dialin ISDN_CIRC_1_USER='my.id.login' # User-ID to login into provider's gateway ISDN_CIRC_1_PASS='my-password' # Password for login ISDN_CIRC_1_ROUTE='0.0.0.0' # this is the default route ISDN_CIRC_1_DIALOUT='0860922000' # 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='5255' # your MSN (without area code) ISDN_CIRC_1_SLAVE_EAZ='' # optional slave MSN for channel bundling 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='175' # Hangup after 175 seconds idle time ISDN_CIRC_1_CHARGEINT='180' # 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 #------------------------------------------------------------------------- #------------------------------------------------------------------------- # telmond configuration: #------------------------------------------------------------------------- OPT_TELMOND='yes' # 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 n TELMOND_LOGDIR='/var/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. 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