RE: Access Request from HA rejected

2013-09-30 Thread David Peterson
Send the whole configuration and initial request/response. The snippet below is pretty much useless. David From: freeradius-users-bounces+davidp=wirelessconnections@lists.freeradius.org [mailto:freeradius-users-bounces+davidp=wirelessconnections.net@lists.freera dius.org] On Behalf Of

RE: WiMAX TLV value correct in debug but not correct in packet capture

2013-07-30 Thread David Peterson
Don't forget if the hardware is Alvarion or Runcom you cannot use the standard dictionaries. Alvarion (now Telrad) is proprietary but similar to the standard dictionary and Runcom only uses their own. David -Original Message- From:

3.0

2013-07-09 Thread David Peterson
Any ETA on 3.0 being released? David - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

RE: 3.0

2013-07-09 Thread David Peterson
] On Behalf Of Alan Buxey Sent: Tuesday, July 9, 2013 12:00 PM To: FreeRadius users mailing list Subject: Re: 3.0 What the hurry? Are you actually using the pre release? I ask because we may find some other hitherto unknown bug alan Original message From: David Peterson dav

RE: [ANN] Version 3.0.0-beta1

2013-06-04 Thread David Peterson
I am getting this on installation: rlm_eap_tls: Failed initializing SSL context rlm_eap (EAP): Failed to initialise rlm_eap_tls /usr/local/etc/raddb/mods-enabled/eap[17]: Instantiation failed for module eap Typically it generates the fake certs on the first run, should I be running a certificate

RE: [ANN] Version 3.0.0-beta1

2013-06-04 Thread David Peterson
: Tuesday, June 4, 2013 3:04 PM To: FreeRadius users mailing list Subject: Re: [ANN] Version 3.0.0-beta1 On 4 Jun 2013, at 14:32, David Peterson dav...@wirelessconnections.net wrote: I am getting this on installation: rlm_eap_tls: Failed initializing SSL context rlm_eap (EAP): Failed to initialise

SSL error

2013-05-31 Thread David Peterson
I just compiled the master git branch and am getting this error: rlm_eap_tls: Failed initializing SSL context rlm_eap (EAP): Failed to initialise rlm_eap_tls /usr/local/etc/raddb/mods-enabled/eap[17]: Instantiation failed for module eap Do you have to manually generate certs for this branch?

EAP error

2013-05-31 Thread David Peterson
I am getting this error: TLS Alert read:fatal:unknown CA TLS_accept: failed in SSLv3 read client certificate A SSL error error:14094418:SSL routines:SSL3_READ_BYTES:tlsv1 alert unknown ca SSL: SSL_read failed inside of TLS (-1), TLS session fails. TLS receive handshake failed during

RE: MySQL Cluster as back-end for FreeRadius

2013-05-23 Thread David Peterson
MySQL cluster requires quite a bit of hardware to do properly. I went with the Network Raid 1 type of setup for Freeradius, MySQL and DHCP. This allows you some redundancy with a plain vanilla setup of FR Ubuntu has a great tutorial on how to set it up.

Unlang clarification

2013-05-20 Thread David Peterson
I am fighting a buggy NAS and was told to add to the /sites-enabled/default file in the post-auth section this code: EAP-Message = 0x04040004 User-Name !* 0x00 Message-Authenticator = %{Message-Authenticator} Can

RE: Unlang clarification

2013-05-20 Thread David Peterson
clarification On 20 May 2013, at 09:34, David Peterson dav...@wirelessconnections.net wrote: I am fighting a buggy NAS and was told to add to the /sites-enabled/default file in the post-auth section this code: EAP-Message = 0x04040004 User-Name

RE: Session-Timeout

2013-04-26 Thread David Peterson
They say | David Peterson | Senior Engineer | Wireless Connections | | Office: 419.660.6100 ext 2287 | Cell: 419.706.7355| Fax: 419.668.4077 | http://www.wirelessconnections.net/ www.wirelessconnections.net | | 166 Milan Ave | Norwalk OH 44857 | From: freeradius-users-bounces+davidp

RE: Session-Timeout

2013-04-26 Thread David Peterson
To: FreeRadius users mailing list Subject: Re: Session-Timeout It would depend on your NAS. What does the manual of the NAS say? The maximum number is the unsigned 32bit integer max of 4billion which is just a few years ;) so I don't really expect you want that. On Apr 27, 2013 10:06 AM, David Peterson dav

