RINET Dial-up Instructions
Windows 95 Version B - June 2001
This section is to be used with Windows 95 Version B only. If you are running Windows 95 Version A or older, use Dialup Instructions for Windows 95 Version A or Older. To determine which version of Windows 95 you are running, do the following:

With the right mouse button, click on the My Computer icon on the Desktop. With the left mouse button, select Properties. The System Properties window will open, with the General tab selected. Your version will be under the System: description, below the line 'Microsoft Windows 95'. If you have version B, the number designation will be 4.00.950 B. If the number designation is 4.00.950a or 4.00.950 only, your version is a or older and you need to consult Dialup Instructions for Windows 95 Version A or Older.


Step 1: Adding Dial-up Networking to Windows 95 Version B

Note: If Dial-Up Networking is installed already (you will see Dial-Up Networking under Start...Programs...Accessories), you may skip to Step 2: Configuring Dial-up Networking below.
  1. Click on the Start button, then point to Settings, then click on Control Panel.
  2. Double-click on the Add/Remove Programs icon.
  3. You will see a screen with 3 tabs at the top of the windows. Click on the Windows Setup tab.
  4. Double-click on Communications in the components box.


  5. Click to put a check in the box to the left of Dial-Up Networking, and then click the OK button. Click the OK button again. (You may have to load drivers - follow the instructions on your screen.)


  6. If you are not prompted to restart your computer, do so anyway by clicking on the Start button, click on Shut Down, and select Restart the Computer?. Then click on the Yes button.
  7. After the machine has restarted Windows, you may be asked to supply a username and password. If so, use your computer userid for the username, and leave the password entry blank. Click OK.

Step 2: Configuring Dial-up Networking

  1. Open the Control Panel (Start...Settings...Control Panel).
  2. Double-click on the Network icon.
  3. You will see a screen with 3 tabs at the top: Configuration, Identification, and Access Control. Click on the Configuration tab if not already selected.
  4. If you see TCP/IP or TCP/IP -> Dial-Up Adapter in the configuration window skip to Step 3: Creating a Dial-Up Icon. Otherwise, proceed to the next step.

  5.  

     
     



    To add the TCP/IP protocol, use the following procedure:

  6. Click on the Add button.
  7. Select Protocol and click on the Add button.
  8. Select Microsoft from the left side of the window, select the TCP/IP item from the right side of the window, then click the OK button.
  9. Click the OK button again. A message will tell you that you must restart your computer. Confirm the restart by clicking Yes.
  10. After the restart, if you are asked to enter your network password for Microsoft Networking, just click OK without entering anything.

Step 3: Creating a Dial-Up Icon

  1. After the restart, if you are asked to enter your network password for Microsoft Networking, just click OK without entering anything. Then double-click on the My Computer icon on the desktop.
  2. Double-click on the Dial-up Networking folder. If this is your first time using the Dial-Up Networking feature, click on the Next button of the Welcome to Dial-up Networking screen. Otherwise, double-click on the Make New Connection icon.


  3. You will be asked to name the computer to which you are dialing. The best name to give it includes the telephone number you will be using to dial in. For example, type RINET xxx-xxxx where xxx-xxxx represents the telephone number that the modem is going to be dialing. Note: All locations should now dial in using the number 455-0268. Then click on the Next button.


  4. Enter the area code and tab to the telephone number box. Enter the number (again) that your modem will be dialing to connect. Dashes may be used. Click on Next.


  5. You will receive confirmation that a new dial-up connection has been created. Click on the Finish button. A new icon will be added into the dial-up networking folder.


  6. Click on the new dial-up icon using the right mouse button.
  7. Click on Properties using the left mouse button.
  8. Click the Configure button.


  9. Click on the Connection tab. Make sure the settings are as follows:

  10. Data bits: 8
    Parity: None
    Stop bits: 1


  11. Click on the Options tab. Check the box for Bring up terminal window after dialing. Make sure the box for Bring up terminal window before dialing is NOT checked. Click on the OK button.


  12. Click the Server Types tab. The Type of Dial-Up Server should be set to PPP, Windows 95, Windows NT 3.5, Internet.
  13. Ensure the Enable software compression and TCP/IP boxes are the only ones checked. Uncheck any other boxes. Click the TCP/IP Settings button.


  14. Make sure Server assigned IP address is checked. Click the Specify name server addresses button and enter the following information:

  15. Primary DNS server: 131.109.31.100
    Alternate DNS server: 128.148.128.9

    Ensure the Use IP Header Compression and Use Default Gateway on Remote Network boxes are checked. Click OK.


  16. Click the OK button again to return to the Dial-up Networking window.

