登录  
 加关注
   显示下一条  |  关闭
温馨提示!由于新浪微博认证机制调整,您的新浪微博帐号绑定已过期,请重新绑定!立即重新绑定新浪微博》  |  关闭

梦想之鹰的天空

天高任鸟飞......放飞....心情..........放飞.....梦想

 
 
 

日志

 
 

How do I install NDIS2 drivers to connect my DOS client to Microsoft Windows servers  

2010-04-28 08:19:51|  分类: 网络 |  标签: |举报 |字号 订阅

  下载LOFTER 我的照片书  |
 How do I install NDIS2 drivers to connect my DOS client to Microsoft Windows servers?
Requirements:

   1. Microsoft Network Client version 3.0 for MS-DOS from Windows NT Server 4.0 installation CD.
   2. Blank MS-DOS bootable 3.5" High Density floppy disk.
   3. Broadcom NDIS2 driver. (B57.dos or B44.dos)

Windows NT 3.51/4.0 Server users:

   1. When using the "Network Client Administrator" tool available in Windows NT, simply choose any other network card from the list (NE2000 Compatible for example) to create the diskette.
   2. After creating the diskette, follow the instructions below under "Modifying boot diskette for Broadcom network card".

Windows 2000/XP users:

Method 1: Running "Network Client Administrator" tool from Windows 2000/XP:

   1. Create a folder called "NCADMIN" in the root of the C: drive.
   2. Copy NCADMIN.CN_, NCADMIN.EX_, and NCADMIN.HL_ from the I386 folder on the Windows NT Server 4.0 cd.
   3. Open a command prompt window and change directory to C:\NCADMIN.
   4. Type expand -r ncadmin.* and press enter.
   5. Close the command prompt window.
   6. Start Windows Explorer
   7. Open the NCADMIN folder and double-click NCADMIN.EXE.
   8. Follow the instructions to make the network startup disk. (Choose "NE2000 Compatible" when selecting the network adapter.)
   9. After creating the diskette, follow the instructions below under "Modifying boot diskette for Broadcom network card".

Method 2: Running Microsoft Network Client version 3.0 for MS-DOS setup from a DOS prompt:

   1. Copy the NETSETUP directory from the Windows NT Server 4.0 CD located under <cd-rom drive letter>:\clients
   2. Open a command prompt window.
   3. From the "C:" prompt type cd \NETSETUP and press the ENTER key.
   4. Type setup and press the ENTER key.
   5. Press the ENTER key to continue.
   6. Accept the default installation path of "C:\NET" by pressing the ENTER key.
   7. Use the down arrow to scroll down the network adapter list and highlight "NE2000 Compatible". Press ENTER.
   8. Accept "Network Buffer" defaults by pressing ENTER.
   9. Enter a user name that is valid on the Windows system to which you will be attaching. Press ENTER.
  10. On the next screen arrow up to "Change Setup Options" and press ENTER.
  11. Arrow up to "Change Redir Options" and press ENTER.
  12. Arrow up to "Use the Basic Redirector" and press ENTER.
  13. Press ENTER on the next screen. ("The listed options are correct" will be highlighted.)
  14. Arrow up to "Change Network Configuration" and press ENTER.
  15. Choose and configure the desired protocols from this screen.
  16. Once the protocols are configured, select "Network configuration is correct" and press ENTER.
  17. Press ENTER again. ("The listed options are correct" should be highlighted.)
  18. The configuration files will then be copied to C:\NET. Press ENTER to exit setup.
  19. Start "Windows Explorer" and view the contents of the C:\NET directory.
  20. Delete any of the following files that exist to insure the directory will fit on the floppy disk: ADDNAME.EXE, EXPAND.EXE, IPCONFIG.EXE, NE2000.DOS, PING.EXE, WIN_SOCK.DLL, WINSOCK.DLL, WSOCKETS.DLL, VSOCKETS.386, VBAPI.386, SETUP.EXE, SOCKETS.EXE
  21. Copy C:\NET to a bootable floppy.

Modifying boot diskette for Broadcom network card:

