First page Back Continue Last page Summary Graphic
Building the scripts
Second we should build a dialing script:
First we need to load the ISDN module into the kernel so we should type:
modprobe hisax type=XX protocol=2
(replace the XX with your ISDN card number - AVM Fritz!PCI = 27)
then we should add some more configurations:
isdnctrl addif ippp0
isdnctrl eaz ippp0 <Your ISDN phone number>
isdnctrl addphone ippp0 out <your ISP phone number>
isdnctrl huptimeout ippp0 60
isdnctrl encap ippp0 syncppp
isdnctrl l2_prot ippp0 hdlc
isdnctrl l3_prot ippp0 trans
isdnctrl verbose 2
After we finish setting up the ISDN card, we take care of regular networking details:
ifconfig ippp0 10.0.0.1 pointtopoint 10.0.0.2
ifconfig ippp0 up
Notes: