From owner-freebsd-questions Fri May 30 21:28:33 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id VAA04765 for questions-outgoing; Fri, 30 May 1997 21:28:33 -0700 (PDT) Received: from obie.softweyr.ml.org ([199.104.124.49]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id VAA04760 for ; Fri, 30 May 1997 21:28:29 -0700 (PDT) Received: (from wes@localhost) by obie.softweyr.ml.org (8.7.5/8.6.12) id VAA24017; Fri, 30 May 1997 21:41:27 -0600 (MDT) Date: Fri, 30 May 1997 21:41:27 -0600 (MDT) Message-Id: <199705310341.VAA24017@obie.softweyr.ml.org> From: Wes Peters To: robert@chalmers.com.au CC: questions@freebsd.org Subject: Ordinary ppp getting closer. Connecting.. In-Reply-To: <338E0124.CE9@chalmers.com.au> References: <338E0124.CE9@chalmers.com.au> Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk 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