home *** CD-ROM | disk | FTP | other *** search
/ Borland Programmer's Resource / Borland_Programmers_Resource_CD_1995.iso / info / ntkb / ntkb.exe / Q99 / 1 / 45.TXT
Encoding:
Text File  |  1993-09-28  |  5.0 KB  |  147 lines

  1. DOCUMENT:Q99145  27-SEP-1993  [W_NT]
  2. TITLE   :RAS RemoteListen Parameter
  3. PRODUCT :Windows NT
  4. PROD/VER:3.10
  5. OPER/SYS:WINDOWS
  6. KEYWORDS:
  7.  
  8. --------------------------------------------------------------------
  9. The information in this article applies to:
  10.  
  11.  - Microsoft Windows NT version 3.10
  12. --------------------------------------------------------------------
  13.  
  14. WARNING: Using Registry Editor incorrectly can cause
  15.      serious, system-wide problems that may require you to
  16.      reinstall Windows NT to correct them. Microsoft cannot
  17.      guarantee that any problems resulting from the use of
  18.      Registry Editor can be solved. Use this tool at your own
  19.      risk.
  20.  
  21. Summary:
  22.  
  23. Windows NT and Microsoft LAN Manager Remote Access Service (RAS) can
  24. provide access to remote clients as if they were on the local area
  25. network (LAN). If you enable full RemoteListen functionality, all
  26. systems on the LAN can access the RAS client just as if it were
  27. locally connected. The following features are supported: IPC, mail
  28. slots, RPC, named pipes, and NBF/NetBEUI. This article is divided into
  29. two sections:
  30.  
  31.  - RemoteListen Functionality
  32.  - Enabling RemoteListen
  33.  
  34. RemoteListen Functionality
  35. ==========================
  36.  
  37. Beyond simply connecting to and accessing a remote client, these other
  38. mechanisms function over RAS: IPC, mail slots, RPC (Windows NT), named
  39. pipes, and NBF\NetBEUI. The following information describes the
  40. functionality of the three different settings for RemoteListen:
  41.  
  42.  - All
  43.  - Messages
  44.  - None
  45.  
  46. Note: You can only set RemoteListen for the RAS server. You cannot
  47. specify different configurations for different clients.
  48.  
  49. All
  50. ---
  51.  
  52. LAN Manger: messages = all
  53. Windows NT: RemoteListen = 2
  54.  
  55. The RAS Server posts an NCB_Listen network control block (NCB) for all
  56. client NetBIOS names on each protocol bound to the RAS server.
  57.  
  58. Under LAN Manager, each client has an average of five NetBIOS names.
  59. This equates to 80 names per protocol (16 ports x 5 names = 80). To
  60. support this many names, you need to modify the MaxNames parameter for
  61. RAS and the Names parameter for each protocol that you are using on
  62. the RAS server.
  63.  
  64. Under Windows NT, clients have an average of seven to eight names, and
  65. the RAS Server can support up to 64 ports. This results in an even
  66. more significant drain on resources than under LAN Manager.
  67.  
  68. Messages
  69. --------
  70.  
  71. LAN Manger: messages = messages
  72. Windows NT: RemoteListen = 1
  73.  
  74. The default for RemoteListen is set to Messages. This instructs the
  75. RAS server to post only the Messenger service-related NetBIOS names
  76. for the client. This allows them to receive things like print
  77. notifications and NET SEND commands. This does not allow another LAN
  78. workstation to create a network session with the remote client as in
  79. the case of a NET USE command.
  80.  
  81. None
  82. ----
  83.  
  84. LAN Manger: messages = none
  85. Windows NT: RemoteListen = 0
  86.  
  87. This option instructs the server to not post any NCB_Listens for
  88. client NetBIOS names. This reduces the resources consumed and the
  89. connect time. If you are not concerned with any of the previously
  90. mentioned functionality, this is the best setting to use.
  91.  
  92. Enabling RemoteListen
  93. =====================
  94.  
  95. To enable RemoteListen, add or modify the RemoteListen parameter:
  96.  
  97. For LAN Manager
  98. ---------------
  99.  
  100. 1. Open the LANMAN.INI file on the RAS server in a text editor.
  101.  
  102. 2. Find the [RemoteAccess] section and add the following line:
  103.  
  104.       remotelisten = <all, messages, or none>
  105.  
  106. For more information, see the LAN Manager "RAS Administrator's Guide."
  107.  
  108. For Windows NT or Windows NT Advanced Server
  109. --------------------------------------------
  110.  
  111. 1. Start Registry Editor and go to the following subkey:
  112.  
  113.       HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services
  114.       \RemoteAccess\Parameters\NetBIOSGateway
  115.  
  116. 2. If you can find a RemoteListen key, choose Edit Value from the Edit
  117.    menu and change the value to 2. If there is no RemoteListen key,
  118.    choose Add Key from the Edit menu and use the following
  119.    information:
  120.  
  121.       Value Name: RemoteListen
  122.       Data Type:  REG_DWORD
  123.       Value:      <0, 1, or 2>
  124.  
  125. Reference(s):
  126.  
  127. Windows NT "RAS Administrator's Guide"
  128.  
  129. Additional reference words: 3.10
  130. KBCategory:
  131. KBSubCategory: NTSRV NTRMT 
  132.  
  133. =============================================================================
  134.  
  135. THE INFORMATION PROVIDED IN THE MICROSOFT KNOWLEDGE BASE IS
  136. PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND.  MICROSOFT DISCLAIMS
  137. ALL WARRANTIES, EITHER EXPRESS OR IMPLIED, INCLUDING THE WARRANTIES
  138. OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.  IN NO
  139. EVENT SHALL MICROSOFT CORPORATION OR ITS SUPPLIERS BE LIABLE FOR
  140. ANY DAMAGES WHATSOEVER INCLUDING DIRECT, INDIRECT, INCIDENTAL,
  141. CONSEQUENTIAL, LOSS OF BUSINESS PROFITS OR SPECIAL DAMAGES, EVEN IF
  142. MICROSOFT CORPORATION OR ITS SUPPLIERS HAVE BEEN ADVISED OF THE
  143. POSSIBILITY OF SUCH DAMAGES.  SOME STATES DO NOT ALLOW THE EXCLUSION
  144. OR LIMITATION OF LIABILITY FOR CONSEQUENTIAL OR INCIDENTAL DAMAGES
  145. SO THE FOREGOING LIMITATION MAY NOT APPLY.
  146.  
  147. Copyright Microsoft Corporation 1993.