Security and Cryptography
 
Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
User Name:
Password:
Remember me
Go Back   Dev Shed ForumsSystem AdministrationSecurity and Cryptography

Reply
Add This Thread To:
  Del.icio.us   Digg   Google   Spurl   Blink   Furl   Simpy   Y! MyWeb 
Thread Tools Search this Thread Rate Thread Display Modes
 
Unread Dev Shed Forums Sponsor:
  #1  
Old August 1st, 2004, 11:45 AM
epanagio's Avatar
epanagio epanagio is offline
Contributing User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Nov 2003
Posts: 461 epanagio User rank is Corporal (100 - 500 Reputation Level)epanagio User rank is Corporal (100 - 500 Reputation Level)epanagio User rank is Corporal (100 - 500 Reputation Level)epanagio User rank is Corporal (100 - 500 Reputation Level) 
Time spent in forums: 6 Days 12 h 47 m 25 sec
Reputation Power: 10
Control Internet Access

I hope this is the right forum to ask this question: Is there a way to control Internet access? I work for a school district and this is a real problem for me. I need to control Internet access. Now, for example, any one can start a computer and access the Internet. I would like to have a way of disabling the access.
__________________
Evan

Reply With Quote
  #2  
Old August 2nd, 2004, 03:19 AM
juniperr juniperr is offline
network dude
Dev Shed Intermediate (1500 - 1999 posts)
 
Join Date: Dec 2003
Posts: 1,679 juniperr User rank is Second Lieutenant (5000 - 10000 Reputation Level)juniperr User rank is Second Lieutenant (5000 - 10000 Reputation Level)juniperr User rank is Second Lieutenant (5000 - 10000 Reputation Level)juniperr User rank is Second Lieutenant (5000 - 10000 Reputation Level)juniperr User rank is Second Lieutenant (5000 - 10000 Reputation Level)juniperr User rank is Second Lieutenant (5000 - 10000 Reputation Level)juniperr User rank is Second Lieutenant (5000 - 10000 Reputation Level) 
Time spent in forums: 1 Week 6 Days 21 h 55 m 2 sec
Reputation Power: 85
yes you can control this, what type of equipment do you have right now? what type of router, firewall, proxy server if any?

if you have a cisco router with firewall ios or PIX you can enable auth proxy and connect that to secure acs or you could connect it to websense or a multitude of other 3rd party software programs. as well proxy servers have this ability also, if you have an inline content manager like mcafee webshield or CA secure content manager you can do content management on these as well.

Reply With Quote
  #3  
Old August 25th, 2004, 01:09 PM
tgreendyk tgreendyk is offline
Registered User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Aug 2004
Posts: 1 tgreendyk User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
Program to control Intenet access

Hi,

I have not tried this program, but yesterday I stumbled upon a program called Browse Control from a company called Codeworks. They use a classroom environment as an example on their web page as a typical use for the program.

Again, I have no affiliation with this company or product and can't vouch for how well it works, but you may wish to check it out.

http://www.codework.com/bcontrol/product.html

Regards,

Tom G

Reply With Quote
  #4  
Old August 25th, 2004, 01:42 PM
RolandG RolandG is offline
Contributing User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Apr 2003
Location: New York
Posts: 140 RolandG User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 4 h 4 m 50 sec
Reputation Power: 6
Installing software on every machine is not the way to go. Install/configure a free Apache proxy server in between the other servers and the internet. And then use the ProxyBlock directive to block sites that you don't want people to go to. In addition you can create and assign user id's and paswords of the people you want to have internet access. Then set the proxy setting in all the browser windows to point to the newly installed proxy server.

Cost $0.00
http://httpd.apache.org/download.cgi


------------------------------------------------------
And the LORD went before them by day in a pillar of a cloud, to lead them the way; and by night in a pillar of fire, to give them light; to go by day and night:
Exodus 13:21

Reply With Quote
  #5  
Old September 23rd, 2004, 05:41 AM
BethelCutie BethelCutie is offline
Registered User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Sep 2004
Location: Where people lives
Posts: 13 BethelCutie User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 30 m 27 sec
Reputation Power: 0
Quote:
Originally Posted by RolandG
Installing software on every machine is not the way to go. Install/configure a free Apache proxy server in between the other servers and the internet. And then use the ProxyBlock directive to block sites that you don't want people to go to. In addition you can create and assign user id's and paswords of the people you want to have internet access. Then set the proxy setting in all the browser windows to point to the newly installed proxy server.

Cost $0.00
http://httpd.apache.org/download.cgi


------------------------------------------------------
And the LORD went before them by day in a pillar of a cloud, to lead them the way; and by night in a pillar of fire, to give them light; to go by day and night:
Exodus 13:21


My internet connection is thru dsl. Is it possible to connect directly using pppoe on 1 machine and make it running as a proxy server too? If it is possible, how do i do that?

Reply With Quote
  #6  
Old September 23rd, 2004, 10:21 AM
RolandG RolandG is offline
Contributing User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Apr 2003
Location: New York
Posts: 140 RolandG User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 4 h 4 m 50 sec
Reputation Power: 6
YES, it is possible simply configure your pppoe connection on the same computer you download and setup the proxy server on (http://httpd.apache.org/download.cgi). Then configure the proxy settings in all the other browsers.

Last edited by RolandG : September 23rd, 2004 at 10:24 AM.

Reply With Quote
  #7  
Old September 24th, 2004, 06:01 AM
BethelCutie BethelCutie is offline
Registered User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Sep 2004
Location: Where people lives
Posts: 13 BethelCutie User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 30 m 27 sec
Reputation Power: 0
Quote:
Originally Posted by RolandG
YES, it is possible simply configure your pppoe connection on the same computer you download and setup the proxy server on (http://httpd.apache.org/download.cgi). Then configure the proxy settings in all the other browsers.


Is apache capable of running as proxy server? I tried visiting ur link but then all i see there are web servers.

Reply With Quote
  #8  
Old September 24th, 2004, 09:01 AM
RolandG RolandG is offline
Contributing User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Apr 2003
Location: New York
Posts: 140 RolandG User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 4 h 4 m 50 sec
Reputation Power: 6
http://httpd.apache.org/docs/mod/mod_proxy.html

Reply With Quote
Reply

Viewing: Dev Shed ForumsSystem AdministrationSecurity and Cryptography > Control Internet Access


Thread Tools  Search this Thread 
Search this Thread:

Advanced Search
Display Modes  Rate This Thread 
Rate This Thread:


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
View Your Warnings | New Posts | Latest News | Latest Threads | Shoutbox
Forum Jump


Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
  
 





© 2003-2008 by Developer Shed. All rights reserved. DS Cluster 5 hosted by Hostway
Stay green...Green IT