Do you have an internal DNS server?
I know of a lot of companies do something similar to this. You could set up a virtual host on the IIS server (i'm not sure how to do this, so I'm speaking vaguely), and point an IP/hostname combo to it. So, you could have an "Inventory" hostname resolve to the virtual host's IP address, make the virtual host's index.html (or whatever your index file is) actually point to the page containing your inventory.
alc6379
Cookie... That's it
2,820 posts since Dec 2003
Reputation Points: 186
Solved Threads: 147
The easiest thing to do is modify each of the client machines host file, adding an entry to the server's ip address to whatever name you want.
Tekmaven
Software Architect
1,274 posts since Feb 2002
Reputation Points: 322
Solved Threads: 28
Hello,
You GOTTA be kidding to edit the hosts files on all the machines. NO! By doing that, you loose all flexibility of managing the name if it should change down the road. Unless there would be a way to do it via group policy, don't even try to do that.
DNS is the way to go with this project.
Christian
kc0arf
Posting Virtuoso
1,937 posts since Mar 2004
Reputation Points: 121
Solved Threads: 57
I'm just curious, what exactly is the point of that host file? I was checking out mine and the only ip listed is the loopback, but theres a huge list of domain names there. What's it for?
Justin01
Junior Poster in Training
77 posts since Aug 2005
Reputation Points: 11
Solved Threads: 2
Ah. So say I'm running a webserver on my machine and I want other computers on my lan to access it I would just create an entry with a name and next to it the ip of the machine running the web server?
For example, if my web server is say 192.168.1.3 the entry would look something like the following?
192.168.1.3 //webserver
?
Justin01
Junior Poster in Training
77 posts since Aug 2005
Reputation Points: 11
Solved Threads: 2