Re: Cannot assign requested address Error starting FreeRadius

2011-11-12 Thread Arran Cudbard-Bell
$sudo freeradius -X According to lsof, nothing is using port 1820. (netstat shows the same) $lsof -i :1820 Well the port you should be checking is 18120 not 1820... Arran Cudbard-Bell a.cudba...@freeradius.org Betelwiki, Betelwiki, Betelwiki http://wiki.freeradius.org/

RE: Authorising Clients by Calling Station ID Not IP

2011-11-12 Thread Dirk van der Walt
Some of YFi's users sit with the same problem. This looks like a nice solution as an alternative to VPNs. I've created a small write-up to implement it which you may find handy. The tests done on a VM set-up seems to work just fine... production environments may be another monster...

Re: Cannot assign requested address Error starting FreeRadius

2011-11-12 Thread Phil Mayers
On 11/11/2011 10:51 PM, Paul Heil wrote: Edit: Typo - Nothing is on port *18120*. Maybe the server is haunted. Seriously though, something else on the OS must be stopping the port bind; either something is already bound (see below) or something is denying permission. Are you sure you

Re: Fixed Duration Weekly, Monthly and Daily Accounts

2011-11-12 Thread JennyBlunt
Thanks for the help, that's very useful. I can get the time in there now but have a question about getting our access-period out. In post-auth, I've tried this query to get the access-period out: if (! %{control.Tmp-String-0}) { update control { Tmp-String-2 := %{sql: SELECT value

RE: Authorising Clients by Calling Station ID Not IP

2011-11-12 Thread JennyBlunt
You are an asset to the community! I've just read through and it's fantastic - just what I and many others need for sure. Am going to have a play now :) -- View this message in context:

Re: Fixed Duration Weekly, Monthly and Daily Accounts

2011-11-12 Thread Fajar A. Nugraha
On Sat, Nov 12, 2011 at 7:49 PM, JennyBlunt jennyshoeh...@me.com wrote: Thanks for the help, that's very useful. I can get the time in there now but have a question about getting our access-period out. In post-auth, I've tried this query to get the access-period out: if (!

Re: Fixed Duration Weekly, Monthly and Daily Accounts

2011-11-12 Thread JennyBlunt
Access-Period's defined by ourselves indeed. I'm using the query log already and the value output is blank. I have tested the query with a hardcoded input such as '123' and it inputs correctly. INSERT INTO radcheck (username,attribute,op,value) values ('hcTTm', 'Expiration', ':=', '')) I'm a

Re: Fixed Duration Weekly, Monthly and Daily Accounts

2011-11-12 Thread JennyBlunt
Got it sorted by moving the query out in to a separate update request section and calling without control.XXX -- View this message in context: http://freeradius.1045715.n5.nabble.com/Fixed-Duration-Weekly-Monthly-and-Daily-Accounts-tp4950022p4986992.html Sent from the FreeRadius - User mailing

Re: Cannot assign requested address Error starting FreeRadius

2011-11-12 Thread Alan Buxey
Hi, I run� freeradius as root. e.g ��� $sudo freeradius -X According to lsof, nothing is using port 1820. (netstat shows the same) ��� $lsof -i :1820 ..well, apart from the fact you are supposed to be looking for 18120 as er the error message... options 1) there is

Re: LDAP/MSCHAP

2011-11-12 Thread Andreas Rudat
Am 11.11.2011 03:56, schrieb Fajar A. Nugraha: On Fri, Nov 11, 2011 at 8:29 AM, Gary Gatten ggat...@waddell.com wrote: I agree with Jake, in that I *think* it would be possible to have a plugin or whatever interface with LDAP/AD in the same manner ntlm_auth does. I don't think one *needs* a

.

2011-11-12 Thread Zoet Omar Zepeda
You probably think that this is unimportant, but you’re wrong! http://caribbeanrentavilla.com/index143ttww--.php?hyxogmailID=6 Sat, 12 Nov 2011 19:56:00 _ About eighty feet, Professor Gray figured it roughly. (c) Camdon vivisezione

Freeradius process crash receiving answers from Microsoft NPS Server

2011-11-12 Thread IT Support
Good afternoon I'm a newbie with freeradius and I'm trying to configure a radius proxy server that makes to a server microsoft radius nps. I have a Enterasys C3 switch that sends auth requests to my Freeradius. If the request is for auth a MAC the FR auth locally, but if the request is for auth

Re: LDAP/MSCHAP

2011-11-12 Thread Phil Mayers
On 11/12/2011 06:43 PM, Andreas Rudat wrote: But if that works, why then all are saying that you can just work with plaintext? Its realy confusing. If you have the plaintext, you can generate any hash, and of course perform any auth mechanism. - List info/subscribe/unsubscribe? See

Re: Freeradius process crash receiving answers from Microsoft NPS Server

2011-11-12 Thread Phil Mayers
On 11/12/2011 07:35 PM, IT Support wrote: I use Debian 6.0 and the debian package of FR (version is 2.1.10). Upgrade to 2.1.12 - there were some fixed in this area IIRC since 2.1.10 - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Re: Freeradius process crash receiving answers from Microsoft NPS Server

2011-11-12 Thread Jeff Doyle
Stop the freeradius process and then run freeradius in debug mode Do: /etc/init,d/freeradius stop and then freeradius -Xx Freeradius will now be in debug mode in the FOREGROUND (not daemon/background) Attempt your authentication from MS Radius Observe the log output from your foreground

Re: LDAP/MSCHAP

2011-11-12 Thread Sven Hartge
Andreas Rudat ru...@endstelle.de wrote: Am 11.11.2011 03:56, schrieb Fajar A. Nugraha: On Fri, Nov 11, 2011 at 8:29 AM, Gary Gatten ggat...@waddell.com wrote: I agree with Jake, in that I *think* it would be possible to have a plugin or whatever interface with LDAP/AD in the same manner

Re: LDAP/MSCHAP

2011-11-12 Thread Sven Hartge
Sven Hartge s...@svenhartge.de wrote: Andreas Rudat ru...@endstelle.de wrote: Am 11.11.2011 03:56, schrieb Fajar A. Nugraha: On Fri, Nov 11, 2011 at 8:29 AM, Gary Gatten ggat...@waddell.com wrote: I agree with Jake, in that I *think* it would be possible to have a plugin or whatever