Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
Distributing a Hosts file
Name: bocaj Date: June 15, 2006 at 13:08:44 Pacific OS: Server 2003 CPU/Ram: P3 Product: IBM
Comment:
Is there a way to distribute a hosts file to clients using a GPO? I want to have the users log on and have the sites automatically blocked, or is there a easier way of doing this? Thanks
Name: heropsycho2177 Date: June 15, 2006 at 21:24:37 Pacific
Reply:
Logon script would be the only way I can think of to do it.
BTW, this is an inefficient way to do content filtering in my opinion.
Please help survivors of Hurricane Katrina!
www.redcross.org
0
Response Number 2
Name: Dirty_Sanchez Date: June 16, 2006 at 08:49:57 Pacific
Reply:
Youd get better results using a third party sw like websense which filters at the router level
0
Response Number 3
Name: heropsycho2177 Date: June 16, 2006 at 10:46:28 Pacific
Reply:
Mmm, ISA Server! Mmm, plug ins!
"Milk was a bad choice!"
0
Response Number 4
Name: Dirty_Sanchez Date: June 16, 2006 at 11:14:53 Pacific
Reply:
Yeah I use checkpoint where I am now and havent had a chance to use ISA much since the days of proxy. Websense isnt too bad but can be weird to setup the monitoring ports on managed switches with teamed NICS. Once it is setup though, you are done and it works very, very well.
0
Response Number 5
Name: racoonracer Date: June 16, 2006 at 22:00:07 Pacific
Reply:
we did use a login script to copy hosts files to users PC, before we put in (actually I put in DNS)
login script is in this format cp \\<servername><path to file> c:\<path to etc>
you need to have admin rights to the computer for it to work.
IT pro for hire - will reformat for PC for a Bog Mac.
0
Response Number 6
Name: bocaj Date: June 29, 2006 at 06:55:53 Pacific
Reply:
Thanks racoon i made a logon script and worked perfectly. The only thing i forgot was to add the /Z switch to overwrite the previous host file. But other than that works good.
Summary: A hosts file has nothing to do with authentication. (I could be wrong too) I think you confuse an IP to host name versus a n Active Directory Forest that has the abiltiy to cross domains or even PKI i...
Summary: I just changed the folowing registry value: \SYSTEM\CurrentControlSet\Services\Tcpip\Parameters\DatabasePath from: %SystemRoot%\system32\drivers\etc to: c:\etc but system seems to be ignoring this cha...