From owner-freebsd-questions Sun Jul 5 13:42:41 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id NAA00939 for freebsd-questions-outgoing; Sun, 5 Jul 1998 13:42:41 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from top.worldcontrol.com (surf52.cruzers.com [205.215.232.52]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id NAA00915 for ; Sun, 5 Jul 1998 13:42:35 -0700 (PDT) (envelope-from brian@worldcontrol.com) From: brian@worldcontrol.com Received: (qmail 407 invoked by uid 100); 5 Jul 1998 20:36:27 -0000 Message-ID: <19980705133622.A351@top.worldcontrol.com> Date: Sun, 5 Jul 1998 13:36:23 -0700 To: "Nghia Van Nguyen \(Nick\)" Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Dail out: ppp Mail-Followup-To: "Nghia Van Nguyen (Nick)" , freebsd-questions@freebsd.org References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.91i In-Reply-To: ; from Nghia Van Nguyen (Nick) on Sun, Jul 05, 1998 at 01:32:13PM -0400 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On %M 0, "Nghia Van Nguyen (Nick)" wrote: > default: > set device /dev/cuaa1 > set speed 115200 > set dial "ABORT BUSY ABORT NO\\sCARRIER TIMEOUT 5 \"\" AT OK-AT-OK ATE1Q0 OK \\dATDT\\T TIMEOUT 40 CONNECT" It may depend on which version of /usr/sbin/ppp you are using, but you might try the following two changes and then email to the list the data in /var/log/ppp.log and/or /var/log/ppp.tun0.log, or from whereever the ppp log info ends up. > infinet: set log +phase +chat +lqm +lcp +ipcp +ccp > set phone 5445335 > set login "TIMEOUT 5 login:-\\r-login: myname word: password" > set timeout 120 set ifaddr 10.10.10.10/0 10.10.11.11/0 0.0.0.0 0.0.0.0 > add 0 0 HISADDR You could also try setting the ifaddr line to set ifaddr 0/0 0 To properly get the PPP log data you might also have to add !ppp *.* /var/log/ppp.log to /etc/syslog.conf and kill -1 `cat /var/run/syslogd.pid` This depends on the version of PPP again, but should be a harmless change. > root =>ppp > Working in interactive mode > Using interface: tun0 > ppp ON dragon> dial infinet > Dial attempt 1 of 1 > dial OK! > login OK! > ppp ON dragon> Packet mode. > ppp ON dragon> To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message