RE: MAC-Auth + Freeradius + MySQL Database

2013-02-24 Thread David Peterson
I know of one person doing something similar to what you are looking to do. If your NAS sends the MAC of the device with the EAP request, you can extract the MAC from the request using unlang and check that against a database of MACs. No clue how to do this, I just know it can be done. David

RE: MAC-Auth + Freeradius + MySQL Database

2013-02-24 Thread David Peterson
with a paying customer from the database. The person is in charge of a wireless ISP so scheduling 500 home visits was a worse option than writing some code to authorize the CPE. David From: Russell Mike [mailto:radius@gmail.com] Sent: Sunday, February 24, 2013 10:00 AM To: David Peterson

segfault

2013-02-21 Thread David Peterson
7fff32516300 error 4 in radiusd[40+57000] David Peterson - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

RE: segfault

2013-02-21 Thread David Peterson
+david.peterson=acc-corp.net@lists.freeradiu s.org] On Behalf Of Alan DeKok Sent: Thursday, February 21, 2013 12:12 PM To: David Peterson-WirelessConnections; FreeRadius users mailing list Subject: Re: segfault David Peterson wrote: I had a bit of code cause a segfault in 3.0.0. See doc/bugs

RE: segfault

2013-02-21 Thread David Peterson
Does this help at all or am I going about this wrong: Exiting normally. ==10285== Invalid read of size 8 ==10285==at 0x40DA08: cf_section_parse_free (conffile.c:344) ==10285==by 0x7889C50: eaptype_free (mem.c:253) ==10285==by 0x788759E: eap_detach (rlm_eap.c:69) ==10285==by

RE: segfault

2013-02-21 Thread David Peterson
Peterson-WirelessConnections; FreeRadius users mailing list Subject: Re: segfault David Peterson wrote: I just put this together yesterday but just in case: From git://git.freeradius.org/freeradius-server f822263..99fedbc master - origin/master * [new branch] talloc3- origin

RE: segfault

2013-02-21 Thread David Peterson
] Sent: Thursday, February 21, 2013 1:23 PM To: David Peterson-WirelessConnections; FreeRadius users mailing list Subject: Re: segfault David Peterson wrote: Does this help at all or am I going about this wrong: It helps. Exiting normally. ==10285== Invalid read of size 8 ==10285

RE: New Server EAP issue

2013-02-19 Thread David Peterson
Filter-Id := TestProfile Session-Timeout := 86400 Segmentation fault (core dumped) What's the best way to bind to a particular IP address? David -Original Message- From: Alan DeKok [mailto:al...@deployingradius.com] Sent: Tuesday, February 19, 2013 2:47 PM To: David Peterson

Radiusd -X error

