My x64 windows 2003 box is not resolving names in the hosts file in system32\drivers\etc. I have been testing with nslookup with no luck.
There was not a syswow64\drivers\etc\hosts so I created one and entered the same hosts also with no luck. Should I reboot to get this one to work?
I've done the ipconfig /flushdns and /registerdns a few times with no luck.
nslookupcommunicates directly with your DNS server, so it would not look at your hosts file. You'd want to usepingor some other application that uses the normal methods to resolve a hostname and lets you know what IP it got. – DerfK Nov 2 '10 at 14:40