Re: Packet-Original-Timestamp

2013-03-01 Thread Бен Томпсон
2013/3/1 Бен Томпсон b.thomp...@latera.ru: 2013/3/1 Arran Cudbard-Bell a.cudba...@freeradius.org: On 1 Mar 2013, at 01:45, Бен Томпсон b.thomp...@latera.ru wrote: 2013/3/1 Бен Томпсон b.thomp...@latera.ru: 2013/3/1 Arran Cudbard-Bell a.cudba...@freeradius.org: On 1 Mar 2013, at 00:43, Бен

DHCP relay IP and gateway IP, possible bad logic?

2013-03-01 Thread Igor Smitran
In case when freeradius is talking to a DHCP relay it should *always* send answears to a initiating relay IP. But, it doesn't. Cisco CMTS is using 10.10.10.1 as his giaddr for all requests made by CM's, MTA's and CPE's. All replies should go to 10.10.10.1. But, currently, if CPE gets public

Re: Freeradius as DHCP server (static IP + some options)

2013-03-01 Thread Leo Combes
what configuration options are in the PPA version? something is not right there Once installed, the configuration files in /etc/freeradius or /etc/raddb are the same, or at least the most relevant ones to its functionality. I will compare one by one to see if I find any difference. ...and it

Re: Packet-Original-Timestamp

2013-03-01 Thread Arran Cudbard-Bell
On 1 Mar 2013, at 03:56, Бен Томпсон b.thomp...@latera.ru wrote: 2013/3/1 Бен Томпсон b.thomp...@latera.ru: 2013/3/1 Arran Cudbard-Bell a.cudba...@freeradius.org: On 1 Mar 2013, at 01:45, Бен Томпсон b.thomp...@latera.ru wrote: 2013/3/1 Бен Томпсон b.thomp...@latera.ru: 2013/3/1 Arran

Re: [Help] - How To configure Radius timeout / count retries

2013-03-01 Thread Arran Cudbard-Bell
Or are you talking about failing over between upstream proxy servers? Does this mean a setup of Radius load balancing? I mean a few Radius server that used by the same AP ? So from AP point of view i just need to point to the master Ip address of the first radius server? No. That's

Re: Packet-Original-Timestamp

2013-03-01 Thread Alan DeKok
Бен Томпсон wrote: I tried checking out the git master code, but it just hangs when calling rlm_perl. This is the last line I see when running in debug mode :- Fri Mar 1 12:46:49 2013 : Debug: (0) modsingle[authorize]: calling perl (rlm_perl) for request 0 I need rlm_perl as part of

Re: AVP EAP-KEY name support in FR

2013-03-01 Thread Alan DeKok
Srinu Bandari wrote: Alan, Thanks a lot for the fix.. Authenticator is now able to start MKA session now. We will get back to you. If any other implementations are required. Thanks. It's good to get *positive* feedback that it works. Alan DeKok. - List info/subscribe/unsubscribe?

Re: DHCP relay IP and gateway IP, possible bad logic?

2013-03-01 Thread Alan DeKok
Igor Smitran wrote: In case when freeradius is talking to a DHCP relay it should *always* send answears to a initiating relay IP. But, it doesn't. Can you supply the debug output? Cisco CMTS is using 10.10.10.1 as his giaddr for all requests made by CM's, MTA's and CPE's. All replies

Re: Freeradius as DHCP server (static IP + some options)

2013-03-01 Thread Alan DeKok
Leo Combes wrote: One important thing! (specially Ubuntu users):(*) DHCP functionality will not work when installed from PPA, or at least the package version 2.2.0 + dfsg-ppa10 not work. Reason: I dont know. I installed and configured without errors, seems to respond correctly OFFER

Re: Freeradius as DHCP server (static IP + some options)

2013-03-01 Thread Leo Combes
That might be an Ubuntu security setting. It seems to work fine on my systems. So it's hard to track down what's happening on other systems. Alan DeKok. As additional information, I tried with PPA version in Debian and do not work (same problem). Maybe is a problem in my server. - List

Re: Packet-Original-Timestamp

2013-03-01 Thread Бен Томпсон
2013/3/1 Arran Cudbard-Bell a.cudba...@freeradius.org: On 1 Mar 2013, at 03:56, Бен Томпсон b.thomp...@latera.ru wrote: 2013/3/1 Бен Томпсон b.thomp...@latera.ru: 2013/3/1 Arran Cudbard-Bell a.cudba...@freeradius.org: On 1 Mar 2013, at 01:45, Бен Томпсон b.thomp...@latera.ru wrote:

Re: Packet-Original-Timestamp

2013-03-01 Thread Бен Томпсон
2013/3/1 Alan DeKok al...@deployingradius.com: Бен Томпсон wrote: I tried checking out the git master code, but it just hangs when calling rlm_perl. This is the last line I see when running in debug mode :- Fri Mar 1 12:46:49 2013 : Debug: (0) modsingle[authorize]: calling perl

Re: Packet-Original-Timestamp

2013-03-01 Thread Arran Cudbard-Bell
If you want to add Event-Timestamp, when it isn't already there, do: if (!Event-Timestamp) { update request { Event-Timestamp := %l } } Yes that'll work. But it won't be forwards compatible with 3.0. If you could provide a backtrace of the