Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 30 May 1997 21:41:27 -0600 (MDT)
From:      Wes Peters <softweyr@xmission.com>
To:        robert@chalmers.com.au
Cc:        questions@freebsd.org
Subject:   Ordinary ppp getting closer. Connecting..
Message-ID:  <199705310341.VAA24017@obie.softweyr.ml.org>
In-Reply-To: <338E0124.CE9@chalmers.com.au>
References:  <338E0124.CE9@chalmers.com.au>

next in thread | previous in thread | raw e-mail | index | archive | help
robert@chalmers.com.au writes:
 > Ok,
 > closer each step. Now I can connect, but it doesn't want to set up a 
 > route it seems.
 > 
 > /etc/ppp/ppp.conf;
 > #############################################################################
 > default:
 >  set device /dev/cuaa1
 >  set speed 38400
 >  disable lqr
 >  deny lqr
 >  set dial "ABORT BUSY ABORT NO\\sCARRIER TIMEOUT 5 \"\" ATE1Q0 OK-AT-OK
 > \\dATDT\
 > \T TIMEOUT 40 CONNECT\\s38400"
 > #  If you prefer to use PAP authentication, use this one.
 > #       % ppp iij-pap
 > iij-pap:
 >  set phone nnnnnnn
 >  enable pap
 >  disable chap
 >  set debug Chat

Try turning on some more debugging; this will give you more information
in the log file.  To debug connection problems, I use:

 set debug phase chat lcp

This will show you phase changes and all of the LCP negotiations, which
may help diagnose why your line is going down.

BTW, if your modem is faster than 14,400 bps you should increase your
speed to 57600 or 115200.  38400 is close enough to both 28800 and 33600
to limit the transfer speed.

-- 
          "Where am I, and what am I doing in this handbasket?"

Wes Peters                                                       Softweyr LLC
http://www.xmission.com/~softweyr                       softweyr@xmission.com






Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199705310341.VAA24017>