Note: for BCM4401 use "B44" in place of "B57" in the following examples.

   1. Edit A:\NET\PROTOCOL.INI with Notepad or similar text editor.
          * Change "DriverName=$" to "DriverName=B57$"
          * Remove all other parameter entries under the [MS$NE2CLONE] or equivalent section such as "IOBASE=0x300" or "INTERRUPT=3", etc.

      Example Protocol.ini for IP:

      [network.setup]
      version=0x3110
      netcard=ms$ne2clone,1,MS$NE2CLONE,1
      transport=tcpip,TCPIP
      lana0=ms$ne2clone,1,tcpip

      [MS$NE2CLONE]
      DriverName=B57$

      [protman]
      DriverName=PROTMAN$
      PRIORITY=MS$NDISHLP

      [tcpip]
      NBSessions=6
      DefaultGateway=0
      ; SubNetMask=255 0 0 0
      ; IPAddress=192 168 0 1
      DisableDHCP=0
      DriverName=TCPIP$
      BINDINGS=MS$NE2CLONE
      LANABASE=0

      Example Protocol.ini for IPX:

      [network.setup]
      version=0x3110
      netcard=ms$ne2clone,1,MS$NE2CLONE,1
      transport=ms$ndishlp,MS$NDISHLP
      transport=ms$nwlink,MS$NWLINK
      lana0=ms$ne2clone,1,ms$nwlink
      lana1=ms$ne2clone,1,ms$ndishlp

      [MS$NE2CLONE]
      DriverName=B57$

      [protman]
      DriverName=PROTMAN$
      PRIORITY=MS$NDISHLP

      [MS$NDISHLP]
      DriverName=ndishlp$
      BINDINGS=ms$ne2clone

      [ms$nwlink]
      DriverName=nwlink$
      FRAME=Ethernet_802.2
      BINDINGS=MS$NE2CLONE
      LANABASE=0

      Example Protocol.ini for NetBEUI:

      [network.setup]
      version=0x3110
      netcard=ms$ne2clone,1,MS$NE2CLONE,1
      transport=ms$ndishlp,MS$NDISHLP
      transport=ms$netbeui,MS$NETBEUI
      lana0=ms$ne2clone,1,ms$ndishlp
      lana1=ms$ne2clone,1,ms$netbeui

      [MS$NE2CLONE]
      DriverName=B57$

      [protman]
      DriverName=PROTMAN$
      PRIORITY=MS$NDISHLP

      [MS$NDISHLP]
      DriverName=ndishlp$
      BINDINGS=MS$NE2CLONE

      [MS$NETBEUI]
      DriverName=netbeui$
      SESSIONS=10
      NCBS=12
      BINDINGS=MS$NE2CLONE
      LANABASE=0

   2. Edit A:\NET\SYSTEM.INI.
          * Change "netcard=" to "netcard=b57.dos"
          * Check for references to "C:\NET" and change "C:\NET" to "A:\NET" if necessary.
      Example SYSTEM.INI

      [network]
      sizworkbuf=1498
      filesharing=no
      printsharing=no
      autologon=yes
      computername=MYPC
      lanroot=A:\NET
      username=USER1
      workgroup=WORKGROUP
      reconnect=yes
      dospophotkey=N
      lmlogon=0
      logondomain=
      preferredredir=basic
      autostart=basic
      maxconnections=8

      [network drivers]
      netcard=B57.dos
      transport=ndishlp.sys,*netbeui
      devdir=A:\NET
      LoadRMDrivers=yes

   3. Copy B57.dos to A:\NET.
   4. Create the appropriate AUTOEXEC.BAT file in A:\ for the chosen protocol as shown below.
          * For TCP/IP:

            path=a:\net
            a:\net\net initialize
            a:\net\netbind.com
            a:\net\umb.com
            a:\net\tcptsr.exe
            a:\net\tinyrfc.exe
            a:\net\nmtsr.exe
            a:\net\emsbfr.exe
            a:\net\net start basic
            net use z: \\SERVERNAME\SHARENAME
          * For IPX:

            SET PATH=A:\NET
            A:\net\net initialize
            A:\net\nwlink
            A:\net\net START BASIC
            net use z: \\SERVERNAME\SHARENAME
          * For NetBEUI:

            SET PATH=A:\NET
            A:\net\net START BASIC
            net use z: \\SERVERNAME\SHARENAME
          * Create a CONFIG.SYS file in A:\ as shown below.

            files=30
            device=a:\net\ifshlp.sys
            lastdrive=z
  评论这张
 
阅读(992)| 评论(0)

历史上的今天

评论

<#--最新日志,群博日志--> <#--推荐日志--> <#--引用记录--> <#--博主推荐--> <#--随机阅读--> <#--首页推荐--> <#--历史上的今天--> <#--被推荐日志--> <#--上一篇,下一篇--> <#-- 热度 --> <#-- 网易新闻广告 --> <#--右边模块结构--> <#--评论模块结构--> <#--引用模块结构--> <#--博主发起的投票-->
 
 
 
 
 
 
 
 
 
 
 
 
 
 

页脚

网易公司版权所有 ©1997-2018