Configuring Macintosh PPP for Brandeis Computer Science Connections -- Text Only Version

Instructions for Setting Up PPP (Point to Point Protocol) in MacOS.

Download FreePPP for the Macintosh and unstuff it using Stuff-It Expander. Sometimes Stuff-It Expander automatically runs, this is OK.

In the folder called “FreePPP Installer” just created (most likely it is on your desktop, or wherever you downloaded the unstuffed file to) open the FreePPP Installer by double-clicking on the icon.

Follow the instructions the installer gives. Choose the “Easy Install”.

When the installer is finished, restart the computer so the new settings take effect.

On your hard drive, the installer created a folder called “FreePPP Folder”. Go into that folder, and double-click on the “FreePPP Setup” icon to open up the setup utility.

In a FreePPP setup, use the “Import Script” menu option with the following script.

You must make the script a text file first, and then import the script. The following is what you should put in the text file:

script starts below:


!
@ANSWER
@HANGUP
EXIT 0
!
@ORIGINATE
!
CHRDELAY 1
!
@LABEL 10
MATCHCLR
MATCHSTR 1 11 " username: "
MATCHREAD 300
NOTE "Connect script couldn't match \34 username: \34" 3
JUMP 99
!
@LABEL 11
IFSTR 11 12 ""
IFSTR 11 12 ""
PAUSE 1
WRITE "^u\13"
JUMP 13
!
@LABEL 12
ASK 0 "Please enter name: "
WRITE "^*\13"
!
@LABEL 13
MATCHCLR
MATCHSTR 1 14 " password: "
MATCHREAD 300
NOTE "Connect script couldn't match \34 password: \34" 3
JUMP 99
!
@LABEL 14
IFSTR 12 15 ""
PAUSE 1
WRITE "^p\13"
JUMP 16
!
@LABEL 15
ASK 1 "Please enter password: "
WRITE "^*\13"
!
@LABEL 16
MATCHCLR
MATCHSTR 1 17 " annex: "
MATCHREAD 300
NOTE "Connect script couldn't match \34 annex: \34" 3
JUMP 99
!
@LABEL 17
PAUSE 1
WRITE "ppp\13"
!
@LABEL 18
MATCHCLR
MATCHSTR 1 90 " PPP.\13\10"
MATCHREAD 300
NOTE "Connect script couldn't match \34 PPP.\13\10\34" 3
JUMP 99
!
@LABEL 90
PAUSE 1
EXIT 0
!
@LABEL 99
PAUSE 60
EXIT -6002 "Connection script failed." 


Note: If you’d like a hard copy of these instructions, click on File in the upper left hand corner of your screen. Then click on Print. Click on Ok.


If you need additional help with configuring PPP, please call X62740, or send e-mail to guru@cs.brandeis.edu Last Modified: Jan. 7, 2000