Linux Forums - Linux Help,Advice & support community:LinuxSolved.com

Network Troublshooting => Linux Servers Support => Topic started by: vector4tfc on December 31, 2008, 07:29:27 PM

Title: Athentication Server- Internet access user and password gateway server
Post by: vector4tfc on December 31, 2008, 07:29:27 PM
I don't know where to start.  I want to have a simple authentication server.  All it will do is ask a user for their name and password so that they can access the internet.  That's all it will do.  If a user cannot supply a valid username and password, internet access will be blocked.

But I haven't got a clue where to start.  Please point me in the right direction.

Since this server will have no heavy-duty function, I prefer a GUI-based solution.  Simplicity in setup is important.  So a point and click option is preferable to a command line.
Title: Re: Athentication Server- Internet access user and password gateway server
Post by: Ricky on December 31, 2008, 09:55:12 PM
In linux you can go for Squid. Squid is a proxy server which allow various authentication method. If its your start with linux then you have to read few docs before doing this. Squid NCSA authentication can do  the job.
Title: Re: Athentication Server- Internet access user and password gateway server
Post by: vector4tfc on July 10, 2009, 03:29:53 AM
That's why I didn't come back.