2013-02-15 Thread David Peterson
Just downloaded the latest code and received this error: Fri Feb 15 15:54:17 2013 : Debug: Module: Instantiating eap-tls Fri Feb 15 15:54:17 2013 : Debug:tls { Fri Feb 15 15:54:17 2013 : Debug: tls = tls-common Fri Feb 15 15:54:17 2013 : Error: type -1220981894 not supported yet

RE: Radiusd -X error

2013-02-15 Thread David Peterson
Strange, I removed the source, downloaded git and recompiled. Must have left some remnants. David -Original Message- From: Alan DeKok [mailto:al...@deployingradius.com] Sent: Friday, February 15, 2013 4:38 PM To: David Peterson-WirelessConnections; FreeRadius users mailing list

DHCP question

2013-02-14 Thread David Peterson
I am trying to design a system with full redundancy. I know I can use FreeRadius proxy and/or multiple front ends with a MySQL master-master for the data. For IP redundancy I can install heartbeat so all of that is fine. My biggest unknown is DHCP. How does the new FreeRadius DHCP server store

git question

2013-02-14 Thread David Peterson
Are we still using git fetch origin v2.1.x:v2.1.x to get v2.2? David - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Complie error

2013-02-14 Thread David Peterson
What might I be missing when I get this error: (Version 2.x.x) Making all in rlm_eap_pwd... make[9]: Entering directory `/usr/src/freeradius-server/src/modules/rlm_eap/types/rlm_eap_pwd' make[9]: *** No rule to make target `rlm_eap_pwd.h', needed by `rlm_eap_pwd.c'. Stop. - List

RE: Complie error

2013-02-14 Thread David Peterson
': /usr/src/freeradius-server/src/main/modules.c:1412: undefined reference to `lt_preloaded_symbols' David -Original Message- From: Alan DeKok [mailto:al...@deployingradius.com] Sent: Thursday, February 14, 2013 11:38 AM To: David Peterson-WirelessConnections; FreeRadius users mailing

RE: Complie error

2013-02-14 Thread David Peterson
14, 2013 12:06 PM To: freeradius-users@lists.freeradius.org Subject: Re: Complie error On 14/02/13 16:57, David Peterson wrote: It looks like it was my flawed git skills hard at work. So now I am fighting libtool. What is the best method for a successful compile and install for Ubuntu where

RE: dialup.conf custom attributes failure in freeradius 2.2

2013-01-28 Thread David Peterson
Any release notes or is it primarily a bug fix release? David On Jan 28, 2013, at 4:27 PM, Alan DeKok al...@deployingradius.com wrote: Use the v2.x.x branch from git. We should release 2.2.1 soon. Alan DeKok. Hi Alan, I can wait till 2.2.1 is released, no problem, will

RE: Sub-TLVs how to have the same kind of descriptor twice

2012-12-20 Thread David Peterson
a second flow, you would start with the following: Alvarion-R3-IF-Name+=cpe_data_sg, Alvarion-PDFID+=21, WiMAX-Packet-Data-Flow-Id+=21, etc. The += allows you to reuse an attribute in your response. Hit me offlist if you have specific Alvarion ASN/AAA questions. | David

RE: Sub-TLVs how to have the same kind of descriptor twice

2012-12-20 Thread David Peterson
, thanks for your quick reply. On 12/20/2012 03:35 PM, David Peterson wrote: You follow the dictionary in the order set inside of it. The dictionary: ATTRIBUTE WiMAX-QoS-Descriptor29 tlv ATTRIBUTE WiMAX-QoS-Id29.1byte

RE: Sub-TLVs how to have the same kind of descriptor twice

2012-12-20 Thread David Peterson
Yeah he is trying to use VPLS with an Alvarion ASN. He is going to have to use the master branch. David -Original Message- From: freeradius-users-bounces+davidp=wirelessconnections@lists.freeradius.org [mailto:freeradius-users-bounces+davidp=wirelessconnections.net@lists.freera

EAP

2012-12-13 Thread David Peterson
I wanted to ping the Eduroam people about EAP over WAN links. Are there considerations that can cause connectivity issues that I should be examining? David attachment: winmail.dat- List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

RE: EAP

2012-12-13 Thread David Peterson
Hmm so if say the wireless inserted 55-65ms of latency and we have another 50ms of WAN latency it could cause some real issues with EAP. David -Original Message- From: Phil Mayers [mailto:p.may...@imperial.ac.uk] Sent: Thursday, December 13, 2012 10:36 AM To: David Peterson

RE: EAP

2012-12-13 Thread David Peterson
: Thursday, December 13, 2012 10:53 AM To: David Peterson-WirelessConnections; FreeRadius users mailing list Subject: Re: EAP On 13/12/12 15:43, David Peterson wrote: Hmm so if say the wireless inserted 55-65ms of latency and we have another 50ms of WAN latency it could cause some real issues

RE: DHCP

2012-10-17 Thread David Peterson
So is it as easy as adding in the scope to the sites-available/dhcp and creating a sqlippool for the clients? Or am I vastly over simplifying this. David -Original Message- From: Fajar A. Nugraha [mailto:l...@fajar.net] Sent: Tuesday, October 16, 2012 3:46 PM To: David Peterson

RE: Freeradius as dhcp; parsing option82

2012-10-16 Thread David Peterson
Alan, Does the 3.0 code have the latest DHCP functionalities? David -Original Message- From: freeradius-users-bounces+davidp=wirelessconnections@lists.freeradius.org [mailto:freeradius-users-bounces+davidp=wirelessconnections.net@lists.freera dius.org] On Behalf Of Alan DeKok Sent:

DHCP

2012-10-16 Thread David Peterson
Does anyone have a basic tutorial on how to set up the DHCP server? I see a way to define the scope but does it just assign the IPs from the ippool or do I need to send reply attributes in radius? David attachment: winmail.dat- List info/subscribe/unsubscribe? See

v2.2

2012-10-09 Thread David Peterson
I seem to be losing it today. How do I check out the 2.2 version from git? David attachment: winmail.dat- List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

RE: v2.2

2012-10-09 Thread David Peterson
[mailto:freeradius-users-bounces+davidp=wirelessconnections.net@lists.freera dius.org] On Behalf Of Phil Mayers Sent: Tuesday, October 9, 2012 10:19 AM To: FreeRadius users mailing list Subject: Re: v2.2 On 09/10/12 14:44, David Peterson wrote: I seem to be losing it today. How do I check out the 2.2

RE: EAP issue

2012-08-22 Thread David Peterson
for differences. Thanks! David -Original Message- From: Alan DeKok [mailto:al...@deployingradius.com] Sent: Wednesday, August 22, 2012 10:40 AM To: David Peterson-WirelessConnections; FreeRadius users mailing list Subject: Re: EAP issue David Peterson wrote: Guys I am having an issue

RE: EAP problem

2012-07-28 Thread David Peterson
I am using an Alvarion WiMax CPE. The CPE works on my other radius server just not the new one. David -Original Message- From: Alan DeKok [mailto:al...@deployingradius.com] Sent: Friday, July 27, 2012 5:24 PM To: David Peterson-WirelessConnections; FreeRadius users mailing list

RE: EAP problem

2012-07-28 Thread David Peterson
I will send a full debug prior to recompiling tomorrow. David -Original Message- From: Arran Cudbard-Bell [mailto:a.cudba...@freeradius.org] Sent: Friday, July 27, 2012 6:05 PM To: FreeRadius users mailing list Cc: David Peterson-WirelessConnections Subject: Re: EAP problem On 27 Jul

EAP problem

2012-07-27 Thread David Peterson
I have a new server giving me fits and I cannot figure out what the heck I did wrong: FreeRADIUS Version 3.0.0, for host x86_64-unknown-linux-gnu, built on Jul 27 2012 at 08:55:21 Copyright (C) 1999-2012 The FreeRADIUS server project and contributors. There is NO warranty; not even for

RE: EAP problem

2012-07-27 Thread David Peterson
I came up with that conclusion as well. I am going to use my known good source. David -Original Message- From: Alan DeKok [mailto:al...@deployingradius.com] Sent: Friday, July 27, 2012 4:54 PM To: David Peterson-WirelessConnections; FreeRadius users mailing list Subject: Re: EAP

RE: WING-ASN throwing error - Mandatory HA Mode parameter

2012-06-11 Thread David Peterson
Judging by that access-accept message you don't have all of the attributes needed to set up a WiMax service flow. There are far more attributes that need to be sent than you have listed below, and they all have to be sent in the order listed in dictionary.wimax. Check the archives of this list

RE: EAP and automatically authenticating users

2012-05-17 Thread David Peterson
They are currently using EAP-TTLS. I tried to add something in last night but either the lateness of the evening or my skills were not up to par. Where would you add the access-accept? David From: freeradius-users-bounces+davidp=wirelessconnections@lists.freeradius.org

RE: freeradius service doest start

2012-05-17 Thread David Peterson
If you installed Ubuntu with default options you likely don't have permission to access those files. Try sudo freeradius -X or sudo su before running that sort of daemon. David -Original Message- From: freeradius-users-bounces+davidp=wirelessconnections@lists.freeradius.org

RE: EAP and automatically authenticating users

2012-05-17 Thread David Peterson
Mayers Sent: Thursday, May 17, 2012 8:34 AM To: freeradius-users@lists.freeradius.org Subject: Re: EAP and automatically authenticating users On 17/05/12 12:18, David Peterson wrote: They are currently using EAP-TTLS. I tried to add something in last night but either the lateness of the evening

RE: EAP and automatically authenticating users

2012-05-17 Thread David Peterson
-bounces+davidp=wirelessconnections@lists.freeradius.org [mailto:freeradius-users-bounces+davidp=wirelessconnections.net@lists.freera dius.org] On Behalf Of David Peterson Sent: Thursday, May 17, 2012 9:49 AM To: 'FreeRadius users mailing list' Subject: RE: EAP and automatically authenticating users

EAP and automatically authenticating users

2012-05-16 Thread David Peterson
I have a couple of users who have unknown usernames and passwords. They are also using EAP-TTLS for authentication. Is there a way to automatically authenticate all of them and if so, can I also send the Framed-Filter-Id attribute with the authentication response as if the user were truly

RE: Assign VLAN from freeradius to Cisco 3550 switch.

2012-04-25 Thread David Peterson
I am seeing EAP in the messages. Have you enabled EAP in your inner-tunnel or at all in your config? Either way this seems pretty clear: 3w6d: RADIUS: no appropriate authorization type for user. David From:

Proxy Question

2012-04-25 Thread David Peterson
I have a more of an abstract question as to proxy functionality. Can you do the following: b...@bob.com password test bob.com - proxy to localhost b...@bob.com - reply Access Deny This would be the norm for that realm, just deny everyone. Except for bob's boss: b...@bob.com password

RE: Proxy Question

2012-04-25 Thread David Peterson
Awesome thanks! I will likely be in testing mode on this in the near future so I will update the list when I get to that stage. David -Original Message- From: Matthew Newton [mailto:m...@leicester.ac.uk] Sent: Wednesday, April 25, 2012 9:57 AM To: David Peterson-WirelessConnections

Alvarion WiMax VSA's

2012-03-19 Thread David Peterson
Alan, Am I correct in my understanding that only version 3 will support the new Alvarion WiMax VSAs. If I am, would John Dennis be willing to supply any roadmap for 3.0 support in Redhat? David - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

RE: Help - ASN-GW throwing error - Validation of attributes failed

2012-03-15 Thread David Peterson
Quite often you need to change whether or not the response goes via the inner-tunnel. Work with your EAP settings to see if that will change the behavior. David -Original Message- From: freeradius-users-bounces+davidp=wirelessconnections@lists.freeradius.org

Centos 6 Compile error

2012-03-13 Thread David Peterson
Has anyone seen this error? I am not sure what might be missing: In file included from rlm_eap_pwd.h:37, from rlm_eap_pwd.c:39: eap_pwd.h:42:24: error: openssl/ec.h: No such file or directory In file included from rlm_eap_pwd.h:37, from rlm_eap_pwd.c:39:

RE: Centos 6 Compile error

2012-03-13 Thread David Peterson
I am checking out the master, should I be using something earlier? David -Original Message- From: Fajar A. Nugraha [mailto:l...@fajar.net] Sent: Tuesday, March 13, 2012 7:21 AM To: David Peterson-WirelessConnections; FreeRadius users mailing list Subject: Re: Centos 6 Compile error

[SOLVED] RE: Centos 6 Compile error

2012-03-13 Thread David Peterson
Thanks for the expert advices guys! That worked like a charm. David -Original Message- From: freeradius-users-bounces+davidp=wirelessconnections@lists.freeradius.org [mailto:freeradius-users-bounces+davidp=wirelessconnections.net@lists.freera dius.org] On Behalf Of David Peterson

Error

2012-03-06 Thread David Peterson
Has anyone run across this: Couldn't open dictionary /usr/local/share/freeradius/dictionary: Too many open files | David Peterson | Senior Engineer | Wireless Connections | | Office: 419.660.6100 ext 2287 | Cell: 419.706.7355| Fax: 419.668.4077 | www.wirelessconnections.net | | 166 Milan Ave

RE: Wimax with Free radius

2012-03-05 Thread David Peterson
Did you enable the WiMax module? David From: freeradius-users-bounces+davidp=wirelessconnections@lists.freeradius.org [mailto:freeradius-users-bounces+davidp=wirelessconnections.net@lists.freera dius.org] On Behalf Of Mulindwa Sent: Monday, March 05, 2012 6:16 AM To:

RE: [OFF-TOPIC] Freeradius and MySQL Cluster

2012-02-27 Thread David Peterson
This is about the best tool for MySQL cluster for tuning your DB. http://www.severalnines.com/cluster-configurator/ David -Original Message- From: freeradius-users-bounces+davidp=wirelessconnections@lists.freeradius.org

RE: alvarion not receiving Filter-Id parameters

2012-01-07 Thread David Peterson
Most of this discussion will need to go offlist as it's not appropriate for the list. First off, you don't need the customized radius VSA's for the Extreme product, only Framed-Filter-Id. Only the 4-Motion equipment requires the custom dictionary. Secondly you have identified two different

RE: Re[6]: authentetication with mysql and NAS type= other

2011-12-08 Thread David Peterson
] http://e.mail.ru/user/SendEmail.jtp?type=nodenode=5057918i=0 So, you just gess it was Extreme?)) 07 декабря 2011, 20:33 от David Peterson-19 [via FreeRadius] [hidden email] http://e.mail.ru/user/SendEmail.jtp?type=nodenode=5057918i=1 : I know it’s Extreme because we sell Alvarion WiMax

RE: Re[2]: authentetication with mysql and NAS type= other

2011-12-08 Thread David Peterson
Hey Alan, I responded off list by accident but his real problem is that his Framed-Filter-Id is not formatted properly for his NAS. David From: freeradius-users-bounces+david.peterson=acc-corp@lists.freeradius.org

RE: Re[2]: authentetication with mysql and NAS type= other

2011-12-07 Thread David Peterson
The only requests I see are User-Name = KeepAliveUserNameAndPassword This is just a keep-alive packet all Alvarion Extreme base stations send out. I do not see the CPE attempting to authenticate. David From: freeradius-users-bounces+david.peterson=acc-corp@lists.freeradius.org

RE: Re[4]: authentetication with mysql and NAS type= other

2011-12-07 Thread David Peterson
: [KeepAliveUserNameAndPassword/KeepAliveUserNameAndPassword] (from client 10.152.98.23/16 port 0 cli ) === login and password are correct! ow did you jnow that its extreme by NAS identifirer? 07 декабря 2011, 19:16 от David Peterson-19 [via FreeRadius

AK Timeout

2011-12-01 Thread David Peterson
In one of my NAS release notes it mentions: In the external AAA, the re-authentication timer (AK Life time) should be set to a value higher than 1hour. Where would I set this? David - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

RE: AK Timeout

2011-12-01 Thread David Peterson
=wirelessconnections@lists.freeradius.org] On Behalf Of Alan DeKok Sent: Thursday, December 01, 2011 3:52 PM To: FreeRadius users mailing list Subject: Re: AK Timeout David Peterson wrote: In one of my NAS release notes it mentions: “In the external AAA, the re-authentication timer (AK Life time

Load FR on boot with Ubuntu?

2011-10-24 Thread David Peterson
Can someone show me how to load FR on boot in Ubuntu? David - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

RE: Load FR on boot with Ubuntu?

2011-10-24 Thread David Peterson
@lists.freeradius.org [mailto:freeradius-users-bounces+david.peterson=acc-corp.net@lists.freeradiu s.org] On Behalf Of Evan Huus Sent: Monday, October 24, 2011 9:53 AM To: FreeRadius users mailing list Subject: Re: Load FR on boot with Ubuntu? On Mon, Oct 24, 2011 at 9:13 AM, David Peterson dav

RE: No connection after access-accept.

2011-10-19 Thread David Peterson
-TOS-DSCP-Range-and-Mask+= 0xFF WiMAX-QoS-Id+= 1 WiMAX-Schedule-Type += 2 WiMAX-Traffic-Priority += 1 WiMAX-Maximum-Sustained-Traffic-Rate+= 256000 David Peterson Senior WiMax Engineer Wireless Connections -Original Message- From: freeradius

RE: Slow DB / outstanding requests

2011-09-15 Thread David Peterson
Be careful what you wish for :) -Original Message- From: freeradius-users-bounces+david.peterson=acc-corp@lists.freeradius.org [mailto:freeradius-users-bounces+david.peterson=acc-corp.net@lists.freeradiu s.org] On Behalf Of Johan Meiring Sent: Thursday, September 15, 2011 11:32 AM To:

SNMP

2011-08-11 Thread David Peterson
Is SNMP available yet in the latest code? David - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

RE: Freeradius + Alvarion 4Motion specify filter-id value inaccess-accept from value in user conf file ?

2011-06-06 Thread David Peterson
-Original Message- From: Hahusseau, Thomas [mailto:thomas.hahuss...@cassidian.com] Sent: Monday, June 06, 2011 12:39 PM To: David Peterson-WirelessConnections; FreeRadius users mailing list Subject: RE: Freeradius + Alvarion 4Motion specify filter-id value inaccess-accept from value in user conf

RE: FreeRadius Support for WiMAX Sub-TLVs of Sub-TLVs

2011-06-02 Thread David Peterson
I am guessing you need to work with an Alvarion 4-Motion base station? The latest release supports sub-sub-tlv's. Search the list for extensive conversations on this. David From: freeradius-users-bounces+david.peterson=acc-corp@lists.freeradius.org

RE: FreeRadius Support for WiMAX Sub-TLVs of Sub-TLVs

2011-06-02 Thread David Peterson
Follow Alan’s instructions. You will need to comment out the normal dictionary.wimax and use the alternate one supplied in the latest version. It’s very stable. David From: Martin [mailto:martyn...@yahoo.com] Sent: Thursday, June 02, 2011 12:54 PM To: David Peterson

RE: Freeradius + Alvarion 4Motion specify filter-id value in access-accept from value in user conf file ?

2011-06-01 Thread David Peterson
] Sent: Wednesday, June 01, 2011 5:12 AM To: David Peterson-WirelessConnections; FreeRadius users mailing list Subject: RE: Freeradius + Alvarion 4Motion specify filter-id value in access-accept from value in user conf file ? Hello, My Wimax device require MPPE keys to be sent in access accept

