Jump to content United States-English
HP.com Home Products and Services Support and Drivers Solutions How to Buy
» Contact HP
More options
HP.com home
Microsoft Network Client Version 2.2: User's Guide for MS-DOS Clients > Appendix E Using Remote Access Service

Installing RAS

» 

Technical documentation

Complete book in PDF
» Feedback
Content starts here

 » Table of Contents

 » Glossary

 » Index

This section includes information on how to install RAS on workstations running MS-DOS, with or without Microsoft Windows, and how to install RAS when you need to use the network in the office and from a remote site.

If you will only be using your workstation for dialing in to a network, go directly to the following sections.

If you need to connect to a network both from a remote site and from your office, your workstation must have a LAN Manager network driver to access the network from the office, and the RAS drivers to access the network from a remote site. See "Installing on Dual-Role Workstations," later in this appendix.

Installing on MS-DOS

LAN Manager workstation software must be loaded on your workstation prior to installing RAS.

To install RAS on MS-DOS

  1. Insert the RAS installation disk in drive A.

  2. Type a:\setup. The Setup box appears on the screen. Use the TAB key to move around in the Setup box. Pressing ENTER selects the highlighted option.

    If the Setup program detects that a network adapter driver has been configured, the program asks whether the user plans to use a:

    • Network adapter or modem, but not both at the same time.

    • Network adapter and modem at the same time.

    If you plan to use a computer both at and away from the office, select the first option. If you plan to use a computer only at the office, select the second option.

    If no network adapter is detected, the Setup program assumes you will only be using RAS from a remote site.

    The system installs the files, and the Add COM Port box appears on the screen.

  3. Specify a port and click the OK button. See the Help screen for detailed informa tion on port setting choices.

    The Configuration box appears on the screen.

  4. Choose one or more of the following:

    • To accept the configuration defaults as indicated on the screen, choose the OK button.

    • To choose a different port, click the Add Port button, and specify the port you want to use (for example, COM2).

    • To choose a different type of modem, click the Select Modem button, and se lect your modem type.

    • To load the RAS drivers manually at startup, click on the X.

  5. Choose the OK button. The Install Complete box appears on the screen.

  6. Restart your computer.

For additional instructions, use Setup Help, or contact your network administrator.

Installing on Microsoft Windows

LAN Manager must be loaded on your workstation prior to installing RAS.

Once the software is installed on Microsoft Windows, the RAS Phone Book will be on your Microsoft Windows version 3.1 screen.

To install RAS on Microsoft Windows

  1. Follow the steps in "Installing on MS-DOS."

  2. Type win to start the Windows operating system.

  3. From the Program Manager, choose File.

  4. From the File menu, choose New.

  5. From the New Program Object dialog box, choose Program Item.

  6. Choose the OK button.

  7. In the Description box, enter the following:

    REMOTE ACCESS PHONE BOOK

  8. In the Command Line box, enter the following:

    RASPHONE.EXE

  9. Choose the Change Icon.

    The Select Icon dialog box appears.

  10. In the File Name box, enter one of following:

    • If you are running LAN Manager Enhanced, enter:

      C:\LANMAN.DOS\NETPROG\RASPHONE.ICO

      - Or -

    • If you are running LAN Manager Basic, enter:

      C:\LANMAN.DOS\BASIC\RASPHONE.ICO

    If you have installed LAN Manager to a directory other than C:\LAN MAN.DOS, replace C:\LANMAN.DOS with that directory name.

  11. Choose the OK button.

  12. In the Program Properties dialog box, choose the OK button.

Installing on Dual-Role Workstations

Your workstation must have a LAN Manager network driver to access the network from the office and the RAS drivers to access the network from a remote site. However, you only use one set of these drivers at a time. This section shows you how to unload whichever driver you aren't using.

To set up your workstation to connect to the network from a remote site

  • Unload any network protocol drivers used at the office by typing unload protocol before loading the RAS drivers and attempting a remote connection.

NOTE: The unload command will not unload device drivers or terminate-and-stay-resident (TSR) programs that do not conform to the LAN Manager Demand Protocol Architecture (DPA), such as statically loaded protocols. Type load /i to see the names of the protocols that can be unloaded using the unload command. Protocols must be unloaded in the reverse order of which they are listed. If the protocol you are running cannot be unloaded using the unload command, you may unload it by running the LAN Manager Setup program, removing that protocol from your configuration, and rebooting your computer.

Now you can use the commands in "Using the Network," later in this appendix, to connect to the network from a remote site.

To set up your workstation to connect to the network from the office

  1. Type rasload /u to unload the RAS drivers and to stop the Workstation service. Use rasload /u /y to answer yes to all the questions normally asked when stopping the Workstation service.

  2. Type load protocol to load the protocol you need to use to connect to the Windows NT or LAN Manager network.

If your workstation is in the office and is connected by cable to the network, the LAN Manager commands described in this manual will work.

Conserving Memory on MS-DOS Workstations

This section describes two ways to conserve memory: unloading the RAS drivers when you don't need them, and loading the RAS drivers into upper memory when they are in use.

Unloading the RAS Drivers

Type rasload /u to unload the RAS drivers and stop the Workstation service. Use rasload /u /y to answer yes to all the questions normally asked when stopping the Workstation service.

Loading the RAS Drivers Into Upper Memory with LAN Manager

On MS-DOS client workstations, the RAS Setup program adds the following lines to the [asybeui_xif] section of PROTOCOL.INI:

load="asybeui", "vcommiod[u]", "wantsr[u]"
unload="wantsr /u[c]", "vcommiod /u[c]", "asybeui[du]"

The [u] switch in the LOAD= line allows MS-DOS version 5 or 6 to load the RAS drivers into upper memory. You can also use a third-party memory manager to load the drivers into upper memory. For example, if you are using Quarterdeck expanded memory manager QEMM386®, you would insert the QEMM386 LOADHI command as follows:

load="loadhi lanman.dos\drivers\protocol\asybeui\asybeui[cbr]",    
"loadhi vcommiod[c]", "loadhi wantsr[c]"
unload="wantsr /u[c]", "vcommiod /u[c]", "asybeui[du]"

The LOAD command accepts the following switches:

Switch

Meaning

u

When used in the LOAD= line, the program is loaded into upper memory blocks on MS-DOS version 5 or 6, if possible; otherwise the program is loaded into conventional memory. When used in the UNLOAD= line, the program is unloaded.

c

No attempt is made to load the program into upper memory blocks.

b

Binds the protocol to the hardware device driver.

r

Registers the protocol with the LAN Manager redirector.

d

Deregisters the protocol from the LAN Manager redirector.

The default switches are [ubr]. Before binding, be sure the program is already loaded; that is, use [u] or [c] before using [b]. Before registering, be sure that the file is both loaded and bound; that is, use [u] or [c] and [b] before using [r].

Printable version
Privacy statement Using this site means you accept its terms Feedback to webmaster
© 1996 Hewlett-Packard Development Company, L.P.