QUOTE(killnine @ 29 Apr, 2009 - 07:21 AM)

So lets say I have my home network (192.168.0.1 as gateway, with addresses up to 192.168.0.12).
Instead of typing in the name of the machine via IP, I want to give each system a name that I can type into a browser, and eventually have subdomains for services ON those particular systems.
For example:
I would like to have an internal domain called HERCULES on my network. If I went to HERCULES/PressMon, I would like it to direct to the HERCULES machine on port 8080 or something.
Is this what I would use DNS for?
I have a copy of Windows Server 2008 Std. on an academic license and I was hoping to setup DNS using IIS. Perhaps someone can recommend the best way of setting this sort of thing up.
Hey,
I have an idea of how you might be able to implement the kind of service that you want on your network. It's mostly guesswork though, as I've never implemented the sort of thing you are looking for.
You can use Active Directory & DNS to implement and manage domain names on your network. DNS servers support many different record types including one called SRV (location of service). Amongst other things SRV records let you specify port numbers for services running on a particular domain or sub domain.
In theory, you should be able to use a normal A record to name your computer running the target service and a SRV record to provide the port on which to connect. Your browser should then check DNS for any records and find both the A and SRV records automatically. It might be possible to use LDAP to manage these records through AD as well, although that's me guessing again
One thing to look out for - from the little bit of reading about of the net that I did it looks like SRV records might not be supported by some browsers so you might want to check before implementing all this. Sorry I couldn't be more specific - one of these days I'll stop being such a cheapskate and actually fork out for some Windows Server software
Hope this helps - Let us know if you get it working!
-N
This post has been edited by numeric: 7 May, 2009 - 03:30 PM