Ben wrote:

> Aug 31 11:14:27 charon pppd[1679]: sent [IPCP ConfReq id=0x1 <addr
> 10.10.10.1> <compress VJ 0f 01>]
> Aug 31 11:14:27 charon pppd[1679]: rcvd [IPCP ConfReq id=0x2 <addr
> 204.146.245.25> <compress VJ 0f 01>]
> Aug 31 11:14:27 charon pppd[1679]: sent [IPCP ConfNak id=0x2 <addr
> 10.10.10.2>]
> Aug 31 11:14:27 charon pppd[1679]: rcvd [IPCP ConfNak id=0x1 <addr
> 166.72.238.108> <compress VJ 0f 01>]
> Aug 31 11:14:27 charon pppd[1679]: sent [IPCP ConfReq id=0x2 <addr
> 10.10.10.1> <compress VJ 0f 01>]
> 
> with my ppp-on looking like:
> 
> #!/bin/sh
> #
> # Script to initiate a ppp connection. This is the first part of the
> # pair of scripts. This is not a secure pair of scripts as the codes
> # are visible with the 'ps' command.  However, it is simple.
> #
> # These are the parameters. Change as needed.
> TELEPHONE=4192501     # The telephone number for the connection
> # Export them so that they will be available at 'ppp-on-dialer' time.
> export TELEPHONE 
> # This is the location of the script which dials the phone and logs
> # in.  Please use the absolute file name as the $PATH variable is not
> # used on the connect option.  (To do so on a 'root' account would be
> # a security hole so don't ask.)
> DIALER_SCRIPT=/etc/ppp/ppp-on-dialer
> # Initiate the connection
> exec /usr/sbin/pppd debug demand modem crtscts /dev/ttyS0 38400 \
>       asyncmap 20A0000 escape FF kdebug 0 10.10.10.1:10.10.10.2 \
>       noipdefault name internet.usinet.wern1 netmask 255.255.255.0 \
>          defaultroute connect $DIALER_SCRIPT
> 
        remove the 0 10.10.10.1:10.10.10.2 from your options. everything up
to the IP address negotiation was fine according to the debug.

        cheers

        andreas

        PS there seems to be a bit of a delay on my postings, so you might
get this after everyone else has already solved the problem. :)

-
To unsubscribe from this list: send the line "unsubscribe linux-ppp" in
the body of a message to [EMAIL PROTECTED]

Reply via email to