[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: [Debian]:Verbindung zu Internet konfigurieren (kppp)



On Sun, Oct 10, 1999 at 01:15:09AM +0200, Gerhard Schromm wrote:
> thomasb@trash.net (Thomas Bader) writes:
> 
> > Ich würde einmal 'wvdial' ausprobieren. Ist viel besser als kppp.
> > Deutsche Anleitung gibts unter [1].
> 
> Unter Debian ist die Methode der Wahl pppconfig. Danach mit pon
> <provider> online gehen, mit poff Verbindung abbrechen.
> 
> <provider> ist der Name den man bei pppconfig angegeben hat.

BTW, ich habe dazu noch zwei shell-funktionen die mir anzeigen von wann
bis wann ich online war. ein weiteres nice to have feature:

pppon ()
{
    date >/tmp/pppdate;
    /usr/bin/pon $*
}
pppoff ()
{
    date >>/tmp/pppdate;
    /usr/bin/poff;
    cat /tmp/pppdate;
    rm /tmp/pppdate
}


-- 
chiba:~# for BILL in 6 6 6; do nuke; done
It took 124 years to destroy the world.
It took 42 years to destroy the world.
You win!  500 years without destruction!
------------------------------------------------
Um sich aus der Liste auszutragen schicken Sie
bitte eine E-Mail an majordomo@jfl.de die im Body
"unsubscribe debian-user-de <deine emailadresse>"
enthaelt.
Bei Problemen bitte eine Mail an: Jan.Otto@jfl.de
------------------------------------------------
Anzahl der eingetragenen Mitglieder:     732


Reply to: