473,563 Members | 2,732 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Disable IE or Internet Access between time periods

40 New Member
Hello all,

I'm looking for a way to basically disable IE (or internet access in general) through group policy. I would still like our users to be able to log on to the domain at all times during the day, but only in the evening (say, 5-12pm) will they actually be able to surf the net / play games etc.

The users are not power users or admin, so they would not be able to install new programs (such as FireFox) to use the web, so I thought there might be a way just to disable IE between the hours of Midnight-4pm, for example.

It is necessary for them to be able to log on to the domain normally, since some software programs can only be access through their ability to log on. I don't want to totally disable the connectivity, just the use of IE.

All the user machines are running XP pro SP2 with IE 7.

Any links, info, or advice would be much appreciated.
Thanks for your time!
Apr 30 '07 #1
9 3558
Banfa
9,065 Recognized Expert Moderator Expert
How about you just set your router/firewall to not pass HTML traffic (outbound port 80 basically) during working ours.

Alternatively use the Wizards First Law.
Apr 30 '07 #2
wizardRahl
40 New Member
How about you just set your router/firewall to not pass HTML traffic (outbound port 80 basically) during working ours.

Alternatively use the Wizards First Law.
Nice humor there... =P



Is there any way to do that remotely? The users will be away at a "summer camp" where I have computers setup for them to do work and then give them some time during the evening to email and for casual use of the net. I can't exactly type in 192.168.0.1 and pull up the firewall settings since it is at a distant location. Also, they will be connecting to the university domain, and I doubt that I have privileges to access the main router/firewall settings, much less over-ride the campus SysAdmin.

I did think of resricting the access based on the router settings though, just unsure of how to do it remotely.

Thanks for the inital reply!
Any more help gladly accepted.

~ Knowledge is a weapon; I intend to be formidably armed. ~
Any more help would be
Apr 30 '07 #3
Banfa
9,065 Recognized Expert Moderator Expert
I did think of resricting the access based on the router settings though, just unsure of how to do it remotely.
OK well now hmmm.

If you can get local access to the router for a short while then you make be able to set it so that it is accessible from the external network side. I know I can with my router.

This has 2 main problems

1. You need to know the IP address of the router on the external network which means it needs a static IP address.

2. If the external network is a public network (the Internet say) then you do rather reduce your security and leave yourself open to attempts to penetrate the internal network.

Will there be no-one on site who will be able to act as admin for this?



Another possibility is to set up a proxy server on the network, obviously this would need to be secure against your students but you could configure the router to only accept port 80 connections from the proxy and then configure the proxy with times when it was and wasn't active (I think we are a little outside my field here), in fact a quick search in the Squid (which is a proxy server/cache available for free under the GPL although it does run on Linux a believe) documentation suggests that it can do this and more.

It may well be worth you finding a local guru and buying them a few beers.
Apr 30 '07 #4
wizardRahl
40 New Member
I'll look into the above advice. Thanks for your timely replies.
May 3 '07 #5
RevBooter
69 New Member
whats the wizards rule law? :D
May 3 '07 #6
Banfa
9,065 Recognized Expert Moderator Expert
People will believe something that they want to believe.
May 3 '07 #7
RevBooter
69 New Member
ah i get ya! gracias admin :D
May 3 '07 #8
link
71 New Member
Hi there,

try tightVNC or RealVNC..you can also try PCanywhere if you want to do it remotely.

Hope this helps...

L][nk
May 4 '07 #9
networkingguy347
1 New Member
There is a way to only allow access in active directory, but I think that relates to logins. I would suggest that you go force people to go through a proxy and if all else fails you can script the proxy service to stop/start at the desired times. Be sure to have each PC not use the proxy for local addresses so they can still access any local web based server applications. Also be sure to firewall port 80 for everything except your PC and the proxy so they have to go through the proxy to do it. This should restrict there internet access quite effectively.

Joe Jensen
Webmaster
Jun 6 '07 #10

Sign in to post your reply or Sign up for a free account.

Similar topics

2
5000
by: Derek White | last post by:
Ok here's the deal. We are finally getting DSL again... but our PC is in the living room... and the youngest has figured out that if he hits the right keys... he can bring up Internet Explorer. All is fine and dandy right now, but come next week... that things wont be so dandy. I am setting our LInux router/server back up soon, and would...
21
3185
by: Tony Marston | last post by:
If the use of the browser's BACK button is interfering with the operation of your web application then take a look at this article entitle "Back Button Blues" http://www.tonymarston.co.uk/php-mysql/backbuttonblues.html -- Tony Marston http://www.tonymarston.net
5
5906
by: Greg | last post by:
I am developing an application where I need to secure a workstation for periods of time. I can use BlockInput to stop users from task switching or messing with the keyboard, but I would like to disable Ctrl-Alt-Delete. It seems there seems to be only one real way I know about: Write a replacement Gina Driver to eat the keyboard events I...
6
3148
by: nntp | last post by:
I have a set of links which I want search engines to crawl them, but I want to disable them from my visitors, so I will ask the link owners to pay me to let me enable them. <a disabled href="#">bahbahbah</a> Does not work, as it is still clickable. It only changes the color to grey.
10
6548
by: Craig | last post by:
I'm a beginner with JS. When I try to disable JavaScript in IE6, I can't seem to turn it off in order to do off-line tests -- with or without JS enabled -- on my developing site. What I try in IE is: Tools => Internet Options => Security => Custom Level => Scripting => Active Scripting (disable). When I do this, and visit sites...
22
3781
by: TC | last post by:
I have an Access database application with a lot of custom row functions written in VBA. In other words, a lot of queries contain calculated fields which use functions defined in the modules. I am now thinking about upgrading the database from Access to SQL Server. If I do, how can I implement the custom row functions? Is Visual Basic...
8
2450
by: Ken Yu | last post by:
Hi, How can i disable "RightClick Menu" in Internet Explorer, when access the frontpage ? tks a lot ! Ken
2
3220
by: Michael Bialowas | last post by:
Hello all, I have been searching the net endlessly and found this ng, so I thought I would give a try. Anyways, I have a few problems I am trying to implement a combo box which presently contains the following: Description, Price, and Treatment code. I wish to do the following: when the description field(combo box) is clicked I want the...
3
2262
by: FOGARTYR | last post by:
I cannot find a way to disable an entire form. I need to disable the entire form during certain time periods, but I cannot find a way to do so...please help
0
7664
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main...
0
7583
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language...
0
8106
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that...
0
6250
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then...
1
5484
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes...
0
3642
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in...
0
3626
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
1198
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
0
923
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.