# /etc/sysconfig/isdn-syncppp # # Configuration File for SyncPPP over ISDN # # Copyright 1997 Peter Bieringer # # # Version 2.01 # # Changes since 2.00: add a second phone number out ##### Global ISDN Section # Enable/Disable {yes|no} ISDNSyncPPP=yes # Device Label ISDNDEVICE="ippp0" # ipppd binary IPPPDBIN="/usr/local/sbin/ipppd" # SyncMPPP on {yes|no} ISDNSyncMPPP=no # Device Label for MPPP ISDNDEVICEM="ippp128" ##### Configuration # Local ISDN Number ISDNLOCALNUMBER="08936109687" # Remote ISDN Number (Point-to-Point SP) ISDNREMOTENUMBER="0892881010" #ISDNREMOTENUMBER="0892881190" #ISDNREMOTENUMBER2="0892881190" # Maximal Dial up Tries before give up ISDNDIALMAX="5" # ISDN Hangup Timeout In Seconds ISDNHUPTIMEOUT="600" # ISDN Charge Hangup Control {on|off} ISDNCHARGEHUP="off" # Dynamic IP Address Direction {yes|no} PPPIPDYNAMIC=yes # Point-to-Point Local IP PPPIPLOCAL="129.0.0.1" # Point-to-Point Remote IP PPPIPREMOTE="129.0.0.2" # PPP User Name PPPUSER="tum10795@studtum" ##### Private Internet # Enable/Disable IP Masquerading for Private Internet {yes|no} ISDN2PRIVATE=yes # Masquerading Modules IPMASQMODULES="ip_masq*" # IP-Address Of Private Network PRIVATEIPNETWORK="192.168.1.0"