RE: Freeradius + Alvarion 4Motion specify filter-id value inaccess-accept from value in user conf file ?

2011-05-31 Thread David Peterson
Make sure you configure FR to delete the MPPE keys. This can be found in the /modules/wimax file. Set the value from No to Yes. As well, you need to configure the server to use the inner-tunnel. I would start from the default FR settings, uncomment the wimax entries you see in

RE: Alvarion BreezeMAX 4Motion Service Profiles

2011-05-13 Thread David Peterson
The older BreezeMax TDD system only takes Filter-Id. Here is the nomenclature: n=sp1:v=VLAN_200:h=OFF:a=ON,VLAN_200:c=ON -Original Message- From: freeradius-users-bounces+david.peterson=acc-corp@lists.freeradius.org

RE: Wrong packing of attributes?

2011-03-25 Thread David Peterson
If you are working on a VPWS service flow in an Alvarion 4-Motion base station you will have to do some steps to fix the NAS. 1.Update to the latest version for 2.2 2. Define the R3 attributes in a separate dictionary. 3. Update the main dictionary.wimax to make sure

RE: Wrong packing of attributes?

2011-03-25 Thread David Peterson
? David -Original Message- From: Alan DeKok [mailto:al...@deployingradius.com] Sent: Friday, March 25, 2011 8:44 AM To: David Peterson-WirelessConnections; FreeRadius users mailing list Subject: Re: Wrong packing of attributes? David Peterson wrote: 1.Update to the latest version

