On Mon, Oct 17, 2011 at 4:21 PM, Alejandro Gandara <agandara@optaresolutions.com> wrote:
2º How I could check the bind addresses in db.* files?
try http://wiki.freeradius.org/Rlm_ippool_tool I'd recommend you use rlm_sqlippool instead though.
When I use this tool I got users identified by keys, where could I find the map (or relation) of keys with users?. I need know which Users is conneceted which each IP.
I don't think you can with ippool. Try sqlippool instead, which has "username" column.
3º Radiuis-Framed-Routing is used to configure a gateway for each profile?
See http://freeradius.org/rfc/rfc2865.html for a description on what
each attribute is for.
I' ve seen i can manage Radius-Framed-Route to fix my problem.
You mean Framed-Route?
Mixing this with ippool could be a right solutions.( I hope). I've seen too i can configure default gateways with this attribute such as: 0.0.0.0 10.0.2.1 . where the first element is the network (default) and the second one is the gateway used.
Is this true?
Does your NAS support Framed-Route attribute? -- Fajar