IPv6 ready?

2011-10-31 Thread Sergio NNX
Ciao. Just wondering if FR supports IPv6 addresses since I'm unable to start the server when using IPv6. I've changed (or uncommented) a couple of lines in radiusd.conf under 'listen' section: ipv6addr = :: and then I tried to start the server but no way. It works ok when using IPv4. FR

Re: IPv6 ready?

2011-10-31 Thread Fajar A. Nugraha
On Mon, Oct 31, 2011 at 3:11 PM, Sergio NNX sfhac...@hotmail.com wrote: Ciao. Just wondering if FR supports IPv6 addresses Sure it does. If you want it to listen on both ipv4 and ipv6, just add extra listen blocks listen { ipv6addr = :: port = 0 type = auth } listen {

Re: IPv6 ready?

2011-10-31 Thread Alan Buxey
Hi, Just wondering if FR supports IPv6 addresses since I'm unable to start the server when using IPv6. yes. we use it fine with IPv6 - both receiving and sending RADIUS packets. Another question is: are you aware of any (client) tool for testing FR when using IPv6 addresses?

Re: add field in radcheck table

2011-10-31 Thread gary
Hi Fajar I think the secondname field may be realm instead of. I am thinking this in case without proxy, using local database it can determine by two field username+realm instead one check field username such as gary@companyA . User can see his/her name like gary only without @companyA

Re: Quota based on time with squid

2011-10-31 Thread senthil kumar
I added monthlycounter ,dailycounter, noresetcounter in post-auth i get follwing error /etc/raddb/sites-enabled/default[514]: SQL Counter modules aren't allowed in 'post-auth' sections -- they have no such method. /etc/raddb/sites-enabled/default[440]: Errors parsing post-auth section. When i

Re: add field in radcheck table

2011-10-31 Thread Fajar A. Nugraha
On Mon, Oct 31, 2011 at 5:23 PM, gary gary.y...@browan.com wrote: Hi Fajar I think the secondname field may be realm instead of. First rule before asking anything: make SURE you know what you want. When you're not even sure, how can others help you? I am thinking this in case without proxy,

Re: cisco WAP/FreeRadius/OpenLDAP

2011-10-31 Thread Matthew Arguin
Phil, I just confirmed that it is tagged with the {CRYPT} or {SHA} (i have tried both). also, i changed the user that is binding to be the manager CN which has full access to the ldap for mod etc to rule that out. [ldap] performing user authorization for marguin2 [ldap] expand: (uid=%u) -

Re: Assert Failed on Proxing

2011-10-31 Thread andreapepa
So...i've followed the instructions on this link.( http://wiki.freeradius.org/Build#Building+Debian+packages )..but compilation give me this error, libssl-dev is installed: make[7]: Leaving directory `/home/apepa/fr212/freeradius-server-2.1.12/src/modules/rlm_dynamic_clients' Making all in

Re: cisco WAP/FreeRadius/OpenLDAP

2011-10-31 Thread Phil Mayers
On 31/10/11 14:03, Matthew Arguin wrote: Phil, I just confirmed that it is tagged with the {CRYPT} or {SHA} (i have tried both). also, i changed the user that is binding to be the manager CN which has full access to the ldap for mod etc to rule that out. Ah. I've just seen that you are running

RE: IPv6 ready?

2011-10-31 Thread Sergio NNX
Thank you all for your help. I added two more listen blocks in radiusd.conf and I updated detail { ... with the following: %{%{Packet-Src-IP-Address}:-%{Packet-Src-IPv6-Address}} and it works but . (there's always a but). if we use an IPv6 address, then Packet-Src-APv6-Address value will

Re: IPv6 ready?

2011-10-31 Thread Phil Mayers
On 31/10/11 15:32, Sergio NNX wrote: Thank you all for your help. I added two more listen blocks in radiusd.conf and I updated detail { ... with the following: %{%{Packet-Src-IP-Address}:-%{Packet-Src-IPv6-Address}} and it works but . (there's always a but). if we use an IPv6 address, then

RE: IPv6 ready?

2011-10-31 Thread Sergio NNX
Thanks Phil. Can you try 'mkdir 0:0:0:0:0:0:0:0' on a Windows box and let mw know if it works? Date: Mon, 31 Oct 2011 15:46:47 + From: p.may...@imperial.ac.uk To: freeradius-users@lists.freeradius.org Subject: Re: IPv6 ready? On 31/10/11 15:32, Sergio NNX wrote: Thank you all for

Re: IPv6 ready?

2011-10-31 Thread Phil Mayers
On 31/10/11 15:58, Sergio NNX wrote: Thanks Phil. Can you try 'mkdir 0:0:0:0:0:0:0:0' on a Windows box and let mw know if it works? I can tell you for absolute certain it won't without even having to try. It's a Windows limitation. - List info/subscribe/unsubscribe? See

Re: IPv6 ready?

2011-10-31 Thread Johan Meiring
On 2011/10/31 05:58 PM, Sergio NNX wrote: Thanks Phil. Can you try 'mkdir 0:0:0:0:0:0:0:0' on a Windows box and let mw know if it works? C:\junkmkdir 0:0:0:0:0:0:0:0 The system cannot find the drive specified. C:\junkmkdir '0:0:0:0:0:0:0:0' The filename, directory name, or volume label

RE: IPv6 ready?

2011-10-31 Thread Sergio NNX
Cool, what can i do about it? I'm new to FR so I don't know how to implement a rule or something like that. Can you provide an example or an url where I can find more info? Cheers. Date: Mon, 31 Oct 2011 16:08:21 + From: p.may...@imperial.ac.uk To: freeradius-users@lists.freeradius.org

Re: IPv6 ready?

2011-10-31 Thread Alan DeKok
Johan Meiring wrote: Why not simply remove the Ip address from the log path? Do they HAVE to be in directories with the IP address as part of the name? No. That's why the config files are editable. Edit them. Alan DeKok. - List info/subscribe/unsubscribe? See

Re: IPv6 ready?

2011-10-31 Thread Alan DeKok
Sergio NNX wrote: Thank you all for your help. I added two more listen blocks in radiusd.conf and I updated detail { ... with the following: %{%{Packet-Src-IP-Address}:-%{Packet-Src-IPv6-Address}} and it works but . (there's always a but). if we use an IPv6 address, then

Re: IPv6 ready?

2011-10-31 Thread Fajar A. Nugraha
On Mon, Oct 31, 2011 at 11:19 PM, Sergio NNX sfhac...@hotmail.com wrote: Cool, what can i do about it? I'm new to FR so I don't know how to implement a rule or something like that. Can you provide an example or an url where I can find more info? Just edit them. You could put everyting on one

Re: Assert Failed on Proxing

2011-10-31 Thread andreapepa
I've tried to install also from the source...but with no success, this is the error i get after the install: # radiusd -X radiusd: error while loading shared libraries: libfreeradius-radius-2.1.12.so: cannot open shared object file: No such file or directory there were no errors in configure

Re: Assert Failed on Proxing

2011-10-31 Thread Alan Buxey
Hi, I've tried to install also from the source...but with no success, this is the error i get after the install: ldconfig -v alan - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Re: IPv6 ready?

2011-10-31 Thread Phil Mayers
On 31/10/11 16:19, Sergio NNX wrote: Cool, what can i do about it? I'm new to FR so I don't know how to Personally I'd advise running it on a Unix system at the moment. implement a rule or something like that. Can you provide an example or an url where I can find more info?

Re: Assert Failed on Proxing

2011-10-31 Thread Fajar A. Nugraha
On Mon, Oct 31, 2011 at 9:48 PM, andreapepa andrea.p...@trentinonetwork.it wrote: So...i've followed the instructions on this link.( http://wiki.freeradius.org/Build#Building+Debian+packages  )..but compilation give me this error, libssl-dev is installed: libtool: compile:  gcc -g -O2 -O2

RE: IPv6 ready?

2011-10-31 Thread Sergio NNX
Thanks for all your ideas and suggestions. I'm trying to 'patch' (sorry for this) rlm_detail and replace all ':' with '.' (obviously, when on Windows). I'll try sql as well. Let's keep in touch. Date: Mon, 31 Oct 2011 17:02:36 + From: p.may...@imperial.ac.uk To:

Re: cisco WAP/FreeRadius/OpenLDAP

2011-10-31 Thread Matthew Arguin
part -- An HTML attachment was scrubbed... URL:https://lists.freeradius.org/pipermail/freeradius-users/attachments/20111031/af34ae26/attachment.html -- Message: 3 Date: Mon, 31 Oct 2011 15:46:47 + From: Phil Mayersp.may...@imperial.ac.uk Subject: Re: IPv6

Re: IPv6 ready?

2011-10-31 Thread Alan Buxey
Hi, Thank you all for your help. I added two more listen blocks in radiusd.conf and I updated detail { ... with the following: %{%{Packet-Src-IP-Address}:-%{Packet-Src-IPv6-Address}} and it works but . (there's always a but). if we use an IPv6 address, then

Re: cisco WAP/FreeRadius/OpenLDAP

2011-10-31 Thread Alan Buxey
Hi, so now the password is not clear text in the log as it was before but still seeing that no good password errorbut then there is that line towards the bottom that sasys user authorized to use remote access... do i need to configure Filter-Id or something in the sites-enabled/default

Re: add field in radcheck table

2011-10-31 Thread gary
- Original Message - From: Fajar A. Nugraha l...@fajar.net To: FreeRadius users mailing list freeradius-users@lists.freeradius.org Sent: Monday, October 31, 2011 8:34 PM Subject: Re: add field in radcheck table On Mon, Oct 31, 2011 at 5:23 PM, gary gary.y...@browan.com wrote: Hi

Re: add field in radcheck table

2011-10-31 Thread Fajar A. Nugraha
On Tue, Nov 1, 2011 at 9:07 AM, gary gary.y...@browan.com wrote: From the login page,user can type his name and select pull-down option for the realm and then send to FR server for authentication. for example, gary@domain1 and gary@domain2 come from different company and both in same

Client hostname in clients.conf instead of IP address

2011-10-31 Thread tohaikmeng
Hello, Can anyone help me with this question? I have added the following configuration to raddb/modules/attr_rewrite, which allows me to get Client IP address. attr_rewrite addclientip { attribute = Client-IP-Address searchin = packet searchfor = ^$ replacewith

Re: Client hostname in clients.conf instead of IP address

2011-10-31 Thread Fajar A. Nugraha
On Tue, Nov 1, 2011 at 10:25 AM, tohaikmeng tohaikm...@live.com wrote: Is there anyway for me to retrieve the Client hostname as configured in raddb/clients.conf shown in the example below. client www.abc.com {        secret = password } Try %{Client-Shortname} -- Fajar - List