in Mac or Linux, we can simply define IP and hostname in /etc/hosts. Then we can call another local computer with hostname (not with IP) we defined. But in windows, How can I do that? Where can I edit such configuration?

link|improve this question
Belongs on superuser.com – Paul R Jun 18 '10 at 13:30
feedback

migrated from stackoverflow.com Jun 19 '10 at 2:20

This question came from our site for professional and enthusiast programmers.

1 Answer

The hosts file in Windows can be found at

%SYSTEMROOT%\system32\drivers\etc\hosts

this is typically:

C:\WINDOWS\system32\drivers\etc\hosts

The format in Windows is the same as in Linux.

link|improve this answer
1  
+1 - 26 seconds earlier? That means it took me 26 seconds to write my answer too. Don't you just love how realtime SO is. It rocks. – Andras Zoltan Jun 18 '10 at 13:13
@Andras: Only for trivial questions. Anything remotely complicated can take hours or days or gather no good answers at all. – Joey Jun 19 '10 at 8:29
feedback

Your Answer

 
or
required, but never shown