To creat a new SharePoint Site, I first created a new web application, then a new site collection at the root of that web application.
I bound the site to the domain devsite in IIS.
If I edit the server's host file pointing devsite to the localhost with the line
127.0.0.1 devsite
...it works great.
How can I make this devsite accessible from other machines on the network?
The network I am on is pretty big and I am trying to figure this out without bothering the admins.