RE: Wrong packing of attributes?

2011-03-25 Thread David Peterson
: error: too few arguments to function 'pairfind' make[4]: *** [auth.lo] Error 1 -Original Message- From: Kristoffer Milligan [mailto:kristof...@nextnet.no] Sent: Friday, March 25, 2011 9:42 AM To: David Peterson-WirelessConnections; FreeRadius users mailing list Subject: Re: Wrong packing

RE: Wrong packing of attributes?

2011-03-25 Thread David Peterson
That fixed it. Thanks! David -Original Message- From: Alan DeKok [mailto:al...@deployingradius.com] Sent: Friday, March 25, 2011 10:32 AM To: David Peterson-WirelessConnections; FreeRadius users mailing list Subject: Re: Wrong packing of attributes? David Peterson wrote: OK I am now

RE: Sending attribute with sub-attributes

2011-03-17 Thread David Peterson
[mailto:al...@deployingradius.com] Sent: Wednesday, March 16, 2011 5:02 PM To: David Peterson-WirelessConnections; FreeRadius users mailing list Subject: Re: Sending attribute with sub-attributes David Peterson wrote: After some excellent tutelage from Mr. Wiechman, I am getting different

RE: Sending attribute with sub-attributes

2011-03-16 Thread David Peterson
radsniff? David -Original Message- From: freeradius-users-bounces+david.peterson=acc-corp@lists.freeradius.org [mailto:freeradius-users-bounces+david.peterson=acc-corp.net@lists.freeradiu s.org] On Behalf Of Alan DeKok Sent: Tuesday, March 15, 2011 10:30 AM To: David Peterson

