First page Back Continue Last page Summary Graphic
Building the scripts
After all those commands we will finaly run the ipppd with the option files we created:
ipppd file /etc/ppp/ioptions /dev/ippp0
isdnctrl dial ippp0
Now we are connected to the internet with ISDN speed.
and to disconnect we just have to type the command: isdnctrl hangup ippp0
all those commands we can insert into a dialup script and change its permission so we can execute it: chmod 700 <script name>
If we really want to, we can do a script for the disconnection command so in order to dial we will type: isdn-up
and to disconnect we will type: isdn-down
Notes: