Comment 19 for bug 127152

Revision history for this message
Patrice Vetsel (vetsel-patrice) wrote : Re: Samba printers are not displayed

Last words for this morning.
I have another bug for windows XP to report but i was waiting resolution of this to test if it's here again.

The process that i recommend, work well here (for windows 98 AND XP, can not test Vista)

find a list of domain:
nmblookup -M -- - --> list of possible domain
nmblookup -A IP --> find the name of GROUP

find hosts in a domain:
nmblookup -R 'GROUP' --> list of IP

find NAME for each IP:
nmblookup -A IP | grep "<20>" --> NAME

find shares and specially printers for each IP/NAME:
use of smbclient (works in pysmb.py)

I attach the results of all of this commands.