RE: Sending attribute with sub-attributes

2011-03-16 Thread David Peterson
-corp.net@lists.freeradiu s.org] On Behalf Of David Peterson Sent: Wednesday, March 16, 2011 1:42 PM To: FreeRadius users mailing list Subject: RE: Sending attribute with sub-attributes OK set up radsniff and am seeing the following access-accept: Access-Request Id 34172.16.4.2:1812 - 172.16.4.14

RE: Sending attribute with sub-attributes

2011-03-15 Thread David Peterson
wrong at least according to wireshark. Any thoughts would be very helpful. David From: freeradius-users-bounces+david.peterson=acc-corp@lists.freeradius.org [mailto:freeradius-users-bounces+david.peterson=acc-corp.net@lists.freeradiu s.org] On Behalf Of David Peterson Sent: Monday, March

RE: Sending attribute with sub-attributes

2011-03-15 Thread David Peterson
:18 AM To: David Peterson-WirelessConnections; FreeRadius users mailing list Subject: Re: Sending attribute with sub-attributes David Peterson wrote: I am having issue with this portion of the dictionary. The packet shows as malformed and is for some reason sending two tlv’s that seem

RE: Sending attribute with sub-attributes

2011-03-14 Thread David Peterson
I am working on the same issue, likely with the same NAS vendor. Is the order important? I am also seeing some uknown attributes in my pcap file. Perhaps I am on the wrong build. How do I verify if I am compiling 3.0 version? David -Original Message- From:

