From owner-freebsd-questions Wed Apr 8 04:02:07 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id EAA10876 for freebsd-questions-outgoing; Wed, 8 Apr 1998 04:02:07 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from server4.mpcbbs.com.br (server4.mpc.com.br [200.246.0.252]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id EAA10858 for ; Wed, 8 Apr 1998 04:02:02 -0700 (PDT) (envelope-from capriotti@geocities.com) Received: from hot_nt (node44.mpc.com.br [200.246.0.44]) by server4.mpcbbs.com.br (8.8.6/8.8.6) with SMTP id IAA06561; Wed, 8 Apr 1998 08:01:33 -0300 (EST) Message-Id: <3.0.32.19980408195559.00ba36f0@pop.mpc.com.br> X-Sender: capriotti@pop.mpc.com.br X-Mailer: Windows Eudora Pro Version 3.0 (32) Date: Wed, 08 Apr 1998 19:56:36 -0300 To: Doug White , "Michael P. Sale" From: Capriotti Subject: Re: newbie ppp question. Cc: freebsd-questions@FreeBSD.ORG Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG At 12:08 AM 4/8/98 -0700, Doug White wrote: >On Tue, 7 Apr 1998, Michael P. Sale wrote: > >> ppp ON freebsd> I suspect ppp or pap is failing somewhere, but won't know >> for shure untill I get in touch with the NAS/radius guy toomorrow. Does >> anyone know of a way to go into a debug mode to watch the negotiation? > >Take a look in ppp.conf.sample and the totally abusive `set log' command. >If you're using it, then /var/log/ppp.log will be huge :-) > >Mine looks like: > >set log Phase Chat Connect Carrier hdlc LCP IPCP CCP tun > Additionaly, check your modem initialization string. It is VERY sensitive, ad any typo or extra characters may interfere. Check out ppp.conf.sample (/etc/ppp) One more thing: call ppp using ppp -alias impulse You may also want to check for your login script. It seems it is not logging in. After calling ppp the sequence would be: ppp ON brain> dial Dial attempt 1 of 10 Phone: 2345678 dial OK! login OK! ppp ON brain> Packet mode. ppp ON brain> PPP ON brain> After "login ok", the "Packet mode" is automatic. Next you will receive 2 empty prompts, which is also automatic. Voila ! you're connected. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message