Hi there, I've got 2 remote 2.0.6 servers, with exactly the same charasteristics (I believe) I've the following entrys in my lmhosts file: 192.168.7.20 haarlem #PRE #DOM:truckland 192.168.4.20 zaandam #PRE #DOM:truckland When I search for a computer with the name haarlem i get a result, but when I try to find zaandam it says 0 computers found... What could be the problem?
A couple of thoughts - 1. what is your subnet mask on the windows box with the lmhosts file? By default for a 192 network it would be 255.255.255.0, which would mean that haarlem and zaandam are on different subnets, and you would need a route entry to get to whichever one is not on your 'local' subnet. 2. can you 'ping' 192.168.4.20 from your command prompt? 3. What is the ip address of your windows machine? 192.168.7.something? Hope this helps, Don