Come posso sostituire il comando nmblookup su Lion? [duplicare]

0

In Snow Leopard, usavo il comando %codice% Aggiornando ciecamente a Lion, non mi sono reso conto che Apple ha rimosso SMB. Ora sono nei guai.

Esiste comunque la possibilità di sostituirlo con un'alternativa? Vedo che c'è nmblookup -U 172.16.0.10 -R domainPC | grep '<00>' | awk '{print $1}' , ma non sono sicuro di poter aggiungere un gateway come ho fatto con smbutil lookup [hostname] .

    
posta Jon 02.01.2012 - 21:40
fonte

1 risposta

1

Hai dato un'occhiata alla pagina man?

Non dovrebbe smbutil lookup [-w host] name fare il lavoro?

 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.

Per me ha funzionato (sostituendo il tuo esempio):

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

    
risposta data 06.01.2012 - 23:30
fonte

Leggi altre domande sui tag