I have two samba servers, 2.2.6, on my domain. They are both visible in Network Neighborhood. However, running nmblookup returns different results:
 
[root@centauri /]# nmblookup '*'
querying * on 192.168.0.255
192.168.0.231 *<00>
192.168.0.7 *<00>
192.168.0.5 *<00>
192.168.0.10 *<00>
192.168.0.14 *<00>
192.168.0.8 *<00>
192.168.0.6 *<00>
192.168.0.9 *<00>
192.168.0.16 *<00>
[root@thor /]# nmblookup '*'
querying * on 192.168.0.255
192.168.0.10 *<00>
 
Thor only gets a response from thor, but centauri gets a response from all nodes, including thor. Why? 
 
 

Reply via email to