RE: Sending attribute with sub-attributes

2011-03-14 Thread David Peterson
@lists.freeradiu s.org] On Behalf Of Alan DeKok Sent: Monday, March 14, 2011 9:05 AM To: David Peterson-WirelessConnections; FreeRadius users mailing list Subject: Re: Sending attribute with sub-attributes David Peterson wrote: I am working on the same issue, likely with the same NAS vendor. Is the order

RE: Sending attribute with sub-attributes

2011-03-14 Thread David Peterson
-corp.net@lists.freeradiu s.org] On Behalf Of David Peterson Sent: Monday, March 14, 2011 9:08 AM To: FreeRadius users mailing list Subject: RE: Sending attribute with sub-attributes AHh ok great! It appears I am on v2.2. Should I be on 3.0 to support the sub-sub tlvs needed for this NAS

RE: Access Accept vs Tunneled reply

2011-03-11 Thread David Peterson
These values are unique per user. Is there an elegant way to copy this to the post-auth section? David -Original Message- From: Alan Buxey [mailto:a.l.m.bu...@lboro.ac.uk] Sent: Friday, March 11, 2011 8:36 AM To: David Peterson-WirelessConnections; FreeRadius users mailing list Subject

RE: Access Accept vs Tunneled reply

2011-03-11 Thread David Peterson
+david.peterson=acc-corp@lists.freeradius.org [mailto:freeradius-users-bounces+david.peterson=acc-corp.net@lists.freeradiu s.org] On Behalf Of Alexander Clouter Sent: Friday, March 11, 2011 10:28 AM To: freeradius-users@lists.freeradius.org Subject: Re: Access Accept vs Tunneled reply David Peterson dav

