DHillard
November 14th, 2003, 03:15 PM
I've been trying to come up with a relatively secure way to have an application "disable" an ethernet card, thus disabling Internet access to an unattended/unsupervised PC.
This is intended to limit internet access by children when parents are away from the house or working late shifts.
I know that hardware firewalls will allow filtering and time of day access to the internet, but need to write an application that will accumulate time, for instance 2 hrs per day of internet access.
This cannot work by limiting applications such as IE because there may be internet client application making direct connection to chat servers, etc.
I need some facility to programmatically disable the internet interface, or the IP protocol, but have it relatively easy for the controlling application to "reverse" this to allow internet access for the adults.
Does anyone have any suggestions on this? I would prefer a Win32 api or C solution. I don't like or do MFC, .NET, Java, VB etc.
Thanks in advance for your thoughts/suggestions.
David
This is intended to limit internet access by children when parents are away from the house or working late shifts.
I know that hardware firewalls will allow filtering and time of day access to the internet, but need to write an application that will accumulate time, for instance 2 hrs per day of internet access.
This cannot work by limiting applications such as IE because there may be internet client application making direct connection to chat servers, etc.
I need some facility to programmatically disable the internet interface, or the IP protocol, but have it relatively easy for the controlling application to "reverse" this to allow internet access for the adults.
Does anyone have any suggestions on this? I would prefer a Win32 api or C solution. I don't like or do MFC, .NET, Java, VB etc.
Thanks in advance for your thoughts/suggestions.
David