PC Review


Reply
Thread Tools Rate Thread

Disabling internet access

 
 
richard.sutcliffe@gmail.com
Guest
Posts: n/a
 
      14th Jan 2007
I want to write a small service that will simply disable internet
access from my kids PC between certain times (to make sure they do
their homework, etc). I know I could buy any number of internet
monitoring software but I don't want to act as 'big brother'.

What would be the simplest, most reliable way to do this using c#?

 
Reply With Quote
 
 
 
 
Lebesgue
Guest
Posts: n/a
 
      14th Jan 2007
It depends on how you are connecting to the internet. We are connecting
through a LAN and I have built a simple application that changes IP address
to an address that is invalid on our network when the internet connection
should not be available. When your kids are small enough (not yet hackers
:-) ) you could change the shortcut they use to connect to the internet (or
to start applications they use on the internet) to point to a C# application
that checks whether the time is suitable for them to connect and
start/dismiss the desired application.

<(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
>I want to write a small service that will simply disable internet
> access from my kids PC between certain times (to make sure they do
> their homework, etc). I know I could buy any number of internet
> monitoring software but I don't want to act as 'big brother'.
>
> What would be the simplest, most reliable way to do this using c#?
>



 
Reply With Quote
 
rossum
Guest
Posts: n/a
 
      14th Jan 2007
On Sun, 14 Jan 2007 18:06:47 +0100, "Lebesgue" <(E-Mail Removed)>
wrote:

>When your kids are small enough (not yet hackers
>:-) ) you could change the shortcut they use to connect to the internet (or
>to start applications they use on the internet) to point to a C# application
>that checks whether the time is suitable for them to connect and
>start/dismiss the desired application.

Would that stop them if they were connected when the time changed from
allowed to disallowed?

rossum

 
Reply With Quote
 
Lebesgue
Guest
Posts: n/a
 
      14th Jan 2007
> Would that stop them if they were connected when the time changed from
> allowed to disallowed?


It depends on you how you implement the mechanism, of course... changing the
IP adress to an invalid one virtually stops the internet connection (no more
packets can be sent or received from the internet). It all depends on what
your particular scenario looks like.


 
Reply With Quote
 
 
 
Reply

Thread Tools
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

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Disabling Internet Access Functionality only from a Router RaymondSBaxterIII Windows Vista Networking 1 4th Mar 2008 09:03 PM
Disable internet access without disabling intranet access in I.E. 6 Masterlee Windows XP Internet Explorer 1 8th Nov 2006 06:14 AM
disabling all internet access Bryan Windows XP Security 6 20th Jan 2006 04:28 PM
Disabling Internet access for 1 OS on dual boot system ?? =?Utf-8?B?UGV0ZXI=?= Windows XP Networking 2 25th Nov 2005 12:31 PM
Disabling Internet Access on the Local Xero Microsoft Windows 2000 Group Policy 0 15th Oct 2003 06:21 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 07:14 AM.