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

Re: [linux-team] Log PPPD



Merci pour ton aide.

Ci-dessous tu trouveras le script qui lance la connexion en appelant le
fichier .chat
J'ai également configuré les fichiers chap-secrets et pap-secrets avec mon
login et mon password.

Hugues

>Si tu nous montrais
>1) la config de pppd
----------------------------------------------------------------------------
-------
                ppp-up
----------------------------------------------------------------------------
-------
#!/bin/sh
#
# /etc/ppp/ppp-up
#
# Aufbau einer PPP Verbindung
#
localip=0.0.0.0
remoteip=
device=/dev/ttyS1
pppflags="57600 modem debug defaultroute user hugues.mertens name
hugues.mertens"
/usr/sbin/pppd lock connect \
        '/usr/sbin/chat -v -f /etc/ppp/openweb.chat' \
        $device $pppflags $localip:$remoteip

----------------------------------------------------------------------------
-------
                openweb.chat

----------------------------------------------------------------------------
-------
ABORT BUSY
ABORT 'NO CARRIER' ''
AT OK-AT-OK AT\&F\&D0\&B1\&H1\&R2\&C1\&D2
OK ATDT311195
CONNECT ''



---------
This message was sent by Majordomo 1.94.3. Please report problems to
manu@rtfm.be. If you want to be deleted from the list, send a mail to
majordomo@rtfm.be with "unsubscribe linux-team" in the body.