PageRenderTime 27ms CodeModel.GetById 31ms RepoModel.GetById 0ms app.codeStats 0ms

/release/src/router/samba/docs/htmldocs/nmbd.8.html

https://gitlab.com/envieidoc/tomato
HTML | 206 lines | 186 code | 20 blank | 0 comment | 0 complexity | 6bc65cc2d0516660cfa97395e1eaeadb MD5 | raw file
  1. <html><head><title>nmbd</title>
  2. <link rev="made" href="mailto:samba@samba.org">
  3. </head>
  4. <body>
  5. <hr>
  6. <h1>nmbd</h1>
  7. <h2>Samba</h2>
  8. <h2>23 Oct 1998</h2>
  9. <p><a name="NAME"></a>
  10. <h2>NAME</h2>
  11. nmbd - NetBIOS name server to provide NetBIOS over IP
  12. naming services to clients
  13. <p><a name="SYNOPSIS"></a>
  14. <h2>SYNOPSIS</h2>
  15. <p><strong>nmbd</strong> [<a href="nmbd.8.html#minusD">-D</a>] [<a href="nmbd.8.html#minusa">-a</a>] [<a href="nmbd.8.html#minuso">-o</a>] [<a href="nmbd.8.html#minush">-h</a>] [<a href="nmbd.8.html#minusV">-V</a>] [<a href="nmbd.8.html#minusH">-H lmhosts file</a>] [<a href="nmbd.8.html#minusd">-d debuglevel</a>] [<a href="nmbd.8.html#minusl">-l log file basename</a>] [<a href="nmbd.8.html#minusn">-n primary NetBIOS name</a>] [<a href="nmbd.8.html#minusp">-p port number</a>] [<a href="nmbd.8.html#minuss">-s configuration file</a>]
  16. <p><a name="DESCRIPTION"></a>
  17. <h2>DESCRIPTION</h2>
  18. <p>This program is part of the <strong>Samba</strong> suite.
  19. <p><strong>nmbd</strong> is a server that understands and can reply to NetBIOS over IP
  20. name service requests, like those produced by SMBD/CIFS clients such
  21. as Windows 95/98, Windows NT and LanManager clients. It also
  22. participates in the browsing protocols which make up the Windows
  23. "Network Neighborhood" view.
  24. <p>SMB/CIFS clients, when they start up, may wish to locate an SMB/CIFS
  25. server. That is, they wish to know what IP number a specified host is
  26. using.
  27. <p>Amongst other services, <strong>nmbd</strong> will listen for such requests,
  28. and if its own NetBIOS name is specified it will respond with the IP
  29. number of the host it is running on. Its "own NetBIOS name" is by
  30. default the primary DNS name of the host it is running on, but this
  31. can be overridden with the <strong>-n</strong> option (see <a href="nmbd.8.html#OPTIONS">OPTIONS</a> below). Thus
  32. <strong>nmbd</strong> will reply to broadcast queries for its own name(s). Additional
  33. names for <strong>nmbd</strong> to respond on can be set via parameters in the
  34. <a href="smb.conf.5.html"><strong>smb.conf(5)</strong></a> configuration file.
  35. <p><strong>nmbd</strong> can also be used as a WINS (Windows Internet Name Server)
  36. server. What this basically means is that it will act as a WINS
  37. database server, creating a database from name registration requests
  38. that it receives and replying to queries from clients for these names.
  39. <p>In addition, <strong>nmbd</strong> can act as a WINS proxy, relaying broadcast queries
  40. from clients that do not understand how to talk the WINS protocol to a
  41. WIN server.
  42. <p><a name="OPTIONS"></a>
  43. <h2>OPTIONS</h2>
  44. <p><dl>
  45. <p><a name="minusD"></a>
  46. <p></p><dt><strong><strong>-D</strong></strong><dd> If specified, this parameter causes <strong>nmbd</strong> to operate
  47. as a daemon. That is, it detaches itself and runs in the background,
  48. fielding requests on the appropriate port. By default, <strong>nmbd</strong> will
  49. NOT operate as a daemon. nmbd can also be operated from the inetd
  50. meta-daemon, although this is not recommended.
  51. <p><a name="minusa"></a>
  52. <p></p><dt><strong><strong>-a</strong></strong><dd> If this parameter is specified, each new connection will
  53. append log messages to the log file. This is the default.
  54. <p><a name="minuso"></a>
  55. <p></p><dt><strong><strong>-o</strong></strong><dd> If this parameter is specified, the log files will be
  56. overwritten when opened. By default, the log files will be appended
  57. to.
  58. <p><a name="minush"></a>
  59. <p></p><dt><strong><strong>-h</strong></strong><dd> Prints the help information (usage) for <strong>nmbd</strong>.
  60. <p><a name="minusV"></a>
  61. <p></p><dt><strong><strong>-V</strong></strong><dd> Prints the version number for <strong>nmbd</strong>.
  62. <p><a name="minusH"></a>
  63. <p></p><dt><strong><strong>-H filename</strong></strong><dd> NetBIOS lmhosts file.
  64. <p>The lmhosts file is a list of NetBIOS names to IP addresses that is
  65. loaded by the nmbd server and used via the name resolution mechanism
  66. <a href="smb.conf.5.html#nameresolveorder"><strong>name resolve order</strong></a> described in
  67. <a href="smb.conf.5.html"><strong>smb.conf (5)</strong></a> to resolve any
  68. NetBIOS name queries needed by the server. Note that the contents of
  69. this file are <em>NOT</em> used by <strong>nmbd</strong> to answer any name queries. Adding
  70. a line to this file affects name NetBIOS resolution from this host
  71. <em>ONLY</em>.
  72. <p>The default path to this file is compiled into Samba as part of the
  73. build process. Common defaults are <em>/usr/local/samba/lib/lmhosts</em>,
  74. <em>/usr/samba/lib/lmhosts</em> or <em>/etc/lmhosts</em>. See the
  75. <a href="lmhosts.5.html"><strong>lmhosts (5)</strong></a> man page for details on the contents of this file.
  76. <p><a name="minusd"></a>
  77. <p></p><dt><strong><strong>-d debuglevel</strong></strong><dd> debuglevel is an integer from 0 to 10.
  78. <p>The default value if this parameter is not specified is zero.
  79. <p>The higher this value, the more detail will be logged to the log files
  80. about the activities of the server. At level 0, only critical errors
  81. and serious warnings will be logged. Level 1 is a reasonable level for
  82. day to day running - it generates a small amount of information about
  83. operations carried out.
  84. <p>Levels above 1 will generate considerable amounts of log data, and
  85. should only be used when investigating a problem. Levels above 3 are
  86. designed for use only by developers and generate HUGE amounts of log
  87. data, most of which is extremely cryptic.
  88. <p>Note that specifying this parameter here will override the <a href="smb.conf.5.html#loglevel"><strong>log
  89. level</strong></a> parameter in the <a href="smb.conf.5.html"><strong>smb.conf
  90. (5)</strong></a> file.
  91. <p><a name="minusl"></a>
  92. <p></p><dt><strong><strong>-l logfile</strong></strong><dd> The <strong>-l</strong> parameter specifies a path and base
  93. filename into which operational data from the running nmbd server will
  94. be logged. The actual log file name is generated by appending the
  95. extension ".nmb" to the specified base name. For example, if the name
  96. specified was "log" then the file log.nmb would contain the debugging
  97. data.
  98. <p>The default log file path is compiled into Samba as part of the
  99. build process. Common defaults are <em>/usr/local/samba/var/log.nmb</em>,
  100. <em>/usr/samba/var/log.nmb</em> or <em>/var/log/log.nmb</em>.
  101. <p><a name="minusn"></a>
  102. <p></p><dt><strong><strong>-n primary NetBIOS name</strong></strong><dd> This option allows you to override
  103. the NetBIOS name that Samba uses for itself. This is identical to
  104. setting the <a href="smb.conf.5.html#netbiosname"><strong>NetBIOS name</strong></a> parameter
  105. in the <a href="smb.conf.5.html"><strong>smb.conf</strong></a> file
  106. but will override the setting in the <a href="smb.conf.5.html"><strong>smb.conf</strong></a> file.
  107. <p><a name="minusp"></a>
  108. <p></p><dt><strong><strong>-p UDP port number</strong></strong><dd> UDP port number is a positive integer value.
  109. <p>This option changes the default UDP port number (normally 137) that
  110. <strong>nmbd</strong> responds to name queries on. Don't use this option unless you are
  111. an expert, in which case you won't need help!
  112. <p><a name="minuss"></a>
  113. <p></p><dt><strong><strong>-s configuration file</strong></strong><dd> The default configuration file name is
  114. set at build time, typically as <em>/usr/local/samba/lib/smb.conf</em>, but
  115. this may be changed when Samba is autoconfigured.
  116. <p>The file specified contains the configuration details required by the
  117. server. See <a href="smb.conf.5.html"><strong>smb.conf (5)</strong></a> for more information.
  118. <p></dl>
  119. <p><a name="FILES"></a>
  120. <h2>FILES</h2>
  121. <p><strong>/etc/inetd.conf</strong>
  122. <p>If the server is to be run by the inetd meta-daemon, this file must
  123. contain suitable startup information for the meta-daemon.
  124. <p><strong>/etc/rc</strong>
  125. <p>(or whatever initialization script your system uses).
  126. <p>If running the server as a daemon at startup, this file will need to
  127. contain an appropriate startup sequence for the server.
  128. <p><strong>/usr/local/samba/lib/smb.conf</strong>
  129. <p>This is the default location of the
  130. <a href="smb.conf.5.html"><strong>smb.conf</strong></a> server configuration
  131. file. Other common places that systems install this file are
  132. <em>/usr/samba/lib/smb.conf</em> and <em>/etc/smb.conf</em>.
  133. <p>When run as a <strong>WINS</strong> server (see the <a href="smb.conf.5.html#winssupport"><strong>wins support</strong></a>
  134. parameter in the <a href="smb.conf.5.html"><strong>smb.conf (5)</strong></a> man page), <strong>nmbd</strong> will
  135. store the WINS database in the file <code>wins.dat</code> in the <code>var/locks</code> directory
  136. configured under wherever Samba was configured to install itself.
  137. <p>If <strong>nmbd</strong> is acting as a <strong>browse master</strong> (see the <a href="smb.conf.5.html#localmaster"><strong>local master</strong></a>
  138. parameter in the <a href="smb.conf.5.html"><strong>smb.conf (5)</strong></a> man page), <strong>nmbd</strong> will
  139. store the browsing database in the file <code>browse.dat</code> in the <code>var/locks</code> directory
  140. configured under wherever Samba was configured to install itself.
  141. <p><a name="SIGNALS"></a>
  142. <h2>SIGNALS</h2>
  143. <p>To shut down an <strong>nmbd</strong> process it is recommended that SIGKILL (-9)
  144. <em>NOT</em> be used, except as a last resort, as this may leave the name
  145. database in an inconsistent state. The correct way to terminate
  146. <strong>nmbd</strong> is to send it a SIGTERM (-15) signal and wait for it to die on
  147. its own.
  148. <p><strong>nmbd</strong> will accept SIGHUP, which will cause it to dump out it's
  149. namelists into the file <code>namelist.debug</code> in the
  150. <em>/usr/local/samba/var/locks</em> directory (or the <em>var/locks</em>
  151. directory configured under wherever Samba was configured to install
  152. itself). This will also cause <strong>nmbd</strong> to dump out it's server database in
  153. the log.nmb file. In addition, the debug log level of nmbd may be raised
  154. by sending it a SIGUSR1 (<code>kill -USR1 &lt;nmbd-pid&gt;</code>) and lowered by sending it a
  155. SIGUSR2 (<code>kill -USR2 &lt;nmbd-pid&gt;</code>). This is to allow transient
  156. problems to be diagnosed, whilst still running at a normally low log
  157. level.
  158. <p><a name="VERSION"></a>
  159. <h2>VERSION</h2>
  160. <p>This man page is correct for version 2.0 of the Samba suite.
  161. <p><a name="SEEALSO"></a>
  162. <h2>SEE ALSO</h2>
  163. <p><strong>inetd (8)</strong>, <a href="smbd.8.html"><strong>smbd (8)</strong></a>, <a href="smb.conf.5.html"><strong>smb.conf
  164. (5)</strong></a>, <a href="smbclient.1.html"><strong>smbclient (1)</strong></a>,
  165. <a href="testparm.1.html"><strong>testparm (1)</strong></a>, <a href="testprns.1.html"><strong>testprns
  166. (1)</strong></a>, and the Internet RFC's <strong>rfc1001.txt</strong>,
  167. <strong>rfc1002.txt</strong>. In addition the CIFS (formerly SMB) specification is
  168. available as a link from the Web page :
  169. <a href="http://samba.org/cifs/">http://samba.org/cifs/</a>.
  170. <p><a name="AUTHOR"></a>
  171. <h2>AUTHOR</h2>
  172. <p>The original Samba software and related utilities were created by
  173. Andrew Tridgell <a href="mailto:samba@samba.org"><em>samba@samba.org</em></a>. Samba is now developed
  174. by the Samba Team as an Open Source project similar to the way the
  175. Linux kernel is developed.
  176. <p>The original Samba man pages were written by Karl Auer. The man page
  177. sources were converted to YODL format (another excellent piece of Open
  178. Source software, available at
  179. <a href="ftp://ftp.icce.rug.nl/pub/unix/"><strong>ftp://ftp.icce.rug.nl/pub/unix/</strong></a>)
  180. and updated for the Samba2.0 release by Jeremy Allison.
  181. <a href="mailto:samba@samba.org"><em>samba@samba.org</em></a>.
  182. <p>See <a href="samba.7.html"><strong>samba (7)</strong></a> to find out how to get a full
  183. list of contributors and details on how to submit bug reports,
  184. comments etc.
  185. </body>
  186. </html>