I have web site being hosted on my computer, so that mysite.com is served from one of my machines. However, even though everyone else can access this site normally, if I type its name (or, indeed, any subdomain such as x.mysite.com), I can't get the site to show. Now, if I edit the hosts file to redirect mysite.com to 192.168.1.5, everything is fine.
However, this is not a viable solution because then I need to edit the hosts file on every machine on the network. So, my question: is there an easier way?