summaryrefslogtreecommitdiff
path: root/docs/htmldocs/nmblookup.1.html
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2000-05-12 13:05:25 +0000
committerAndrew Tridgell <tridge@samba.org>2000-05-12 13:05:25 +0000
commit69a26b387b2b1906637d6ef1ab29ddd874a553dc (patch)
treeb9d3a3b4f3d1ffb9ba77dd1bb9a15e7d43004567 /docs/htmldocs/nmblookup.1.html
parent30129251f26a4b2b59817eb984cc76251e89691d (diff)
downloadsamba-69a26b387b2b1906637d6ef1ab29ddd874a553dc.tar.gz
samba-69a26b387b2b1906637d6ef1ab29ddd874a553dc.tar.bz2
samba-69a26b387b2b1906637d6ef1ab29ddd874a553dc.zip
- added example config section to winbindd man page
- reran yodldocs with newer version of yodl (This used to be commit faa3f49430775fd1bd327237f369f7b5df6fc0c6)
Diffstat (limited to 'docs/htmldocs/nmblookup.1.html')
-rw-r--r--docs/htmldocs/nmblookup.1.html116
1 files changed, 58 insertions, 58 deletions
diff --git a/docs/htmldocs/nmblookup.1.html b/docs/htmldocs/nmblookup.1.html
index 2c3e80c76e..57effe149d 100644
--- a/docs/htmldocs/nmblookup.1.html
+++ b/docs/htmldocs/nmblookup.1.html
@@ -3,9 +3,10 @@
+
<html><head><title>nmblookup (1)</title>
-<link rev="made" href="mailto:samba-bugs@samba.org">
+<link rev="made" href="mailto:samba@samba.org">
</head>
<body>
@@ -15,139 +16,138 @@
<h2>Samba</h2>
<h2>23 Oct 1998</h2>
-
-<p><br><a name="NAME"></a>
+<p><a name="NAME"></a>
<h2>NAME</h2>
nmblookup - NetBIOS over TCP/IP client used to lookup NetBIOS names
-<p><br><a name="SYNOPSIS"></a>
+<p><a name="SYNOPSIS"></a>
<h2>SYNOPSIS</h2>
-<p><br><strong>nmblookup</strong> [<a href="nmblookup.1.html#minusM">-M</a>] [<a href="nmblookup.1.html#minusR">-R</a>] [<a href="nmblookup.1.html#minusS">-S</a>] [<a href="nmblookup.1.html#minusr">-r</a>] [<a href="nmblookup.1.html#minusA">-A</a>] [<a href="nmblookup.1.html#minush">-h</a>] [<a href="nmblookup.1.html#minusB">-B broadcast address</a>] [<a href="nmblookup.1.html#minusU">-U unicast address</a>] [<a href="nmblookup.1.html#minusd">-d debuglevel</a>] [<a href="nmblookup.1.html#minuss">-s smb config file</a>] [<a href="nmblookup.1.html#minusi">-i NetBIOS scope</a>] [<a href="nmblookup.1.html#minusT">-T</a>] <a href="nmblookup.1.html#name">name</a>
-<p><br><a name="DESCRIPTION"></a>
+<p><strong>nmblookup</strong> [<a href="nmblookup.1.html#minusM">-M</a>] [<a href="nmblookup.1.html#minusR">-R</a>] [<a href="nmblookup.1.html#minusS">-S</a>] [<a href="nmblookup.1.html#minusr">-r</a>] [<a href="nmblookup.1.html#minusA">-A</a>] [<a href="nmblookup.1.html#minush">-h</a>] [<a href="nmblookup.1.html#minusB">-B broadcast address</a>] [<a href="nmblookup.1.html#minusU">-U unicast address</a>] [<a href="nmblookup.1.html#minusd">-d debuglevel</a>] [<a href="nmblookup.1.html#minuss">-s smb config file</a>] [<a href="nmblookup.1.html#minusi">-i NetBIOS scope</a>] [<a href="nmblookup.1.html#minusT">-T</a>] <a href="nmblookup.1.html#name">name</a>
+<p><a name="DESCRIPTION"></a>
<h2>DESCRIPTION</h2>
-<p><br>This program is part of the <strong>Samba</strong> suite.
-<p><br><strong>nmblookup</strong> is used to query NetBIOS names and map them to IP
+<p>This program is part of the <strong>Samba</strong> suite.
+<p><strong>nmblookup</strong> is used to query NetBIOS names and map them to IP
addresses in a network using NetBIOS over TCP/IP queries. The options
allow the name queries to be directed at a particular IP broadcast area
or to a particular machine. All queries are done over UDP.
-<p><br><a name="OPTIONS"></a>
+<p><a name="OPTIONS"></a>
<h2>OPTIONS</h2>
-<p><br><ul>
-<p><br><a name="minusM"></a>
-<li><strong><strong>-M</strong></strong> Searches for a master browser by looking up the
+<p><dl>
+<p><a name="minusM"></a>
+<p></p><dt><strong><strong>-M</strong></strong><dd> Searches for a master browser by looking up the
NetBIOS name <a href="nmblookup.1.html#name"><strong>name</strong></a> with a type of 0x1d. If <a href="nmblookup.1.html#name"><strong>name</strong></a>
is <code>"-"</code> then it does a lookup on the special name <code>__MSBROWSE__</code>.
-<p><br><a name="minusR"></a>
-<li><strong><strong>-R</strong></strong> Set the recursion desired bit in the packet to do a
+<p><a name="minusR"></a>
+<p></p><dt><strong><strong>-R</strong></strong><dd> Set the recursion desired bit in the packet to do a
recursive lookup. This is used when sending a name query to a machine
running a WINS server and the user wishes to query the names in the
WINS server. If this bit is unset the normal (broadcast responding)
NetBIOS processing code on a machine is used instead. See rfc1001,
rfc1002 for details.
-<p><br><a name="minusS"></a>
-<li><strong><strong>-S</strong></strong> Once the name query has returned an IP address then do a
+<p><a name="minusS"></a>
+<p></p><dt><strong><strong>-S</strong></strong><dd> Once the name query has returned an IP address then do a
node status query as well. A node status query returns the NetBIOS names
registered by a host.
-<p><br><a name="minusr"></a>
-<li><strong><strong>-r</strong></strong> Try and bind to UDP port 137 to send and receive UDP
+<p><a name="minusr"></a>
+<p></p><dt><strong><strong>-r</strong></strong><dd> Try and bind to UDP port 137 to send and receive UDP
datagrams. The reason for this option is a bug in Windows 95 where it
ignores the source port of the requesting packet and only replies to
UDP port 137. Unfortunately, on most UNIX systems root privilage is
needed to bind to this port, and in addition, if the
<a href="nmbd.8.html"><strong>nmbd</strong></a> daemon is running on this machine it also
binds to this port.
-<p><br><a name="minusA"></a>
-<li><strong><strong>-A</strong></strong> Interpret &lt;name&gt; as an IP Address and do a node status
+<p><a name="minusA"></a>
+<p></p><dt><strong><strong>-A</strong></strong><dd> Interpret &lt;name&gt; as an IP Address and do a node status
query on this address.
-<p><br><a name="minush"></a>
-<li><strong><strong>-h</strong></strong> Print a help (usage) message.
-<p><br><a name="minusB"></a>
-<li><strong><strong>-B broadcast address</strong></strong> Send the query to the given broadcast
+<p><a name="minush"></a>
+<p></p><dt><strong><strong>-h</strong></strong><dd> Print a help (usage) message.
+<p><a name="minusB"></a>
+<p></p><dt><strong><strong>-B broadcast address</strong></strong><dd> Send the query to the given broadcast
address. Without this option the default behavior of nmblookup is to
send the query to the broadcast address of the network
interfaces as either auto-detected or defined in the
<a href="smb.conf.5.html#interfaces"><strong>interfaces</strong></a> parameter of the
<a href="smb.conf.5.html"><strong>smb.conf (5)</strong></a> file.
-<p><br><a name="minusU"></a>
-<li><strong><strong>-U unicast address</strong></strong> Do a unicast query to the specified
+<p><a name="minusU"></a>
+<p></p><dt><strong><strong>-U unicast address</strong></strong><dd> Do a unicast query to the specified
address or host <code>"unicast address"</code>. This option (along with the
<a href="nmblookup.1.html#minusR"><strong>-R</strong></a> option) is needed to query a WINS server.
-<p><br><a name="minusd"></a>
-<li><strong><strong>-d debuglevel</strong></strong> debuglevel is an integer from 0 to 10.
-<p><br>The default value if this parameter is not specified is zero.
-<p><br>The higher this value, the more detail will be logged about the
+<p><a name="minusd"></a>
+<p></p><dt><strong><strong>-d debuglevel</strong></strong><dd> debuglevel is an integer from 0 to 10.
+<p>The default value if this parameter is not specified is zero.
+<p>The higher this value, the more detail will be logged about the
activities of <strong>nmblookup</strong>. At level 0, only critical errors and
serious warnings will be logged.
-<p><br>Levels above 1 will generate considerable amounts of log data, and
+<p>Levels above 1 will generate considerable amounts of log data, and
should only be used when investigating a problem. Levels above 3 are
designed for use only by developers and generate HUGE amounts of
data, most of which is extremely cryptic.
-<p><br>Note that specifying this parameter here will override the <a href="smb.conf.5.html#loglevel"><strong>log
+<p>Note that specifying this parameter here will override the <a href="smb.conf.5.html#loglevel"><strong>log
level</strong></a> parameter in the <a href="smb.conf.5.html"><strong>smb.conf
(5)</strong></a> file.
-<p><br><a name="minuss"></a>
-<li><strong><strong>-s smb.conf</strong></strong> This parameter specifies the pathname to the
+<p><a name="minuss"></a>
+<p></p><dt><strong><strong>-s smb.conf</strong></strong><dd> This parameter specifies the pathname to the
Samba configuration file, <a href="smb.conf.5.html"><strong>smb.conf</strong></a>.
This file controls all aspects of
the Samba setup on the machine.
-<p><br><a name="minusi"></a>
-<li><strong><strong>-i scope</strong></strong> This specifies a NetBIOS scope that <strong>nmblookup</strong> will use
+<p><a name="minusi"></a>
+<p></p><dt><strong><strong>-i scope</strong></strong><dd> This specifies a NetBIOS scope that <strong>nmblookup</strong> will use
to communicate with when generating NetBIOS names. For details on the
use of NetBIOS scopes, see rfc1001.txt and rfc1002.txt. NetBIOS scopes
are <em>very</em> rarely used, only set this parameter if you are the
system administrator in charge of all the NetBIOS systems you
communicate with.
-<p><br><a name="minusT"></a>
-<li><strong><strong>-T</strong></strong> This causes any IP addresses found in the lookup to be
+<p><a name="minusT"></a>
+<p></p><dt><strong><strong>-T</strong></strong><dd> This causes any IP addresses found in the lookup to be
looked up via a reverse DNS lookup into a DNS name, and printed out
before each <code>"IP address NetBIOS name"</code> pair that is the normal
output.
-<p><br><a name="name"></a>
-<li><strong><strong>name</strong></strong> This is the NetBIOS name being queried. Depending upon
+<p><a name="name"></a>
+<p></p><dt><strong><strong>name</strong></strong><dd> This is the NetBIOS name being queried. Depending upon
the previous options this may be a NetBIOS name or IP address. If a
NetBIOS name then the different name types may be specified by
appending <code>#&lt;type&gt;</code> to the name. This name may also be <code>"*"</code>,
which will return all registered names within a broadcast area.
-<p><br></ul>
-<p><br><a name="EXAMPLES"></a>
+<p></dl>
+<p><a name="EXAMPLES"></a>
<h2>EXAMPLES</h2>
-<p><br><strong>nmblookup</strong> can be used to query a WINS server (in the same way
+<p><strong>nmblookup</strong> can be used to query a WINS server (in the same way
<strong>nslookup</strong> is used to query DNS servers). To query a WINS server,
<strong>nmblookup</strong> must be called like this:
-<p><br><code>nmblookup -U server -R 'name'</code>
-<p><br>For example, running :
-<p><br><code>nmblookup -U samba.org -R IRIX#1B'</code>
-<p><br>would query the WINS server samba.org for the domain master
+<p><code>nmblookup -U server -R 'name'</code>
+<p>For example, running :
+<p><code>nmblookup -U samba.org -R IRIX#1B'</code>
+<p>would query the WINS server samba.org for the domain master
browser (1B name type) for the IRIX workgroup.
-<p><br><a name="VERSION"></a>
+<p><a name="VERSION"></a>
<h2>VERSION</h2>
-<p><br>This man page is correct for version 2.0 of the Samba suite.
-<p><br><a name="SEEALSO"></a>
+<p>This man page is correct for version 2.0 of the Samba suite.
+<p><a name="SEEALSO"></a>
<h2>SEE ALSO</h2>
-<p><br><a href="samba.7.html"><strong>samba (7)</strong></a>, <a href="nmbd.8.html"><strong>nmbd (8)</strong></a>,
+<p><a href="samba.7.html"><strong>samba (7)</strong></a>, <a href="nmbd.8.html"><strong>nmbd (8)</strong></a>,
<a href="smb.conf.5.html"><strong>smb.conf (5)</strong></a>
-<p><br><a name="AUTHOR"></a>
+<p><a name="AUTHOR"></a>
<h2>AUTHOR</h2>
-<p><br>The original Samba software and related utilities were created by
-Andrew Tridgell <a href="mailto:samba-bugs@samba.org"><em>samba-bugs@samba.org</em></a>. Samba is now developed
+<p>The original Samba software and related utilities were created by
+Andrew Tridgell <a href="mailto:samba@samba.org"><em>samba@samba.org</em></a>. Samba is now developed
by the Samba Team as an Open Source project similar to the way the
Linux kernel is developed.
-<p><br>The original Samba man pages were written by Karl Auer. The man page
+<p>The original Samba man pages were written by Karl Auer. The man page
sources were converted to YODL format (another excellent piece of Open
Source software, available at
<a href="ftp://ftp.icce.rug.nl/pub/unix/"><strong>ftp://ftp.icce.rug.nl/pub/unix/</strong></a>)
and updated for the Samba2.0 release by Jeremy Allison.
-<a href="mailto:samba-bugs@samba.org"><em>samba-bugs@samba.org</em></a>.
-<p><br>See <a href="samba.7.html"><strong>samba (7)</strong></a> to find out how to get a full
+<a href="mailto:samba@samba.org"><em>samba@samba.org</em></a>.
+<p>See <a href="samba.7.html"><strong>samba (7)</strong></a> to find out how to get a full
list of contributors and details on how to submit bug reports,
comments etc.
-<p><br></body>
+<p></body>
</html>