RE: ADSL automatic re-dialing

2001-02-05 Thread Haim Gelfenbeyn
Well, my connection died only once, and I don't think Barak uses any kind of idle time limiting (after all, ADSL is all-time-up connection!). But: we have Frame Relay at work, and I monitor the router via SNMP, and at least once a month there are short service outages. While Frame-Relay will re-co

RE: ADSL automatic re-dialing

2001-02-04 Thread Haim Gelfenbeyn
Yes this is what I'm doing... Hopefully will have a complete solution (ppp scripts plus /etc/rc.d/init.d/adsl to automatically start the connection on bootup). Will post it here if I find it sufficiently generic and good for common use. Haim. > > try to use the ppd option to run a script when t

Re: ADSL automatic re-dialing

2001-02-04 Thread Dani Arbel
try to use the ppd option to run a script when the ppp session terminates. This script will kill the old pptp and start a new one .. On Sun, 4 Feb 2001, Haim Gelfenbeyn wrote: > Well, my connection died only once, and I don't think Barak uses any > kind of idle time limiting (after all, ADSL is

Re: ADSL automatic re-dialing

2001-02-04 Thread Dani Arbel
> enough to down ppp0 and killall pptp. You also need to > "rm -f /var/run/pptp/10.0.0.138" or pptp will complain and won't start > next time you try to connect. I did encounter that problem , but not after killall pptp . This is something that has still to be fixed in the pptp though. Dani > >

ADSL automatic re-dialing

2001-02-04 Thread Haim Gelfenbeyn
Well, my connection died only once, and I don't think Barak uses any kind of idle time limiting (after all, ADSL is all-time-up connection!). But: we have Frame Relay at work, and I monitor the router via SNMP, and at least once a month there are short service outages. While Frame-Relay will re-co

Re: ADSL automatic re-dialing

2001-02-04 Thread Dani Arbel
Haim, Why does your connection die in the first place? Mine never does. Maybe your ISP limits your idle time? try running something like xntp with frequent updates, so it will keep the connection up? Dani On Sun, 4 Feb 2001, Haim Gelfenbeyn wrote: > Hello, > I'm trying to make my Linux box re-di

ADSL automatic re-dialing

2001-02-04 Thread Haim Gelfenbeyn
Hello, I'm trying to make my Linux box re-dial automatically if ADSL connection dies. I often need to access my home computer from work, so manual dialing is not an option. The problem is, I don't know what happens on the Linux side if connection dies... My first try is to create /etc/ppp/ip-down