can some1 modify this for 64k.
thx
MS
> Hi,
>
> Thanks Nimrod S. Carmi,- your script is 100% working (attached).
>
> One can connect Linux using isdn4linux to the BezeqInt
> 128k ISDN line.
>
> Connection speed "mini-benchmark"
> ---------------------------------
> Download netscape3.exe from ftp.bezeqint.net
> If connecting on a single 64k channel, the speed is 6.5Kb/s
> If connecting on a bundled 128k channel, the speed is 11.3Kb/s
>
> BTW, don't expect for help from BezeqInt.
> They don't know what Linux is ;-(
>
> All the best,
>
> Alex Rier |
> Linux Consultant | Tel: +972-52-442549
> Breakthrough Ltd. | FAX: +972-3-5364060
> http://www.breakt.co.il | mailto:[EMAIL PROTECTED]
>
>
> ----------------
>
> #!/bin/bash
> /usr/sbin/isdnctrl addif ippp0
> /usr/sbin/isdnctrl addslave ippp0 ippp1
> /usr/sbin/isdnctrl secure ippp0 on
> /usr/sbin/isdnctrl secure ippp1 on
> /usr/sbin/isdnctrl addphone ippp0 out 136014
> /usr/sbin/isdnctrl addphone ippp1 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 l2_prot ippp1 hdlc
> /usr/sbin/isdnctrl l3_prot ippp1 trans
> /usr/sbin/isdnctrl encap ippp1 syncppp
> /usr/sbin/isdnctrl huptimeout ippp0 3600
> /usr/sbin/isdnctrl huptimeout ippp1 3600
> /usr/sbin/ipppd /dev/ippp0 /dev/ippp1
> /sbin/ifconfig ippp0 up
> sleep 4
> /usr/sbin/isdnctrl dial ippp0
> /usr/sbin/isdnctrl dial ippp1
> sleep 7
> route add default ippp0
>
> ----------------
>
>
> =================================================================
> To unsubscribe, send mail to [EMAIL PROTECTED] with
> the word "unsubscribe" in the message body, e.g., run the command
> echo unsubscribe | mail [EMAIL PROTECTED]
>
=================================================================
To unsubscribe, send mail to [EMAIL PROTECTED] with
the word "unsubscribe" in the message body, e.g., run the command
echo unsubscribe | mail [EMAIL PROTECTED]