[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: ISDN 128k Summary
On Wed, 16 Aug 2000, Shapira Home Mail wrote:
> can some1 modify this for 64k.
> thx
> MS
>
Hi
Just give up the ippp1 configuration
#!/bin/bash
/usr/sbin/isdnctrl addif ippp0
/usr/sbin/isdnctrl secure ippp0 on
/usr/sbin/isdnctrl addphone ippp0 out 136014
/usr/sbin/isdnctrl l2_prot ippp0 hdlc
/usr/sbin/isdnctrl l3_prot ippp0 trans
/usr/sbin/isdnctrl encap ippp0 syncppp
/usr/sbin/isdnctrl huptimeout ippp0 3600
/usr/sbin/ipppd /dev/ippp0
/sbin/ifconfig ippp0 up
sleep 4
/usr/sbin/isdnctrl dial ippp0
sleep 7
route add default ippp0
and don't forget the files in /etc/ppp:
pap-secrets: username * password
ioptions: username
It should work.
Ishai
=================================================================
To unsubscribe, send mail to linux-il-request@linux.org.il with
the word "unsubscribe" in the message body, e.g., run the command
echo unsubscribe | mail linux-il-request@linux.org.il