other languages
NMBLOOKUP(1) | NMBLOOKUP(1) |
NAME¶
nmblookup - 基于TCP/IP上的NetBIOS客户用于查询NetBIOS名字的程序总览 SYNOPSIS¶
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}描述 DESCRIPTION¶
nmblookup 是 Samba(7)套件的一部分。选项 OPTIONS¶
- -M
- 通过查找类型为0x1d的NetBIOS名字
name来搜索一个主浏览器。如果
name 是
"-",那么它搜索特殊的名字
__MSBROWSE__。 Please note that in order to use the name
"-", you need to make sure "-" isn't parsed as an
argument, e.g. use : nmblookup -M -- -。
- -R
- 用这个选项在包中指定一个希望得到的二进制位来进行递归查找。
当向WINS服务器发送名字查询及用户希望在WINS服务器上进行名字查询时可以用这种方法。如果不设定这样的二进制递归位,则主机上的普通NetBIOS处理代码(以广播方式)将替代它。详细资料请参见rfc1001和rfc1002。
- -S
- 通过这个选项可以使名字查询操作返回一个IP地址时,再跟着作节点状态的查询操作。节点状态查询会返回主机注册的NetBIOS名字。
- -r
- 用这个选项来试图并绑定UDP端口137用于发送和接收UDP数据包。使用这个选项的理由是Windows
95在这方面有一个错误:它会忽略请求数据包的原始端口而只回复到UDP端口137(系统发送和接收包可能并不用137端口)。不幸的情况是在UNIX系统上绑定这个端口需要root权限。另外,运行
nmbd守护程序也应该绑定到这个端口。
- -A
- 用这个选项把name参数解释成一个IP地址并使用这个地址来作节点状态查询。
- -n <primary NetBIOS name>
- This option allows you to override the NetBIOS name that
Samba uses for itself. This is identical to setting the netbios
name parameter in the smb.conf file. However, a command line
setting will take precedence over settings in smb.conf.
- -i <scope>
- This specifies a NetBIOS scope that nmblookup 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
very rarely used, only set this parameter if you are the system
administrator in charge of all the NetBIOS systems you communicate with.
- -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).
- -O socket options
- TCP socket options to set on the client socket. See the
socket options parameter in the smb.conf manual page for the list
of valid options.
- -h|--help
- 打印帮助(使用方法)信息。
- -B <broadcast address>
- 用给出的广播地址发送查询。如果没有使用这个选项的话,nmblookup将会把查询发送到通过自动检测或者在smb.conf
(5)文件的
interfaces参数定义好的网络接口的广播地址上。
- -U <unicast address>
- 用这个选项对指定地址或者unicast
address主机进行单独的查询。查找一个WINS服务器需要这样的参数(还有
-R选项)。
- -V
- 输出程序版本号。
- -s <configuration file>
- 指定的文件包含服务器需要的配置细节。文件信息包括服务器特定的信息,比如使用哪个
printcap文件;也包括服务器提供的服务的描述。查看
smb.conf
来获得更详细的信息。默认的配置文件名是在编译时指定的。
- -d|--debug=debuglevel
- debuglevel
是个从0到10的整数。参数未指定时默认值为0。
- -l|--logfile=logbasename
- File name for log/debug files. The extension
".client" will be appended. The log file is never removed
by the client.
- -T
- 使用这个选项使得查找到的ip地址通过DNS反向查询查出所有的DNS名称,并将结果输出到通常的的
- -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.
- name
- 这个选项用来指定要查的NetBIOS名字。根据前面已经使用的选项这里可能出现的形式是一个NetBIOS名或者是IP地址。如果用的是NetBIOS名则可以在名字中加入'#<type>'来指定不同的名字类型。当然也可以用*来代替输入项,这样的话会通过广播区域返回所有已注册的名字。