Dear Fajar thanks for your replay I have about 300 request per second in my router , so i should accept all incoming connection , but if user not define or should be rejected i should change IP pool to user can not access to internet and just redirect to help paje. in all section i change or rewrite policy to not reject the and just change ip pool but if user not define what should i do ? :) On 3/29/13, Fajar A. Nugraha <list@fajar.net> wrote:
On Fri, Mar 29, 2013 at 7:13 PM, Mehdi Ravanbakhsh <babakco@gmail.com>wrote:
Hi ALL
I need to allow all user to be connected even if user not define in database .
Short version: http://wiki.freeradius.org/guide/FAQ#How-do-I-permit-access-to-any-user-rega...
However if you use Windows clients and EAP then the answer would usually be NO, you can't.
But if user not define it should get some specified replay atribute .
That's a bit tricky. My best suggestion (untested) would probably be "man unlang", and look for "notfound".
If you tell more about what you're actually trying to do, then others will be able to help you more.
For example, a common use for this would be for a public access point (e.g. using chillispot and friends), when you want "guest" user to have limited access (e.g. lower bandwidth, limited data transfer). But if that were the case, I can tell you right now that the best way to implement what you want is NOT by performing the catch-all in radius side, but rather in whatever-welcome-page you're using (e.g. by using a customized chillispot's "login.php" that can create users in FR's db).
-- Fajar