[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
RE: [linux-team] Log PPPD
Mets 0.0.0.0:0.0.0.0 dans toute tes adresses variables
.......................
Avec cette valeur le systeme sais que l'adresse doit être négociée
.................
Ca fonctionne trés bien même quand "tu discutes" avec NT
> -----Original Message-----
> From: Hugues Mertens [SMTP:hugues.mertens@openweb.be]
> Sent: Friday, June 04, 1999 2:42 PM
> To: linux-team@rtfm.be
> Subject: 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.
---------
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.