RE: Access Accept vs Tunneled reply

2011-03-11 Thread David Peterson
-Original Message- From: freeradius-users-bounces+david.peterson=acc-corp@lists.freeradius.org [mailto:freeradius-users-bounces+david.peterson=acc-corp.net@lists.freeradiu s.org] On Behalf Of David Peterson Sent: Friday, March 11, 2011 11:55 AM To: 'FreeRadius users mailing list' Subject: RE

RE: Access Accept vs Tunneled reply

2011-03-11 Thread David Peterson
+david.peterson=acc-corp.net@lists.freeradiu s.org] On Behalf Of Alan DeKok Sent: Friday, March 11, 2011 1:41 PM To: David Peterson-WirelessConnections; FreeRadius users mailing list Subject: Re: Access Accept vs Tunneled reply David Peterson wrote: Please correct my assumption if I am off I have been

RE: Access Accept vs Tunneled reply

2011-03-11 Thread David Peterson
@lists.freeradius.org [mailto:freeradius-users-bounces+david.peterson=acc-corp.net@lists.freeradiu s.org] On Behalf Of David Peterson Sent: Friday, March 11, 2011 1:47 PM To: FreeRadius users mailing list Subject: RE: Access Accept vs Tunneled reply I have set: use_tunneled_reply

RE: Access Accept vs Tunneled reply

2011-03-11 Thread David Peterson
: Friday, March 11, 2011 1:34 PM To: freeradius-users@lists.freeradius.org Subject: Re: Access Accept vs Tunneled reply David Peterson dav...@wirelessconnections.net wrote: I am wondering if it's a misconfiguration of a group reply. I have those attributes listed as a group-reply. Would putting

Dictionary question`

2011-03-11 Thread David Peterson
I have to define a TLV which has a description of: TLV ID 1 for Classifier ID Description An identifier of the classifier that uniquely identifies the classifier in the scope of the Packet Flow Descriptor irrespective of whether or not the classifier is an uplink or downlink classifier.

Lastest using git

2011-03-10 Thread David Peterson
I am trying to recompile any new changes but cannot for the life of me remember how to check out the latest version. I believe it's called Stable David - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

  1   2   >