Manage IPv6 pools using freeradius

2009-10-08 Thread Ram Akuka
Hi , I want to manage my ipv6 users using ip_pool from FreeRadius. And I have few question regarding this. 1. how can I use ip_pool to allocate ipv6 address to a users? 2. How can I assign ipv6 address to client based on the NAS he came from?(different prefix for different NAS).

implemnting ipv6 with freeradius and juniper ERX

2009-10-06 Thread Ram Akuka
Hi, I am trying to implement ipv6 on my network using freeradius and juniper ERX as NAS. So I looked for some documentation and found that In order to assign ipv6 address to a user using radius I need 2 attribuets. Framed-IPv6-Prefix and ERX-IPv6-NdRa-Prefix I patched the juniper

RE: implemnting ipv6 with freeradius and juniper ERX

2009-10-06 Thread Ram Akuka
Hi , Well I am sure the authentication is done by the radius since the user get some of the attributes (like framed ip and egress) that why I used the this list to ask the question. I can even see attributes in the NAS (when turning on debug). What I miss some attributes in the NAS, and I want to

Bind to ldap with the current auticated user

2008-11-23 Thread Ram Akuka
Hi, i am trying to bind to LDAP server with my the current auth user .. so i added the following to the ldap module: identity = uid=%{Stripped-User-Name:-%{User-Name}},ou=people,o=XXX,o=XXX password = %{%{User-Password}:-%{Chap-Password}} but insted of compressing the unlang string and using the

Perl problem When restarting FreeRadius Deamon after adding some perl module

2007-12-27 Thread Ram Akuka
Hi, i trying to configure mac-address authentication system with FreeRadius and FreeNAC. after installing the FreeRadius and FreeNAC (ubuntu 7.10) i added the following to the Radius configuration: modules: perl check_mac { module = /opt/nac/bin/rad2vmps } authorize: # Enable MAC

Re: Perl problem When restarting FreeRadius Deamon after adding some perl module

2007-12-27 Thread Ram Akuka
i just recompile the freeradius , and add the LD_LIBRARY_PATH and it's working !!! tanks for helping -- Ram liran tal wrote: On Dec 27, 2007 10:09 AM, Alan DeKok [EMAIL PROTECTED] mailto:[EMAIL PROTECTED] wrote: Ram Akuka wrote: ... perl check_mac { module