Greetings friends,
I have installed 'dnsmasq' in my Debian server (192.168.2.10) and configured all host names in its '/etc/hosts' file as:
Code:
192.168.2.10 simba
192.168.2.12 mufasa
192.168.2.15 nala
192.168.2.18 kaira
192.168.2.21 sarab
I added a nameserver in all hosts (192.168.2.10).
I can ping from any linux workstation for a hostname,but when I ping for any of above host name from a Windows machine , it cannot resolve it.
How can I use 'dnsmasq' server to resolve names from a Window machine ?
thanks in advance.