Re: [Help] radtest mschap problem

2013-04-26 Thread Chitrang Srivastava
Most likely your host file didnt have entry of your domain name, dump your hostname and /etc/hosts file here and then we can comment better On Thu, Apr 25, 2013 at 10:52 PM, Andres arvutihool...@gmail.com wrote: Hello All, I'm trying to test mschap with radtest but it gives me strange error

Originate CoA Request After Receiving Access-Accept

2013-04-26 Thread Okis Chuang
Dear all, From the originate-coa documentation, it seems I can't originate coa-request at the section of pre-proxy or post-proxy. It's documented, pretty clear. I'm not sure whether it is the cause of my following questions. But what if I need two steps below finished continually both in

Re: [Help] radtest mschap problem

2013-04-26 Thread Andres
this way looks my hosts file: # IP-Address Full-Qualified-Hostname Short-Hostname # 127.0.0.1 localhost # special IPv6 addresses ::1 localhost ipv6-localhost ipv6-loopback fe00::0 ipv6-localnet ff00::0 ipv6-mcastprefix ff02::1 ipv6-allnodes ff02::2

Re: [Help] radtest mschap problem

2013-04-26 Thread Alan DeKok
Andres wrote: this way looks my hosts file: Well... something is wrong with DNS on your system. The only advantage to using radtest is that it's simpler than radclient. But it's just a wrapper around radclient. You can edit radtest to remove the DNS lookups, or write your own wrapper

Re: RADIUS server is dumping core

2013-04-26 Thread Alan DeKok
ramakrishna wrote: I am using FreeRADIUS in solaris sever in which valgrind is not supported. Well... see if the same configuration fails on Linux, and run valgrind there. Do you suspect access errors in RADIUS server for the dump based on the gdb log? I don't know what to expect. In

Re: Originate CoA Request After Receiving Access-Accept

2013-04-26 Thread Alan DeKok
Okis Chuang wrote: From the originate-coa documentation, it seems I can’t originate coa-request at the section of pre-proxy or post-proxy. It’s documented, pretty clear. It's nice to hear that the documentation helps. :) I’m not sure whether it is the cause of my following questions.

RE: wireshart shows wrong information

2013-04-26 Thread Juan Pablo L.
i realise now that i may have not been very clear in my explanation of the problem, that problem is that all values for the fields are the wrong values, for example, this is my code: pairadd(request-reply-vps,pairmake(3GPP2-Prepaid-Acct-Quota-QuotaIDentifier,1, T_OP_EQ)); and this is what

RE: Retrieve 'Aruba-Location-Id' from RAD_REQUEST

2013-04-26 Thread Wang, Yu
Hi, Alan, Thanks for the suggestion. I added log_request_attributes; in authorize function and it already has sub log_request_attributes in the perl script. When run FR in debug mode, the Aruba-Location-ID does present but when I call $ RAD_REQUEST{'Aruba-Location-Id'} from rlm_perl, it came

Re: Retrieve 'Aruba-Location-Id' from RAD_REQUEST

2013-04-26 Thread Alex Sharaz
Be nice to hear true solution to this as the same thing happens to me for the nas-ip-address attribute A On 26 Apr 2013, at 15:41, Wang, Yu ywan...@fsu.edu wrote: Hi, Alan, Thanks for the suggestion. I added log_request_attributes; in authorize function and it already has sub

Re: Retrieve 'Aruba-Location-Id' from RAD_REQUEST

2013-04-26 Thread A . L . M . Buxey
Hi, Thanks for the suggestion. I added log_request_attributes; in authorize function and it already has sub log_request_attributes in the perl script. When run FR in debug mode, the Aruba-Location-ID does present but when I call $ RAD_REQUEST{'Aruba-Location-Id'} from rlm_perl, it came

Re: Retrieve 'Aruba-Location-Id' from RAD_REQUEST

2013-04-26 Thread A . L . M . Buxey
Hi, Thanks for the suggestion. I added log_request_attributes; in authorize function and it already has sub log_request_attributes in the perl script. When run FR in debug mode, the Aruba-Location-ID does present but when I call $ RAD_REQUEST{'Aruba-Location-Id'} from rlm_perl, it came up

Re: [Help] radtest mschap problem

2013-04-26 Thread Chitrang Srivastava
whats the hostname of ur system ? On Fri, Apr 26, 2013 at 6:30 PM, Andres arvutihool...@gmail.com wrote: this way looks my hosts file: # IP-Address Full-Qualified-Hostname Short-Hostname # 127.0.0.1 localhost # special IPv6 addresses ::1 localhost ipv6-localhost

