How to make other computers connected to my workgroup able to browse my web server via my private local domain www.mydomain.local?

Posted by Motivated Student on Server Fault See other posts from Server Fault or by Motivated Student
Published on 2011-02-24T06:32:06Z Indexed on 2011/02/24 7:26 UTC
Read the original article Hit count: 445

Background

I have a broadband connection. The fiber optic cable running from outside to my building is connected to a converter unit. The output of the converter is connected to a router. The router also provides 8 LAN ports to which the computers are connected.

Shortly speaking, all computers are interconnected in a workgroup as opposed to a domain.

My computer hosts an IIS web server using a private or local domain name www.mydomain.local. I has added 127.0.0.1 www.mydomain.local to the hosts file in the server C:\Windows\System32\drivers\etc so I can browse the site from within the server. So far so good.

How to make other computers connected to my workgroup able to browse my web server via my private local domain www.mydomain.local?

Note: Again, I am a newbie. I have no idea what I should do next.

© Server Fault or respective owner

Related posts about iis

Related posts about webserver