Welcome   ||  About Us   ||  Extranet   ||  Intranet   ||  Clients   ||  Publishing   ||  Services   ||  Maine.Com
MaineStreet Communications, Inc.

|Windows 95 PPP Connection|
  
Required Hardware

  Linux

  Macintosh

  Windows 3.1

  Windows 95

Configuration & IP Software

  Network Settings

  FreePPP

  Linux/Unix PPP

  Access-Only

  Trumpet Winsock

  Win95 PPP

Application Software
(Members only)

  Eudora

  EWAN

  FTP

  Netscape

  ODBC

  Samba for Win95

  TFS Gateway

  WebStor

  WinVN

Search the site


  Accounting

  Configuration

  Handbook


Windows 95 Configuration Information

While you are still online, get the ppp script and install it according to the instructions that follow. Then check your mailbox one last time. There should be a piece of mail waiting with recovery instructions in case things don't go quite right!

This set of instructions should lead you through the simple steps of reconfiguring your existing slip or previous setup. You should complete these steps even if you have been previously set up to run PPP.

Step 1

  • Sign on as you normally would and go to your browser.
  • Make sure you have a Dynamic PPP login (MaineStreet supports many types of login: shell, ppp, slip, static addressing, XRemote.)
  • Enter your userid and password since you will be going into a secure area.
  • Select the option of PPP and click on the submit button.
  • Wait a minute to allow the change to take effect and then proceed with the following steps.

Step 2

You must have Dial-Up scripting installed from the Win95 CD-ROM.

  • Double click on "My Computer"
  • Double click on "Control Panels"
  • Double click on "Add/Remove Software"
  • Click on the Windows Setup tab
  • Click Have Disk button
  • Click Browse button
  • It is located in d:\admin\apptools\dscript

NOTE: "d:\" may be "e:\" on your computer

Server Types Dialog Image

Step 3

  • Double click on "My Computer"
  • Double click on "Dialup Networking"
  • Click once on the MaineStreet Icon with the right (secondary)mouse button
  • Click once on "Properties". This will open up a dialog box.
  • In this dialog locate and click on the "Server Type" button in the lower right hand corner.
  • On this screen there are a few items to verify/change, they are:
  • Choose the PPP... server type in the drop down list at the top.
  • Ensure that ONLY the Compression option and TCP/IP option are checked. THE LOG ON TO NETWORK OPTION MUST NOT BE CHECKED!
  • Click on OK and on OK again in the previous window.
  • Close all other windows if you desire.

Step 4

  • Click on the start button.
  • Go to Programs, Accessories, Dial up Scripting Tool
  • Ensure that the MaineStreet icon is selected on the left
  • Remove any check marks that may be on the right
  • Click on Apply
  • Click on the Edit button
  • Change the first "delay 2" to a "delay 4"
  • *** note *** If you want, you can edit the script further and replace each $USERID with "your user id" and each $PASSWORD with "your password" (be sure to include the quotes!)
  • Save your work and exit the Scripting Tool

Step 5

  • Dial up MaineStreet as you normally would but expect a few differences, such as:
  • In the terminal window you will see only a prompt for the Username come up and then for a split second it will seem to hang and then you should be connected.

If you have any questions or difficulties contact admin@maine.com. Regular consulting rates will apply for help configuring your system. You may also arrange for a technician to visit your site at our regular hourly rates.

Good Luck!

--------snip----------
; MaineStreet's ppp login script.

; Main entry point to script
;
proc main

   ; Delay for 2 seconds first to make sure the
   ; host doesn't get confused when we send the
   ; two carriage-returns.

   delay 2
   transmit "^M^M"

   ; Hit it again to make sure it's awake

   delay 1
   transmit "^M^M"

   ; Wait for the login prompt before entering    ; the user ID

   waitfor "name>"    transmit $USERID    transmit "^M"

   ; Enter the password

   waitfor "word>"
   transmit $PASSWORD
   transmit "^M"

endproc

--------snip----------





ICANN Registration Agreement | Site Policy | Acceptable Use Policy | Terms and Conditions

MaineStreet Communications, Inc.       208 Portland Road    Gray, ME 04039
Tel (207) 657-5078       Fax (207) 657-5048       Admin@Maine.Com

© 2002 MaineStreet Communications, Inc.   

http://www.mainestreet.com/configuration/win95_ppp.html rev 2003-05-15