0 votos

¿Cómo puedo sustituir el comando nmblookup en Lion?

Posible duplicado:
¿Dónde está nmblookup en Lion?

En Snow Leopard, solía utilizar el comando nmblookup -U 172.16.0.10 -R domainPC | grep '<00>' | awk '{print $1}' Actualizando a ciegas a Lion, no me di cuenta de que Apple eliminó SMB ahora estoy en problemas.

¿Hay alguna forma de sustituirlo por una alternativa? Veo que hay smbutil lookup [hostname] pero no estoy seguro de si puedo añadir una puerta de enlace como hice con nmblookup .

1voto

penkoad Puntos 41

¿Has echado un vistazo a la página de manual?

No debería smbutil lookup [-w host] name ¿hacer el trabajo?

 Global options are as follows:
 -h      Print a short help message.
 -v      Verbose output.
 The commands and local options are:
 help command
         Print usage information about command.
 lookup [-w host] [-t node_type] [-e] name
         Resolve the given name to an IP address.  The NetBIOS name server can be directly specified via
         the -w option. The NetBIOS name type can be specified via the -t, the default is to lookup file
         servers. For a complete list of name type please see "http://support.microsoft.com/kb/163409".
         The NetBIOS names will be unpercent escaped out if the -e option is specified.
 status [-ae] hostname
         Resolve given hostname (IP address or DNS name) to NetBIOS workgroup and system name. All Net-
         BIOS names will be displayed if the -a option is specified. All NetBIOS names will be percent
         escaped out if the -e option is specified.

A mí me ha funcionado (sustituyendo tu ejemplo):

smbutil lookup -w 172.16.0.10 -e domainPC | awk '/IP address of/ {print $5}'

AppleAyuda.com

AppleAyuda es una comunidad de usuarios de los productos de Apple en la que puedes resolver tus problemas y dudas.
Puedes consultar las preguntas de otros usuarios, hacer tus propias preguntas o resolver las de los demás.

Powered by:

X