Re: Test Environment: Can PEAPv0 and PEAPv1 be setup together on the default instance?

2012-03-02 Thread Fajar A. Nugraha
On Fri, Mar 2, 2012 at 2:10 AM, Matthew Newton m...@leicester.ac.uk wrote: Hi, On Thu, Mar 01, 2012 at 10:25:13AM -0800, whopeman wrote: I have run wireshark and grabbed the packet traces as well, when my client connects it requests PEAP as the preferred auth type but FR seems to be pushing

FreeRadius-supported Billing System?

2012-03-02 Thread Nick
Hi all. I'm developing a VPN service (with FreeRadius and MySQL as backend) and wanted to know if there's any customer/billing management solutions that support FreeRadius before I go and write my own. I haven't really been able to find anything other than maybe Platypus and a plugin for WHMCS...

Re: Test Environment: Can PEAPv0 and PEAPv1 be setup together on the default instance?

2012-03-02 Thread Alan Buxey
Yep use some unlang to detect peapv1 and direct the request to eap2 module. (never used eap2 myself...though its the only way to EAP-FAST nirvana ;) ) alan - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Re: Test Environment: Can PEAPv0 and PEAPv1 be setup together on the default instance?

2012-03-02 Thread Phil Mayers
On 01/03/12 18:25, whopeman wrote: Hi, I am fairly new to FreeRADIUS, so pelase bear with me a bit. I have searched the forums and websites to find an implementation that allows me to configure my server to process BOTH PEAP MSCHAP and PEAP/EAP-GTC (v0 and v1). I have not found anyone

Re: Re[2]: High Avaibility

2012-03-02 Thread McNutt, Justin M.
Be careful with load balancers too. Some NAS don't work well through a load balancer (Trapeze wireless controllers). --J From: Толик Шавловский tolik_shavlov...@mail.rumailto:tolik_shavlov...@mail.ru Reply-To: Толик Шавловский tolik_shavlov...@mail.rumailto:tolik_shavlov...@mail.ru,

RHEL Patches Broke FreeRADIUS

2012-03-02 Thread McNutt, Justin M.
So my server admins did what they're supposed to do and ran yum update on everything last weekend. The updates included a refresh of the freeradius2 packages that took FR from 2.1.7 to 2.1.12. That's all fine and dandy, except that what rpm does when it has config files that are part of a

Re: Test Environment: Can PEAPv0 and PEAPv1 be setup together on the default instance?

2012-03-02 Thread whopeman
Hi Matthew, Thanks for the update. I do see now that it is listed as experimental. It is not very clear on that fact when looking at the wiki sites http://wiki.freeradius.org/EAP as they list it as a supported EAP type. I suppose I need to read foot notes more closely. Once I started

status_check vs src_ipaddr

2012-03-02 Thread Brian Julin
Too late in the week to dig in like I should, but I was just diagnosing a problem and preliminary signs point to this: It appears that a home server entry configured with src_ipaddr will use that source ip address for auth requests, but when directed to do status_check, it sends status request

Am I still subscribed?

2012-03-02 Thread McNutt, Justin M.
Mailing list seems to be having problems. Checking to see if it's just me. --J - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Pass cleartext-password to exec module with EAP

2012-03-02 Thread Quentin Meulepas
Hi! I need to use an external script to check both username and password. We don't have the cleartext version of these passwords, which are encrypted in a Postresql database... Although I'm running into troubles with the configuration files... And there's one major issue I can't seem to solve :

Pass cleartext-password to exec module with EAP

2012-03-02 Thread Quentin Meulepas
Hi! I need to use an external script to check both username and password. We don't have the cleartext version of these passwords, which are encrypted in a Postresql database... Although I'm running into troubles with the configuration files... And there's one major issue I can't seem to solve :

Re: Re[2]: High Avaibility

2012-03-02 Thread hashim zayed
If you are using mysql to store accounting and auth data the best solution is to have mysql cluster which is high available shared nothing DB (no need for any kind of shared storage ) with high performance ( 1 billion transaction as claimed ny oracle for the new version 7.2.4). By the way there is