Thread: internet access control

  1. #1
    Registered User cbastard's Avatar
    Join Date
    Jul 2005
    Location
    India
    Posts
    167

    internet access control

    Hi Everybody I need some help!!!
    I have a LAN all PC's using WIN-XP and default proxy.I want to control the internet access of the PC's.
    like:- I want that server will allot 1/2 hr to each PC on request and after 1/2hr there session expired and they cant use internet until another 1/2hr is given by server.
    Long time no C. I need to learn the language again.
    Help a man when he is in trouble and he will remember you when he is in trouble again.
    You learn in life when you lose.
    Complex problems have simple, easy to understand wrong answers.
    "A ship in the harbour is safe, but that's not what ships are built
    for"

  2. #2
    Registered User cbastard's Avatar
    Join Date
    Jul 2005
    Location
    India
    Posts
    167
    Is there any other method like:-
    Server can logoff the PC on its LAN.And change the password of PC and new user will be given this password and after their session.the process continues.
    Long time no C. I need to learn the language again.
    Help a man when he is in trouble and he will remember you when he is in trouble again.
    You learn in life when you lose.
    Complex problems have simple, easy to understand wrong answers.
    "A ship in the harbour is safe, but that's not what ships are built
    for"

  3. #3
    Registered User
    Join Date
    Sep 2004
    Location
    California
    Posts
    3,268
    The easiest way I can think of is to program your own proxy. A simple non-caching proxy wouldn't be hard to program, and then you could use it to moderate access based upon the IP addresses of the PCs on the LAN. If you don't want to do it by IP address, then you could make the proxy require a password, and have the passwords expire every half hour.

  4. #4
    Registered User cbastard's Avatar
    Join Date
    Jul 2005
    Location
    India
    Posts
    167
    thanks for the reply.ISA server is already installed.Do i need to do some programming of ISA server.Can you throw some light on what i need to program and how(means some related topics to study).
    sorry for the novice question.
    Long time no C. I need to learn the language again.
    Help a man when he is in trouble and he will remember you when he is in trouble again.
    You learn in life when you lose.
    Complex problems have simple, easy to understand wrong answers.
    "A ship in the harbour is safe, but that's not what ships are built
    for"

  5. #5
    Registered User
    Join Date
    Sep 2004
    Location
    California
    Posts
    3,268
    Well I don't know anything about what kind of proxy comes with ISA (or if it even comes with one), so I can't help you as far as that goes. My suggestion was to code your own proxy, but this requires some network programming abilities. If you don't have any idea on how you would code a proxy, then your best bet is to find a third party proxy that can be configured to do what you are looking for.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Button handler
    By Nephiroth in forum Windows Programming
    Replies: 8
    Last Post: 03-12-2006, 06:23 AM
  2. Scrolling Image Control
    By Punnie in forum Windows Programming
    Replies: 4
    Last Post: 11-30-2005, 02:50 AM
  3. Tab Controls - API
    By -KEN- in forum Windows Programming
    Replies: 7
    Last Post: 06-02-2002, 09:44 AM
  4. Internet Control
    By (TNT) in forum Windows Programming
    Replies: 4
    Last Post: 01-26-2002, 06:19 AM
  5. Remote Access Robot control via the internet
    By Valdim in forum C++ Programming
    Replies: 1
    Last Post: 09-06-2001, 03:07 AM