>    Morgen,

>    wie bekomme ich meinen Rechner dazu, zu bestimmten Zeiten eine
>Verbindung �ber ippp0 herzustellen?

>    Danke Sebastian

Ich habe einen cron-job der das regelmaessig macht (und dabei mail und news
abholt)

# export EDITOR=[dein lieblings-editor]
# crontab -e
20 5 * * * /etc/ppp/getmail
45 12 * * * /etc/ppp/getmail

Ruft um 5h20 und um 12h45 obige script:
/etc/ppp/getmail:
#! /bin/sh
/sbin/isdntrl verbose 3
/sbin/isdntrl dial ippp0

# chmod 700 /etc/ppp/getmail

und in /etc/ppp/ip-up:
case "$BASENAME" in
ip-up)
    #..
    /usr/bin/fetchmail -a ...
    /usr/sbin/fetch
    /usr/sbin/sendmail -q

Mehr davon auf
http://www.toetsch.at/de/tips/linux/99/07.htm

leo

-
To unsubscribe from this list please send a mail to [EMAIL PROTECTED] with
'unsubscribe suse-isdn' in its body.

Antwort per Email an