Posted: 5/3/2006 4:31:38 AM EDT
|
How do I restrict a computer to only be able to visit one website? It's a public access computer, that should only access an online scheduling page. |
|
i think you can restrict the "host" file. i've never done it but im sure it can be done somehow host file is located: C:\WINDOWS\system32\drivers\etc if your running xp wikipedia |
|
hum.. seems like a dumb thing to do. but. without the details, you wanna disable DNS (domain name lookup) so that it wont go out and try to resolve ANY URLs. or at least not be able to find DNS servers.. then... put the URL for the web site in the host file (search undter your system directory, usually windows) its buried windows\system32\drivers\etc\host or something similar. be sure and put the correct IP address for the host. now the only thing it can RESOLVE is the one URL in the hosts file. beyond that you have to get creative with firewalls which is the way it would be done in a corporate environment. Since if the user knows an IP address nothing prevents them form typing that in... |
But this will take care of 99.9% of your users. |
Are there any other options? They just don't want that machine used for anything but the online scheduling. |
|
ummmm what's been offered is a good way to do it Assuming Win2K or up add an entry into the hosts file of for your scheduling app server slap a bogus IP into the DNS of the network properties now make sure the active user is just a user account and not an administrator and your set a user account doesn't have the rights to change network properties so they can't set the DNS to anything other than what you've set it to and the computer knows no other addresses than what's in the hosts file make sure you dump the cookies and restart the computer or you can go to the trouble of flusing the DNS cache of the computer that'll work Edit : sounds like you need a network admin -Barry |
That is a good way to do it. Probably what I would do if I couldn't lock it down by a firewall/filter. |