Microsoft LAN Manager for DOS

Introduction:
-------------
This document describes the procedure to setup the Microsoft LAN
Manager driver on the adapter.

Location of Driver: \MSLANMAN.DOS\DRIVERS\ETHERNET\RTL8169\RTGBND.DOS

Sample Configuration Files:
---------------------------
CONFIG.SYS (for DOS, will contain) :

DEVICE=C:\LANMAN.DOS\DRIVERS\PROTMAN\PROTMAN.DOS /I:C:\LANMAN.DOS
DEVICE=C:\LANMAN.DOS\DRIVERS\ETHERNET\RTL8169\RTGBND.DOS

PROTOCOL.INI (for DOS, will contain) :

[RTL8169]
; The RPOTOCOL.INI SAMPLE
DriverName=RTGBND$
EtherID=@52544C111111
     ;This keyword is used to desinate the
     ;adapter by assigning its ethernet ID
     ;when more than one adapters exist on one
     ; system.

BusNo=@00
     ;This keyword is used to desinate the
     ;adapter by assigning it's PCI bus number
     ;when more than one adapters exist on one
     ; system.(must be used with 'DeviceNo' keyword)

DeviceNo=@0A
     ;This keyword is used to desinate the
     ;adapter by assigning it's PCI Device number
     ;when more than one adapters exist on one
     ; system.(must be used with 'BusNo' keyword)

Medium= Auto
     ;This keyword is used to force the adapter
     ;to speed 1000M,100M or 10M mode. If not present,
     ;the driver will auto-detect the speed. example:
     ;Auto --Auto negotiation
     ;1000FULL --1000M FullDuplex 
     ;100FULL --100M FullDuplex
     ;100Half --100M HalfDuplex
     ;10Full --10M FullDuplex
     ;10Half --10M HalfDuplex

Installation Procedure :
----------------------
Before you start with the installation procedure, make sure that the
adapter is properly installed and configured. Similarly, Make sure
that your Microsoft LAN Manager is properly installed.

1) Run the appropriate Microsoft LAN Manager SETUP for computer
you are setting up. Select "Configuration" item, and insert the
driver diskette. Select the driver and follow the directions.

2) When completed, reboot your computer.


Installing Multiple LAN Adapters:
----------------------------------
To Follow Installation Procedure and add two adapter,

Under DOS mode, you can modify the EtherID or BusNo+DeviceNo
keyword field in file C:\LANMAN.DOS\PROTOCOL.INI.