Link to home
Start Free TrialLog in
Avatar of dtiproperties
dtiproperties

asked on

Allow only certain site access FOR FREE

I work for a company that manages apartment complexes. We have a bunch of offices that only have 1 or 2 computers at each. They are not networked together (in the office they are, but not inter-office). We don't have a server (except one we rent from hostdime and people like that). I need to know a FREE way to restrict access to only sites we specify. Basically we have like 50 sites we want to allow access to and deny everything else. Problem is: It has to be FREE. The owners refuse to spend money on this. Even a router or something gets expensive b/c we have to put one at every site. I suggested using IE content advisor, but I don't want to manually enter 50 sites in over 100 computers. Anybody have any ideas? If I didn't make something clear, please ask and I'll clarify. Thanks for the help in advance.
ASKER CERTIFIED SOLUTION
Avatar of LimeSMJ
LimeSMJ

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
1. > It has to be FREE.
2. > Even a router or something gets expensive b/c we have to put one at every site.
3. >  but I don't want to manually enter 50 sites in over 100 computers.

ok, the common way to do this is to use a router and/or proxy (probably on that router). This violates 2. above.
Another solution would be a (packetfilter) firewall which allows access to your sites only. You either need a router/firewall --> violates 2., or you need a firewall on each PC which violates 3.
Then you can write a proxy configuration to be used in your browser, but beside that it can simply be disabled by the user it violates 3. (cause you have to configure at least this proxy configuration file) and 1. 'cause you have to write something.
Or simply handout a paper containing all 50 sites where you allow access to and instruct users to only key in these sites, damn .. violates 1. too (paper is not free;-)

Either you forget at least on of your restrictions 1., 2. or 3., or forget about a solution to your problem.
Avatar of dtiproperties
dtiproperties

ASKER

Ok, so when I said free, I didn't mean including things like paper. I don't trust giving our employees a list of sites that they can go to (cause I know they won't just stick with those). We have a router at every office already, but they're cheap (D-Link 604 and a home Linksys). They don't have a "real" firewall that I know of. If you can set it up using home, cheap routers then that would be a solution as well. I appreciate y'all sticking so closely to what I asked. I also don't mind writing the 50 sites down (or keying them in) once, but I'd like to avoid having to do that at EVERY site. If that's the only way then we can nix that one. Let me rephrase my objectives a little: It needs to be cheap (under $100 to set every property) that means like $100 total for all 30 properties or whatever...not $100 per property. I'll key it in at every site if that's what I have to do. It'll take some time, but if that's what it takes then that's ok. We can't buy a new router for every property, but if the versions we have will work, that'd be great too. Let me know if that changes anything. Thanks
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
we're going with the HOSTS file. Thanks for the suggestions guys. I really appreciate your help