Guillaume GROS
2002-Oct-10 16:29 UTC
[Samba] Problem accessing some hosts with space in netbios name
Hi everybody ! Here is what I do : ---------------------------------------------------------------- [gui@r52h153 gui]$ nmblookup -A 128.61.107.78 Looking up status of 128.61.107.78 EL PRESIDENTE <00> - B <ACTIVE> THETAXI <00> - <GROUP> B <ACTIVE> EL PRESIDENTE <03> - B <ACTIVE> [gui@r52h153 gui]$ smbclient -L "EL PRESIDENTE" -I 128.61.107.78 added interface ip=128.61.52.153 bcast=128.61.52.255 nmask=255.255.255.0 session request to EL PRESIDENTE failed (Called name not present) session request to *SMBSERVER failed (Called name not present) -------------------------------------------------------------------------------------- The same commands works with other hosts that also have space in their netbios name. If you can help me I will really appreciate GG
guillaume GROS
2002-Oct-10 16:51 UTC
[Samba] Problem accessing some hosts with space in netbios name
I have upgrade from 2.2.6.pre2 to the latest CVS version and it's even worse I have the same problem even with host without space in the name. Here are the commands : ------------------------------------------ [gui@r52h153 gui]$ nmblookup -A 128.61.41.83 Looking up status of 128.61.41.83 KATIE <00> - M <ACTIVE> CALDWELL <00> - <GROUP> M <ACTIVE> KATIE <03> - M <ACTIVE> smbclient -L KATIE -I 128.61.41.83 -p 139 added interface ip=128.61.52.153 bcast=128.61.52.255 nmask=255.255.255.0 session request to KATIE failed (Called name not present) session request to *SMBSERVER failed (Called name not present) Bye