Configuring a Connect Script for the FreePPP Setup


What it is


A connect script is a way of automating a manual dial attemot. For example, when you dial manually, you issue the dial command ("atdt the phone number and hit "return"), then wait for the screen to say "xxx-xxx Login:" and then type the userid. After you hit return, it will ask you for a password. When you type that in and hit return, you're in.

The connect script tells the dialler to "wait until to see a specific text string, then send the text string I tell you to send". You do this once for the userid, once for the password, and that's it. It's a bit slower than standard authenticating via Password Authentication Protocol (PAP), but every now and then, that's just what's needed.


Procedure

  1. Bring up the FreePPP Setup from the Erol's Internet folder
  2. Click on "Accounts"
  3. Click on "Edit" In the middle of the screen you'll see this:

    Click on "Directly" and select "Using Connect Script" from the list.

  4. Immediatly under where it now says "Using Connect Script" there isa button labeled "Edit Connect Script". Click it. You will see a screen like this:

    Configure it so that it looks like this:

  5. Click on "OK" when done.

Any settings in the connect script are supposed to override the username and password settings in the screen in front of them. All the same, it's probably wise to remove both from this screen. Why take chances, eh? >