Some scripts for ISDN 4 Linux routers

my Versions of SuSE Linux Scripts

Since I found there are some problems with some SuSE Scripts, I had to patch a little. Usually you don't want to use them, but maybe you have more than one interface or a more complex routing than one (1) default route...
just Browse and take a look...

Get mail by cron script

Some people get mail with fetchmail by cron useing dial on demand. There might be problems (i.e. dial up the right interface and so on). Since I found my simple solution working well, and posted similar scripts to mailinglists, it may be usefull for some people. It's a small bash-script.

OLD Timeout-Script

You want isdnlog - not this.
Isdnlog's "STOPCMD" is a stable version of this.
I wrote a simple perl script, which counts down a timer synced with disk every five seconds. This works with SuSE 5.3 Distribution, but it's easy to change, it was build before... If timer becomes zero, the ISDN Driver (hisax driver) will be unloaded. This crashes all active connections of course. There are a CGI interface to set the timer value. A german README is included.
It may be used under the terms of the Gnu Public Licence
There is no warranty at all!
Download here, but you have to know: it hasn't an automatic installer, so you are on your own! You need at least to place a call to the script (i.e. "/sbin/time.pl &") at the right place in "/etc/ppp/ip-up". You are on you own!!