Step 4: Dialing the Telephone and Connecting

  1. If Dial-up Networking is not open, double-click on the My Computer icon, then double-click on the Dial-up Networking folder.
  2. Double-click on the icon you created in the previous step. The Connect To window will open. No items need to be filled in here. Ensure that the telephone number is correct.


  3. Click the Connect button. The modem should begin to dial the telephone number. Once the modem on the other end responds, you will receive a Post-Dial Terminal Screen.


  4. You are now connected to the RINET Terminal Server. Enter the information as instructed below.
    1. At the prompt, type your RINETID and press Enter.
    2. Then. type your password and press Enter. Note: Your password will not appear on the screen when typed.
    3. Now, type the command ppp and press Enter.
    A message from the Terminal Server will fly by very quickly. Click the Continue (F7) button to finalize the connection.
  5. The Connection Established window will appear. If you don't want it to appear each time you connect, click the box next to Do not show this dialog box in the future. Click Close, and the window will minimize itself. automatically minimize itself as an icon onto the status bar in the lower right corner. Keep it minimized but do not close it. From here you can run any software such as Netscape or Eudora.


Note: To automate Step 4 for subsequent dial-ups, see Automating a Dial-up Networking Connection below.
 
 

Step 5: Hanging up the Telephone

  1. Double-click on the two small computers icon in the lower right corner of the status bar.
  2. Click the Disconnect button. Your telephone will hang up and the window will disappear.


OPTIONAL - Automating a Dial-up Networking Connection

The steps below will automate Step 4: Dialing the Telephone and Connecting that was explained above. However, you must have completed all of the previous steps before you can attempt to automate the process with the instructions that follow.

Step 1: Creating a Script File with Notepad

  1. To do this, open NotePad (Start...Programs...Accessories...Notepad) and type in the information below exactly as it appears, substituting RINETID with your computer RINETID (e.g., Ride1234), and substituting PASSWORD with your password. Make sure you enter your RINETID and password EXACTLY, and that there are no spaces between the quotation marks. Be aware that this allows others to see your password if they use your machine.

  2. proc main
    waitfor ":"
    transmit "RINETID^M"
    waitfor ":"
    transmit "PASSWORD^M"
    waitfor ">"
    transmit "ppp^M"
    endproc

  3. Choose Save from the File menu, then select All Files (*.*) from the Save as type menu. Save the file with the name rinet.scp by using the Save in menu or by typing the following into the File name block:

  4. c:\program files\accessories\rinet.scp
     
     


  5. Click Save, then close Notepad.

Step 2: Assign the Script File to Dial-up Networking

  1. Double-click on My Computer. Double-click on Dial-up Networking folder.
  2. Point to the icon of the dial-up connection you have created, and click that icon with the right mouse button, then point to Properties and click the left mouse button.
  3. Click the Scripting tab.


  4. Click the Browse button.

  5. Note: The Browse button defaults to the Accessories folder because that is where the scripting files are kept.

  6. Click on the name of the script file (e.g., rinet.scp) you created in the previous step to select it and then click the Open button.
  7. Make sure the Start terminal screen minimized box is unchecked.
  8. Click on the General tab, then click on the Configure button.


  9. Click on the Options tab at the top of the window. Make sure the box for Bring up terminal window after dialing is NOT checked.


  10. Click the OK button, then click the OK button again.

Step 3: Dialing and Making a Connection

  1. Double-click on the My Computer icon, then double-click on the Dial-Up Networking folder.
  2. Double-click on the dial-up icon you created previously. Click on the Connect. The machine should do the rest of the work for you.

Please send comments to the RINET Webmaster