#!/bin/sh # i4l.conf Configuration file for isdn subsystem # Comments to Jeroen van Pelt # File locations - Adjust to your situation ISDNCTRL=/sbin/isdnctrl IFCONFIG=/sbin/ifconfig ROUTE=/sbin/route IPPPD=/sbin/ipppd MODPROBE=/sbin/modprobe HISAXCTRL=/sbin/hisaxctrl ISDNLOG=/sbin/isdnlog # Card configuration # Take a look at /usr/src/linux/Documentation/isdn/README.HiSax TYPE=3 # Type of ISDN card PROTOCOL=2 # 2 for Euro ISDN (OK for Holland) ISDN_IO=0xd80 # IO address of ISDN card ISDN_IRQ=10 # IRQ of ISDN card # Data for XS4ALL.NL PROV1_MSN=********** # Provider's MSN PROV1_IP=194.109.6.66 # Provider's IP number # Do not set this to 0.0.0.0 if you also have a LAN REMNAME=xs4all.nl # Remote domain name # Local configuration data DYN_IP=YES # Change to NO in case of static IP MY_MSN=********** # Without leading zero MY_IP=194.109.6.0 # If static IP change this to IP number # Do not set this to 0.0.0.0 if you also have a LAN NAME=******* # XS4ALL username STARTLOG=NO # Set to YES if you want to start isdnlog DOD=NO # Change to YES if you want Dial-On-Demand # Set $DIALMODE to 'auto' if you set this to YES # IPPP0 configuration - No need to change this! IF0=ippp0 # Interface name HUPTO=180 # Hang-up-timeout for $IF0 SECURE=on # Security L2_PROT=hdlc # level 2 protocol L3_PROT=trans # level 3 protocol ENCAP=syncppp # syncppp or rawip (Leave this to syncppp for XS4ALL) BINDNAME=0 # Name to $IF0 is bound to DIALMODE=manual # Configures DialOnDemand # 'manual' does NOT automaticly disconnect # HUPTO won't do a thing # When set to 'auto', set $DOD to 'YES'