First page Back Continue Last page Summary Graphic
Building the scripts
In order to make the ISDN start dialing we need to type a lot of commands per reboot so it will be esaier to build a script that will contain all the commands.
First we should build the options files in /etc/ppp.
The first file is: /etc/ppp/pap-secrets in this file you should put your username and password. Open this file with a regular text editor (pico for example) and edit it like this:
<Your username here> * <Your password here>
The second file is /etc/ppp/ioptions in this file you can put options to your ISDN card like:
lock
user <your username here>
noipdefault
ipcp-accept-local
ipcp-accept-remote
Notes: