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?
feedback
|
migrated from stackoverflow.com Jun 19 '10 at 2:20
This question came from our site for professional and enthusiast programmers.
|
The hosts file in Windows can be found at
this is typically:
The format in Windows is the same as in Linux. | |||||||
feedback
|