athlonmyx
06-18-2002, 12:35 AM
I want to limit the usage of internet service of my network by user acccess rights..my LAN is using DHCP + Proxy , so the Private IP address might be change and everybody in my LAN can access to every PC.
What i'm intend to do is..to control the internet usage by Access Rights..I'm thinking something that combines Apache+MySQL+IPTables all in one box(one static IP)..
Everyone wants to connect to the internet need to login to the webserver..the webserver will ask the database for access rights..and then pass the access rights to the IPTables..
My Problem is..how to pass the access rights to the IPTables..do i need another Perl Script...Or Maybe u guys thinking someting else.. Access Rights is what user can/ cannot do ..maybe Mr. A can ftp,http ..Mrs. B can http only.. Actually i'm just the beginner in this thing..
What i'm intend to do is..to control the internet usage by Access Rights..I'm thinking something that combines Apache+MySQL+IPTables all in one box(one static IP)..
Everyone wants to connect to the internet need to login to the webserver..the webserver will ask the database for access rights..and then pass the access rights to the IPTables..
My Problem is..how to pass the access rights to the IPTables..do i need another Perl Script...Or Maybe u guys thinking someting else.. Access Rights is what user can/ cannot do ..maybe Mr. A can ftp,http ..Mrs. B can http only.. Actually i'm just the beginner in this thing..