.\"Generated by db2man.xsl. Don't modify this, modify the source. .de Sh \" Subsection .br .if t .Sp .ne 5 .PP \fB\\$1\fR .PP .. .de Sp \" Vertical space (when we can't use .PP) .if t .sp .5v .if n .sp .. .de Ip \" List item .br .ie \\n(.$>=3 .ne \\$3 .el .ne 3 .IP "\\$1" \\$2 .. .TH "NMBLOOKUP" 1 "" "" "" .SH NAME nmblookup \- 基于TCP/IP上的NetBIOS客户用于查询NetBIOS名字的程序 .SH "总览 SYNOPSIS" \fBnmblookup\fR [-M] [-R] [-S] [-r] [-A] [-h] [-B ] [-U ] [-d ] [-s ] [-i ][-T] [-f] {name} .SH "描述 DESCRIPTION" .PP .B nmblookup 是 \fBSamba\fR(7)套件的一部分。 .PP \fBnmblookup\fR 用于在网络中查询NetBIOS名字并映射对应的IP地址。使用它可以在一个特殊的IP广播区域或者机器中直接查询名字。所有的查询操作都在UDP上实现。 .SH "选项 OPTIONS" .TP -M 通过查找类型为\fB0x1d\fR的NetBIOS名字 \fIname\fR来搜索一个主浏览器。如果 \fI name\fR 是 "-",那么它搜索特殊的名字 \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 : \fBnmblookup -M -- -\fR。 .TP -R 用这个选项在包中指定一个希望得到的二进制位来进行递归查找。 当向WINS服务器发送名字查询及用户希望在WINS服务器上进行名字查询时可以用这种方法。如果不设定这样的二进制递归位,则主机上的普通NetBIOS处理代码(以广播方式)将替代它。详细资料请参见rfc1001和rfc1002。 .TP -S 通过这个选项可以使名字查询操作返回一个IP地址时,再跟着作节点状态的查询操作。节点状态查询会返回主机注册的NetBIOS名字。 .TP -r 用这个选项来试图并绑定UDP端口137用于发送和接收UDP数据包。使用这个选项的理由是Windows 95在这方面有一个错误:它会忽略请求数据包的原始端口而只回复到UDP端口137(系统发送和接收包可能并不用137端口)。不幸的情况是在UNIX系统上绑定这个端口需要root权限。另外,运行\fBnmbd\fR守护程序也应该绑定到这个端口。 .TP -A 用这个选项把\fIname\fR参数解释成一个IP地址并使用这个地址来作节点状态查询。 .TP -n This option allows you to override the NetBIOS name that Samba uses for itself\&. This is identical to setting the \fInetbios name\fR parameter in the \fIsmb\&.conf\fR file\&. However, a command line setting will take precedence over settings in \fIsmb\&.conf\fR\&. .TP -i This specifies a NetBIOS scope that \fBnmblookup\fR 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 \fBvery\fR rarely used, only set this parameter if you are the system administrator in charge of all the NetBIOS systems you communicate with\&. .TP -W|--workgroup=domain Set the SMB domain of the username\&. This overrides the default domain which is the domain defined in smb\&.conf\&. If the domain specified is the same as the servers NetBIOS name, it causes the client to log on using the servers local SAM (as opposed to the Domain SAM)\&. .TP -O socket options TCP socket options to set on the client socket\&. See the socket options parameter in the \fIsmb\&.conf\fR manual page for the list of valid options\&. .TP -h|--help 打印帮助(使用方法)信息。 .TP -B 用给出的广播地址发送查询。如果没有使用这个选项的话,nmblookup将会把查询发送到通过自动检测或者在\fBsmb.conf\fR (5)文件的\fIinterfaces\fR参数定义好的网络接口的广播地址上。 .TP -U 用这个选项对指定地址或者\fIunicast address\fR主机进行单独的查询。查找一个WINS服务器需要这样的参数(还有\fI-R\fR选项)。 .TP -V 输出程序版本号。 .TP -s 指定的文件包含服务器需要的配置细节。文件信息包括服务器特定的信息,比如使用哪个 printcap文件;也包括服务器提供的服务的描述。查看\fIsmb.conf\fR 来获得更详细的信息。默认的配置文件名是在编译时指定的。 .TP -d|--debug=debuglevel \fIdebuglevel\fR 是个从0到10的整数。参数未指定时默认值为0。 这个值越高,将记录越多关于nmblookup活动的资料。在把调试级设为0时,只记录紧急错误和严重警告。级别一是日常运行时合适的级别 - 它产生小量的执行操作的信息。 1以上的调试级将产生相当多的记录数据,并且只在研究问题时才有用。3以上的调试级只被设计为让开发者使用并会产生极大数量的记录数据,而且其中很多部分非常难以理解。 注意在此使用这个参数将越过在\fIsmb.conf\fR (5)文件中的\fIlog level\fR参数。 .TP -l|--logfile=logbasename File name for log/debug files\&. The extension \fB"\&.client"\fR will be appended\&. The log file is never removed by the client\&. .TP -T 使用这个选项使得查找到的ip地址通过DNS反向查询查出所有的DNS名称,并将结果输出到通常的的 \fBIP address \&.\&.\&.\&. NetBIOS name\fR 对应关系前面。 .TP -f Show which flags apply to the name that has been looked up\&. Possible answers are zero or more of: Response, Authoritative, Truncated, Recursion_Desired, Recursion_Available, Broadcast\&. .TP name 这个选项用来指定要查的NetBIOS名字。根据前面已经使用的选项这里可能出现的形式是一个NetBIOS名或者是IP地址。如果用的是NetBIOS名则可以在名字中加入'#'来指定不同的名字类型。当然也可以用*来代替输入项,这样的话会通过广播区域返回所有已注册的名字。 .SH "范例 EXAMPLES" .PP \fBnmblookup\fR 可被用于查询WINS服务器(同样\fBnslookup\fR用于查询DNS服务器)。要查询WINS服务器,必须这样调用 \fBnmblookup\fR: .PP \fBnmblookup -U server -R 'name'\fR .PP 例如,运行: .PP \fBnmblookup -U samba.org -R 'IRIX#1B'\fR .PP 通过这个命令将向WINS服务器samba.org查询IRIX工作组中的域主浏览器(名字类型为1B)。 .SH "版本 VERSION" .PP 此手册页是针对samba套件版本3.0的。 .SH "参见 SEE ALSO" .PP \fBnmbd\fR(8), \fBsamba\fR(7), and \fBsmb.conf\fR(5)\&. .SH "作者 AUTHOR" .PP samba软件和相关工具最初由Andrew Tridgell创建。samba现在由Samba Team 作为开源软件来发展,类似linux内核的开发方式。 .PP 最初的samba手册页是 Karl Auer写的。 手册页源码已经转换为YODL格式(另一种很好的开源软件,可以在\fIftp://ftp.ice.rug.nl/pub/unix\fR找到),由Jeremy Sllison 更新到Samba2.0 版本。 Gerald Carter 在Samba2.2中将它转化为DocBook 格式。 Alexander Bokovoy 在Samba 3.0中实现了DocBook XML4.2 格式的转换。 .SH "[中文版维护人]" .B meaculpa .SH "[中文版最新更新]" .B 2000/12/08 .SH "《中国linux论坛man手册页翻译计划》:" .BI http://cmpp.linuxforum.net .SH "跋" .br 本页面中文版由中文 man 手册页计划提供。 .br 中文 man 手册页计划:\fBhttps://github.com/man-pages-zh/manpages-zh\fR