| 1 | .\" Title: nmblookup
|
|---|
| 2 | .\" Author:
|
|---|
| 3 | .\" Generator: DocBook XSL Stylesheets v1.73.1 <http://docbook.sf.net/>
|
|---|
| 4 | .\" Date: 08/18/2008
|
|---|
| 5 | .\" Manual: User Commands
|
|---|
| 6 | .\" Source: Samba 3.2
|
|---|
| 7 | .\"
|
|---|
| 8 | .TH "NMBLOOKUP" "1" "08/18/2008" "Samba 3\.2" "User Commands"
|
|---|
| 9 | .\" disable hyphenation
|
|---|
| 10 | .nh
|
|---|
| 11 | .\" disable justification (adjust text to left margin only)
|
|---|
| 12 | .ad l
|
|---|
| 13 | .SH "NAME"
|
|---|
| 14 | nmblookup - NetBIOS over TCP/IP client used to lookup NetBIOS names
|
|---|
| 15 | .SH "SYNOPSIS"
|
|---|
| 16 | .HP 1
|
|---|
| 17 | nmblookup [\-M] [\-R] [\-S] [\-r] [\-A] [\-h] [\-B\ <broadcast\ address>] [\-U\ <unicast\ address>] [\-d\ <debug\ level>] [\-s\ <smb\ config\ file>] [\-i\ <NetBIOS\ scope>] [\-T] [\-f] {name}
|
|---|
| 18 | .SH "DESCRIPTION"
|
|---|
| 19 | .PP
|
|---|
| 20 | This tool is part of the
|
|---|
| 21 | \fBsamba\fR(7)
|
|---|
| 22 | suite\.
|
|---|
| 23 | .PP
|
|---|
| 24 | nmblookup
|
|---|
| 25 | 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\.
|
|---|
| 26 | .SH "OPTIONS"
|
|---|
| 27 | .PP
|
|---|
| 28 | \-M
|
|---|
| 29 | .RS 4
|
|---|
| 30 | Searches for a master browser by looking up the NetBIOS name
|
|---|
| 31 | \fIname\fR
|
|---|
| 32 | with a type of
|
|---|
| 33 | \fB0x1d\fR\. If
|
|---|
| 34 | \fI name\fR
|
|---|
| 35 | is "\-" then it does a lookup on the special name
|
|---|
| 36 | \fB__MSBROWSE__\fR\. Please note that in order to use the name "\-", you need to make sure "\-" isn\'t parsed as an argument, e\.g\. use :
|
|---|
| 37 | \fBnmblookup \-M \-\- \-\fR\.
|
|---|
| 38 | .RE
|
|---|
| 39 | .PP
|
|---|
| 40 | \-R
|
|---|
| 41 | .RS 4
|
|---|
|
|---|