hey,
This is getting annoying I think people should start looking in the
list archive before coming here or something.
Anyways, use the attached script.
On Sat, 12 Aug 2000, Ishai Parasol wrote:
>
> Hi
>
> I'm trying to get connected to my isp (bezeqint) with 128k isdn but all i
> can get is 64k. I have both chanlles connected, I get in /sbin/route
> output the same ip for ippp0 & ippp1, I'm losing my phone line (which
> means the two lines are busy) but still get kbps of only 64k.
> Should I configure ipppd somehow through the ioptions file ? right now the
> file contains only my username.
> Help is really needed here.
>
> TIA
>
> Ishai
>
>
> =================================================================
> 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]
>
>
>
=---=
Nimrod Simba Carmi,
School Sucks
http://www.schoolsucks.com
http://www.schoolsucks.co.il
Phone: +972-5423-9910
Fax: +972-6651-5473
"... Have you heard the news? The dogs are dead!
You better stay home and do as you're told
Get out of the road if you want to grow old."
-- Attached file included as plaintext by Listar --
-- File: isdn.1
#!/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
#/sbin/ifconfig ippp1 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]