Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 29 Dec 1998 10:08:16 -0800
From:      "James Wraalstad" <jmwraal@ibm.net>
To:        "'Michael G.'" <mikegoe@ibm.net>, <Freebsd-questions@FreeBSD.ORG>
Subject:   RE: PPP script for IBM network
Message-ID:  <000101be3356$64cb4640$0a00000a@kato.panther.net>
In-Reply-To: <199812282332.XAA48674@out4.ibm.net>

next in thread | previous in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?000101be3356$64cb4640$0a00000a>