From owner-freebsd-questions Tue Dec 29 10:10:56 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id KAA25579 for freebsd-questions-outgoing; Tue, 29 Dec 1998 10:10:56 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from out5.ibm.net (out5.ibm.net [165.87.194.243]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id KAA25573 for ; Tue, 29 Dec 1998 10:10:55 -0800 (PST) (envelope-from jmwraal@ibm.net) Received: from kato (slip-32-100-148-2.wa.us.ibm.net [32.100.148.2]) by out5.ibm.net (8.8.5/8.6.9) with SMTP id SAA83398; Tue, 29 Dec 1998 18:10:35 GMT From: "James Wraalstad" To: "'Michael G.'" , Subject: RE: PPP script for IBM network Date: Tue, 29 Dec 1998 10:08:16 -0800 Message-ID: <000101be3356$64cb4640$0a00000a@kato.panther.net> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook 8.5, Build 4.71.2173.0 Importance: Normal In-Reply-To: <199812282332.XAA48674@out4.ibm.net> X-MimeOLE: Produced By Microsoft MimeOLE V4.72.3155.0 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Please read the man page for pppd. Please read the ppp FAQ. I believe that your problem is that the "+ua" options is considered obsolete. You need three files in /etc/ppp options file: *************************************************************************** 115200 #set your port speed user internet.usinet.youridgoeshere domain ibm.net defaultroute noipdefault *************************************************************************** pap-secrets file: *************************************************************************** internet.usinet.youruserid * yourpasswd *************************************************************************** pppdialup (or whatever you want to call your dialup script): *************************************************************************** #login script # replace XXX with the ibm number you want to connect with pppd /dev/cuaa0 connect 'chat -v "" atm0 "OK" atdtXXX-XXX-XXXX "CONNECT"' *************************************************************************** > -----Original Message----- > From: owner-freebsd-questions@FreeBSD.ORG > [mailto:owner-freebsd-questions@FreeBSD.ORG]On Behalf Of Michael G. > Sent: Monday, December 28, 1998 2:53 PM > To: Freebsd-questions@FreeBSD.ORG > Subject: PPP script for IBM network > > > Does anyone by chance have a good ppp script for the IBM > network? Thus far I've frustratingly unsuccessful in my > attempts... The Linux help they provide is useless. > > Thanks for any help. > > Michael G. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message