Re: unlang and optimization

2013-04-26 Thread Jason Frisvold
Arran Cudbard-Bell wrote: Yes. In FreeRADIUS master branch. You can also do nice things like cache group membership. Excellent. Not supported, and won't be supported. Overloading of attributes like this is slated for deprecation in 3.0/1, at which point we'll just standardise on xlat

Re: unlang and optimization

2013-04-26 Thread Jason Frisvold
a.l.m.bu...@lboro.ac.uk wrote: are they your only groups? if so, one less call is a quick optimisation No, there are a bunch of groups.. 9 or 10 at the moment. I do need to put a default in there though, so your solution will still need to be used. :) you could make a call to python or PERL

Re: [Help] radtest mschap problem

2013-04-26 Thread Andres
host name is radius ip 10.58.5.58 Full Domain host name: radius.mydomain.com radius .. resolv.conf search mydomain.com nameserver 10.58.5.39 nameserver 10.58.5.45 /etc/hosts 127.0.0.1 localhost # special IPv6 addresses ::1 localhost ipv6-localhost

Re: [Help] radtest mschap problem

2013-04-26 Thread A . L . M . Buxey
Hi, what version of FreeRADIUS? are you sure you arent running old copies of radclient/radtest ie you THINK you can do -t mschap but the wrapper or binary doesnt radclient -v ? which radtest then cat the resulting file. alan - List info/subscribe/unsubscribe? See

Re: RADIUS server is dumping core

2013-04-26 Thread Alan DeKok
ramakrishna wrote: I have tried to find the access errors using dbx debugger in solaris. Please find the attached file for the access errors. We are facing dump quite frequently because of these access errors. Could you give us some idea where it might be going wrong? Your system is

Re: [Help] radtest mschap problem

2013-04-26 Thread A . L . M . Buxey
Hi, FreeRADIUS server Version: 2.1.1-7.16.1 also installed freeradius-server-libs and utils FreeRADIUS server and libs and utils was installed via Yast. radius:/etc # radclient -v radclient: $Id$ built on Jan 22 2013 at 23:55:37 # # Version: $Id$ #

Re: [Help] radtest mschap problem

2013-04-26 Thread Alan DeKok
Andres wrote: FreeRADIUS server Version: 2.1.1-7.16.1 also installed freeradius-server-libs and utils Why? That version is SEVEN YEARS old. Upgrade. Really. And you're using a version of radclient which doesn't support mschap. So... why are you trying to use mschap? We presume

Re: Session-Timeout

2013-04-26 Thread Peter Lambrechtsen
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...@wirelessconnections.net wrote: What is the

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:

RE: Session-Timeout

2013-04-26 Thread David Peterson
Sorry about that, they say its 16 bit. From: freeradius-users-bounces+davidp=wirelessconnections@lists.freeradius.org [mailto:freeradius-users-bounces+davidp=wirelessconnections.net@lists.freera dius.org] On Behalf Of Peter Lambrechtsen Sent: Friday, April 26, 2013 6:30 PM To:

Re: wireshart shows wrong information

2013-04-26 Thread Alan DeKok
Juan Pablo L. wrote: i realise now that i may have not been very clear in my explanation of the problem, that problem is that all values for the fields are the wrong values, for example, this is my code: pairadd(request-reply-vps,pairmake(3GPP2-Prepaid-Acct-Quota-QuotaIDentifier,1,

RE: Freeradius-Users Digest, Vol 96, Issue 88

2013-04-26 Thread Okis Chuang
Okis Chuang wrote: From the originate-coa documentation, it seems I can?t originate coa-request at the section of pre-proxy or post-proxy. It?s documented, pretty clear. It's nice to hear that the documentation helps. :) I thought docs are very helpful at most of

FW: Freeradius-UsRe: Originate CoA Request After Receiving Access-Accepters Digest, Vol 96, Issue 88

2013-04-26 Thread Okis Chuang
Okis Chuang wrote: From the originate-coa documentation, it seems I can?t originate coa-request at the section of pre-proxy or post-proxy. It?s documented, pretty clear. It's nice to hear that the documentation helps. :) I thought docs are very helpful at most of

Re: Originate CoA Request After Receiving Access-Accept

2013-04-26 Thread Okis Chuang
Okis Chuang wrote: From the originate-coa documentation, it seems I can?t originate coa-request at the section of pre-proxy or post-proxy. It?s documented, pretty clear. It's nice to hear that the documentation helps. :) I thought docs are very helpful at