Windows98 PPP/SLiRP Configuration Info



TCP/IP, DIAL-UP ADAPTER, and DIAL-UP NETWORKING in WINDOWS98

  1. Select the Start menu.
  2. Go to Settings and click on Control Panel.
  3. Double-click on the Network icon.
  4. Under the Configuration Tab, click on the Add button.
  5. Select Protocol and click Add.
  6. Choose Microsoft in the left column, then click on TCP/IP in the right column.
  7. Click OK.
  8. Staying within the Network Control Panel, click on Add again.
  9. Select Adapter and the click on Add.
  10. Choose Microsoft in the left column, then click on Dial-up Adapter in the right.
  11. Click OK.
  12. In the Primary Network Logon section, make sure Windows Logon is selected.
  13. In the Identification tab, type in a computer name and a workgroup name (it doesn't matter what they are).
  14. Click OK again; reboot your machine.
    Upon rebooting, you will prompted for a username and password. You can type in any username, although your account username is probably most convenient. If you want to avoid being prompted for a password everytime you start the system, leave the password field blink. You will be prompted to confirm your password.
  15. Click Start.
  16. Go to Settings and click on Control Panel.
  17. Double-click on the Add/Remove Programs icon.
  18. Click on the Windows Setup tab.
  19. Double-click on Communications.
  20. Check the Dial-up Networking box on.
  21. Click OK.
  22. Click OK again.

CONFIGURING the CONNECTION in WINDOWS98

  1. Double-click on the My Computer icon
  2. Double-click on the Dial-Up Networking icon
  3. Click Next
  4. Type a name (it can be anything) for your configuration, then click Next
  5. Type the phone number. You can use 6183190 , which is the number for CCIT (a hyphen in the phone number is not needed)
  6. Click Finish; an icon will appear in the Dial-Up Networking folder with the new connection you've just created
  7. Click the new icon with the right mouse button, and go to Properties
  8. Click on the Server Types tab and make sure it is set to  the PPP:Windows95,Windows NT 3.51, Internet option for Windows95 or PPP:Internet,WindowsNTServer,Windows98 option for Windows98
  9. On the Allowed Network Protocols option make sure TCP/IP is checked; the others are not necessary
  10. Click on TCP/IP Settings
    1. choose the Server Assigned IP Address option
    2. choose the Specify Name Server Address option
    3. for the Primary Domain Name Server number, use 128.196.224.2
    4. click OK
  11. Click on the Scripting tab, enter the full path name (e.g. C:\blih\blih\ame2.scp) for the script or use the Browse button to locate it, and then click OK
  12. Click OK



Trouble-shooting the Script

Given that your modem is working properly, dial-up networking may fail if the script isn't set up properly for your Math account. If this is the case you can trouble-shoot your script by enabling the Step through script option in the Scripting tab of the connection properties. When trying to connect, a window will pop-up showing the script, which you can then execute line-by-line to see where the script fails. There are two things you may need to change in the script:
  1. In the example script, it is assumed that your Math account prompt looks like this:

  2.  

     

    ame2$

    If your Math account prompt is different (e.g. ame2.math.arizona.edu%) you will need to type it verbatim into your script: look for the waitfor "ame2$ " line in the script and replace ame2$ with your prompt.
     

  3. If /usr/local/bin is not in your Math account path (check using the command echo $PATH), the slirp command will not execute and you will never establish the dial-up networking connection. One way to remedy this is to edit the script by replacing the slirplogin entry with /usr/local/bin/slirplogin

  4.  
  5. Make sure the script is saved with the extension .scp and not .txt. The dial up adapter will not recognize commands from a text file (.txt). In order to ensure this extension in Notepad, change the Save as type option when saving from Text Document to All Files (*.*) and manually type the .scp extension onto the file name. This should only be a problem if the script was modified in some way or manually typed on your computer.
http://math.arizona.edu/~swig/documentation/slirp/windows/win98.php
Last modified: Fri, 14 Dec 2007 15:50:52 -0700
E-mail: swig@math.arizona.edu
Valid XHTML 1.0! Valid CSS!