I config my local dns server to resolve a local domain (for example wpad) to 10.0.0.2.
I can ping wpad and get 10.0.0.2 under linux.
But under win 7, I ping wpad and get "ping request cannot find host", while nslookup wpad and get the right answer.
By using Wireshark, I found it only send LLMNR request to resolve wpad when ping.
It should be sending LLMNR request after the dns request is failed.
So what's the problem?