Re: Configuring the DHCP module to forward request to another Radius server.

2013-08-09 Thread Alan DeKok
Fabrice-externe SEGURA wrote: > A word on documentation however : It's quite an understatement to say > that it can be improved. We've had ~15 years of people complaining about this. So far, contributions have been sporadic. Doing documentation takes a concerted effort, and commitment. It's

Re: Configuring the DHCP module to forward request to another Radius server.

2013-08-09 Thread Arran Cudbard-Bell
On 9 Aug 2013, at 15:35, Fabrice-externe SEGURA wrote: > Hi. > > Your approach (use an external script) finally worked > > It's definitely a hack, as I discovered that Linuxes don't do any > DHCP-Release (and I expected to send a radius acct stop at this point). > Nevertheless, it will he

Re: Configuring the DHCP module to forward request to another Radius server.

2013-08-09 Thread Fabrice-externe SEGURA
Hi. Your approach (use an external script) finally worked It's definitely a hack, as I discovered that Linuxes don't do any DHCP-Release (and I expected to send a radius acct stop at this point). Nevertheless, it will help me to emulate a mobile operator network behaviour, when a machine conne

Re: Configuring the DHCP module to forward request to another Radius server.

2013-08-08 Thread Fabrice-externe SEGURA
>As a hack just use exec and radclient to generate the packets and feed them back into the server. Interesting. That suggest there might be a way to make it work after all...(I merely need a hack, it's for the purpose of simulating behavior of an operators's GGSN towards a system that distribut

Re: Configuring the DHCP module to forward request to another Radius server.

2013-08-08 Thread Arran Cudbard-Bell
On 8 Aug 2013, at 16:45, Alan DeKok wrote: > Fabrice-externe SEGURA wrote: >> A suggestion for v3 : It should be possible then to turn the simple dhcp >> request into 2 radius request : the auth request + the acct start >> request. Icing on the cake : dhcp-release should also transform into an >

Re: Configuring the DHCP module to forward request to another Radius server.

2013-08-08 Thread Alan DeKok
Fabrice-externe SEGURA wrote: > A suggestion for v3 : It should be possible then to turn the simple dhcp > request into 2 radius request : the auth request + the acct start > request. Icing on the cake : dhcp-release should also transform into an > acct stop. That's a lot harder. As always, p

Re: Configuring the DHCP module to forward request to another Radius server.

2013-08-08 Thread Fabrice-externe SEGURA
another Radius server. Envoyé par : freeradius-users-bounces+fabrice-externe.segura=erdfdistribution...@lists.freeradius.org Fabrice-externe SEGURA wrote: > I'm trying to use Freeradius 2.2.0 to catch DHCP request on a local > network (a specific interface and physical network of

Re: Configuring the DHCP module to forward request to another Radius server.

2013-08-08 Thread Michael Schwartzkopff
Am Donnerstag, 8. August 2013, 09:19:30 schrieb Fabrice-externe SEGURA: > Hi. > > I'm trying to use Freeradius 2.2.0 to catch DHCP request on a local > network (a specific interface and physical network of my machine), and > forward it to another radius server (through anoth

Re: Configuring the DHCP module to forward request to another Radius server.

2013-08-08 Thread Alan DeKok
Fabrice-externe SEGURA wrote: > I'm trying to use Freeradius 2.2.0 to catch DHCP request on a local > network (a specific interface and physical network of my machine), and > forward it to another radius server (through another interface), using > the radius protocol, to get au

Configuring the DHCP module to forward request to another Radius server.

2013-08-08 Thread Fabrice-externe SEGURA
Hi. I'm trying to use Freeradius 2.2.0 to catch DHCP request on a local network (a specific interface and physical network of my machine), and forward it to another radius server (through another interface), using the radius protocol, to get authorized, and get the IP address to respond

Re: Radius Server Segmentation Fault

2013-04-30 Thread Mitch Yackobeck
Thank you Alan, I thought I had removed the old version already, but turns out it was actually still there lingering in the background.    Once I got that figured out the FR server will start and take packets without seg faults. Much appreaciated for the quick response. Regards, Mitch <>

Re: Radius Server Segmentation Fault

2013-04-30 Thread A . L . M . Buxey
hi, my initial feeling/thoughts is that you have libraries from another version of FR on your system. use 'locate' and 'find' tool to check locations of rlm_* files. I'd remove them all and reinstall from sourceand check that dynamic libraries are all properly linked - 'ldconfig -v' alan -

Radius Server Segmentation Fault

2013-04-30 Thread Mitch Yackobeck
Good morning, I've just completed a migration from an older version of FR to 2.2.0 by building from source and installing the new system.   Unfortunately SuSE does not have prebuilt RPM's for SLES10 that can be easily installed. When I fire up the server to verify if its actually going to a

Re: RADIUS server is dumping core

2013-04-29 Thread Alan DeKok
ramakrishna wrote: > I have not used any of the 1.x versions of freeradius. However I have > used 2.1.12 initially and finally migrated to 2.2. Could you please > lemme know how to trace any incompatibilities if any between the two > versions? My point was that's hard to do. Instead, ensure you

Re: RADIUS server is dumping core

2013-04-29 Thread Fajar A. Nugraha
On Mon, Apr 29, 2013 at 5:02 PM, ramakrishna wrote: > Also please find the attached file which has only memory access errors which > are leading to dump finally. Could you please suggest some way to get rid of > those errors? Have you tried installing on a fresh solaris box, or using prebuilt pac

Re: RADIUS server is dumping core

2013-04-29 Thread ramakrishna
Hi Alan, Thanks for your suggestions. I have not used any of the 1.x versions of freeradius. However I have used 2.1.12 initially and finally migrated to 2.2. Could you please lemme know how to trace any incompatibilities if any between the two versions? Also please find the attached file which

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 syste

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

Re: RADIUS server is dumping core

2013-04-24 Thread ramakrishna
Hi Alan, I am using FreeRADIUS in solaris sever in which valgrind is not supported. Do you suspect access errors in RADIUS server for the dump based on the gdb log? In Solaris, we use dbx or bcheck to find access errors or memory leaks. Is it ok if i produce logs of those tools? Thanks, On

Re: RADIUS server is dumping core

2013-04-22 Thread Alan DeKok
ramakrishna wrote: > Hi, > > I am using FreeRADIUS 2.2.0. Recently I have observed that RADIUS server > is generating core frequently. I have tried debugging the core file > using gdb. > > Please find the attached file for the gdb output for one of the core > file generat

RADIUS server is dumping core

2013-04-22 Thread ramakrishna
Hi, I am using FreeRADIUS 2.2.0. Recently I have observed that RADIUS server is generating core frequently. I have tried debugging the core file using gdb. Please find the attached file for the gdb output for one of the core file generated. Please lemme know if you need any more information for

Re: Cannot access radius server from remote host

2013-03-10 Thread Russell Mike
using. Thanks RM -- On Sat, Mar 9, 2013 at 10:43 AM, Muhammad Nadeem wrote: > For this you have to define the IP address and shared secret on the Radius > server in client.config > following is an entry that define that you can send request from an > computer having 192.168.0.10

Re: Cannot access radius server from remote host

2013-03-09 Thread Muhammad Nadeem
IP address and shared secret on the >> Radius server in client.config >> following is an entry that define that you can send request from an >> computer having 192.168.0.102 IP address. >> client 192.168.0.102 { >> ipaddr = 192.168.0.102 >> secret = testing123 >&

Re: Cannot access radius server from remote host

2013-03-09 Thread Iftakhul Anwar
Hi Muhammad, Thanks for your reply,it's solve my problem :) Thanks very much On Sat, Mar 9, 2013 at 5:43 PM, Muhammad Nadeem wrote: > For this you have to define the IP address and shared secret on the Radius > server in client.config > following is an entry that define that

Re: Cannot access radius server from remote host

2013-03-09 Thread Muhammad Nadeem
For this you have to define the IP address and shared secret on the Radius server in client.config following is an entry that define that you can send request from an computer having 192.168.0.102 IP address. client 192.168.0.102 { ipaddr = 192.168.0.102 secret = testing123 } Please read

Cannot access radius server from remote host

2013-03-09 Thread Iftakhul Anwar
Hi All, I just try connect radius server remotely. i've try to radtest with command : radtest user1 meruvian localhost 1812 testing123 Sending Access-Request of id 133 to 127.0.0.1 port 1812 User-Name = "user1" User-Password = "meruvian" NAS-IP-Address = 127.0.0.

Re: proxy the radius server

2013-02-22 Thread Muhammad Nadeem
> Hi all, > > ** ** > >I want to configure the proxy from my free radius to > another free radius server > > How do i do that ??? please help > &

Re: proxy the radius server

2013-02-22 Thread A . L . M . Buxey
Hi, > I want to configure the proxy from my free radius to >another free radius server > >How do i do that ??? please help you need to look at proxy.conf and clients.conf - the server sending stuff AWAY needs to have proxy.con

RE: Radius server failed to respond

2013-02-20 Thread ahmed.sajid
Thank you very much for the explanation. Regards, Ahmed. -- Scanned by iCritical. - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Re: Radius server failed to respond

2013-02-20 Thread Phil Mayers
On 20/02/13 13:08, ahmed.sa...@stfc.ac.uk wrote: Hi Phil, That could be the problem. I am using LDAP to get user information. getent passwd works okay everytime I have system to use LDAP for accounting. Do I have to set it up in FreeRadius as well? Or shall I do either or? I don't unders

Re: Radius server failed to respond

2013-02-20 Thread A . L . M . Buxey
Hi, > I run the server in debugging mode using -X. thats good. keep it to yourself, that'll help. alan - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

RE: Radius server failed to respond

2013-02-20 Thread ahmed.sajid
Hi Phil, That could be the problem. I am using LDAP to get user information. getent passwd works okay everytime I have system to use LDAP for accounting. Do I have to set it up in FreeRadius as well? Or shall I do either or? Regards, Ahmed. -- Scanned by iCritical. - List info/subscribe/u

Re: Radius server failed to respond

2013-02-20 Thread Phil Mayers
On 20/02/13 11:53, ahmed.sa...@stfc.ac.uk wrote: Hi, I can authenticate using Kerberos, by running radius in debugging mode. I can see that I get Access-Accept packet but SSH doesn’t gets logged in. I get following in /var/log/messages pam_radius_auth: DEBUG: getservbyname(radius, udp) returne

Radius server failed to respond

2013-02-20 Thread ahmed.sajid
Hi, I can authenticate using Kerberos, by running radius in debugging mode. I can see that I get Access-Accept packet but SSH doesn't gets logged in. I get following in /var/log/messages pam_radius_auth: DEBUG: getservbyname(radius, udp) returned -562132672. pam_radius_auth: RADIUS s

RE: Radius server failed to respond

2013-02-20 Thread ahmed.sajid
+ahmed.sajid=stfc.ac...@lists.freeradius.org] On Behalf Of a.l.m.bu...@lboro.ac.uk Sent: 20 February 2013 12:01 To: FreeRadius users mailing list Subject: Re: Radius server failed to respond Hi, >pam_radius_auth: DEBUG: getservbyname(radius, udp) returned -562132672. >pam_radius_auth: RADIUS

Re: Radius server failed to respond

2013-02-20 Thread A . L . M . Buxey
Hi, >pam_radius_auth: DEBUG: getservbyname(radius, udp) returned -562132672. >pam_radius_auth: RADIUS server 127.0.0.1 failled to respond >pam_radius_auth: All RADIUS servers failed to respond. is the RADIUS server actually running when you are trying this? what

Re: FW: Radius server is dumping regularly

2013-02-11 Thread Alan DeKok
ramakrishna wrote: > Hi, > > The core dump seems to be at the following locations. > > 1) - lwp# 6255 / thread# 6255 > 7fb40ed0 rad_decode (0, 9f90393, 7, 1, 1, a) + 290 ... > I do not have any clue why this dumping here as it is stack code. Neither do w

Re: Dualstack NAS ignored by RADIUS server when using IPv4

2013-02-11 Thread Alan DeKok
Ondrej Famera wrote: > - yes, I restart RADIUS after adding/removing record from DB, but result is > that only one address > is resolved per hostname (so dualstack hostname get resolved only to single > IPv6 address - in > context of RADIUS server, regular DNS query returns bot

Re: Fwd: FW: Radius server is dumping regularly

2013-02-11 Thread Alan DeKok
ramakrishna wrote: > I have been using FreeRadius 2.2 for a while now. Recently i have > started seeing regular code dumps by RADIUS server. I have attached > pstack output of three core files generated within last four days. I > observed that core dump is happening consistently i

Re: Dualstack NAS ignored by RADIUS server when using IPv4

2013-02-11 Thread Ondrej Famera
description |server >> +---+---+---++---+---+-+-- >> 2 | 10.0.0.2 | dev1| other | | shared_secret | >> | | inner-tunnel > > > but did you either > > 1) restart the RADIUS server after this entry got added

Re: FW: Radius server is dumping regularly

2013-02-11 Thread ramakrishna
gt; seeing regular code dumps by RADIUS server. I have attached pstack output > of three core files generated within last four days. I observed that core > dump is happening consistently in rad_decode function and its sub > functions. > > Please lemme know what might

Re: Dualstack NAS ignored by RADIUS server when using IPv4

2013-02-11 Thread A . L . M . Buxey
2 | 10.0.0.2 | dev1| other | | shared_secret | >| | inner-tunnel but did you either 1) restart the RADIUS server after this entry got added (plain SQL entries are not dynamic!) or 2) configure the dynamic clients module so that your entries could be read fro

Re: Dualstack NAS ignored by RADIUS server when using IPv4

2013-02-11 Thread Ondrej Famera
Hello Bjørn, On 02/11/2013 10:27 AM, Bjørn Mork wrote: > Ondrej Famera writes: > >> freeRADIUS server: >> radius.example.com >> - IPv4: 10.0.0.1 >> - IPv6: 2001:a:b:c::1 >> >> NAS device: >> dev1.example.com >> - IPv4: 10.0.0.2 >> - IPv6: 2001:a:b:c::2 >> >> RADIUS nas table: >> id | na

Re: Dualstack NAS ignored by RADIUS server when using IPv4

2013-02-11 Thread Bjørn Mork
Ondrej Famera writes: > freeRADIUS server: > radius.example.com > - IPv4: 10.0.0.1 > - IPv6: 2001:a:b:c::1 > > NAS device: > dev1.example.com > - IPv4: 10.0.0.2 > - IPv6: 2001:a:b:c::2 > > RADIUS nas table: > id | nasname | shortname | type | ports |secret | > community | de

Dualstack NAS ignored by RADIUS server when using IPv4

2013-02-11 Thread Ondrej Famera
Hello all, I'm running freeRADIUS 2.2.0 server on dualstack machine. Some of the NAS devices that are using this server are dualstack, but they are not able to use IPv6 for communicating with RADIUS server so they use only the IPv4. Problem is that these NAS devices are rejected by R

Fwd: FW: Radius server is dumping regularly

2013-02-11 Thread ramakrishna
** ** Hi I have been using FreeRadius 2.2 for a while now. Recently i have started seeing regular code dumps by RADIUS server. I have attached pstack output of three core files generated within last four days. I observed that core dump is happening consistently in rad_decode function and

Re: Throttling of disconnect messages going out from RADIUS server

2013-01-29 Thread Alan DeKok
ramakrishna wrote: > I am using FreeRadius 2.2 and I came across a requirement where the > Disconnect Requests going out from RADIUS server towards RADIUS Client > should be limited to some maximum number n requests per second? Why? > Can this be achievable through some conf

Throttling of disconnect messages going out from RADIUS server

2013-01-29 Thread ramakrishna
Hi, I am using FreeRadius 2.2 and I came across a requirement where the Disconnect Requests going out from RADIUS server towards RADIUS Client should be limited to some maximum number n requests per second? Can this be achievable through some configuration in FreeRadius stack or any other way

Re: Starting RADIUS server: gdbm fatal: write error

2013-01-21 Thread pamela pomary
I found the solution. Apparently server disk got full. Had to clear some logs to make room for some space. Thank You. On Mon, Jan 21, 2013 at 9:19 AM, pamela pomary wrote: > Hello Folks > > I encountered an error - 'Starting RADIUS server: gdbm fatal: write error' >

Starting RADIUS server: gdbm fatal: write error

2013-01-21 Thread pamela pomary
Hello Folks I encountered an error - 'Starting RADIUS server: gdbm fatal: write error' while restarting my radius service this morning. Any help please! - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Re: how to test a user in db from free-radius server

2013-01-15 Thread Fajar A. Nugraha
On Tue, Jan 15, 2013 at 7:37 PM, Lakshmi Narayana Baliah wrote: > Hi All, > > I have configured freeradius server + oracle database 11g. > > I send user1 in the Access-Request from radclient to the free-radius server. > > I need to check whether user1 is exists in user_te

how to test a user in db from free-radius server

2013-01-15 Thread Lakshmi Narayana Baliah
Hi All, I have configured freeradius server + oracle database 11g. I send user1 in the Access-Request from radclient to the free-radius server. I need to check whether user1 is exists in user_test table, which is in oracle database 11g. The table contains username - 'user1'

Re: how to call stored procedure in free-radius server

2013-01-15 Thread Phil Mayers
On 15/01/13 11:30, Lakshmi Narayana Baliah wrote: Hi Arran, Thanks for your reply have created stored procedure(myS1Request) in oracle database 11g as shown below, procedure takes input and output parameters. The below procedure should be called in the SQL module in Free-radius for Authent

Re: how to call stored procedure in free-radius server

2013-01-15 Thread Arran Cudbard-Bell
On 15 Jan 2013, at 11:30, Lakshmi Narayana Baliah wrote: > Hi Arran, > > Thanks for your reply have created stored procedure(myS1Request) in > oracle database 11g as shown below, procedure takes input and output > parameters. > The below procedure should be called in the SQL module in Fr

how to call stored procedure in free-radius server

2013-01-15 Thread Lakshmi Narayana Baliah
call my own stored procedure ,which takes input and output variable in > free-radius server. > > How do i do that ??? please help Guessing you're referring to stored procedures in SQL? Or are you misusing SQL terminology to refer to something like a subroutine

Re: Different IP addresses from home radius server

2013-01-11 Thread Greg Rutz
. The remote admin has no excuse for running a broken RADIUS server. Turned out to be a broken load balancer on the remote server's network. Thank you for your quick response. - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Re: Different IP addresses from home radius server

2013-01-11 Thread Alan DeKok
Greg Rutz wrote: > We are using FreeRadius 2.1.12 as a proxy to a remote radius server. > The remote server (not under our direct control) receives RADIUS request > messages on one IP address, but sends the response out a different > interface (and thus has a diffferent IP). F

Different IP addresses from home radius server

2013-01-11 Thread Greg Rutz
We are using FreeRadius 2.1.12 as a proxy to a remote radius server. The remote server (not under our direct control) receives RADIUS request messages on one IP address, but sends the response out a different interface (and thus has a diffferent IP). FreeRadius is rejecting the response since

Re: Received invalid reply digest from RADIUS server on FreeSwitch server

2012-11-20 Thread Alan DeKok
ly: received > invalid reply digest from RADIUS server The shared secret is wrong. Or, freeswith is vroken. > Also using wireshark I am getting Access-Accept UDP package on FS but it > shows invalid reply digest. Then the shared secret is wrong. FreeRADIUS calculates the correct reply

Received invalid reply digest from RADIUS server on FreeSwitch server

2012-11-20 Thread Ankur - BillCall
will not taking more calls after approx 250 calls on FreeSwitch as it gives RADIUS Auth Failed in FS logs. Nov 20 15:49:29 FreeSwitch-BC-Test freeswitch: rc_check_reply: received invalid reply digest from RADIUS server Nov 20 15:49:33 FreeSwitch-BC-Test freeswitch: rc_send_server: no reply from

Re: Generate Access-Challenge from radius server

2012-10-25 Thread Alan DeKok
Arpit Jain wrote: > I need a access-challenge from radius server. I don't care. > What attributes should i send through radclient to generate > access-challenge from radius server. You already asked that. I already told you the answer. > Is there any specific config

Re: Generate Access-Challenge from radius server

2012-10-25 Thread Arpit Jain
I need a access-challenge from radius server. What attributes should i send through radclient to generate access-challenge from radius server. Is there any specific configuration on radius server to generate the access-challenge packet. On 25 Oct 2012 16:12, "Alan DeKok" wrote: &g

Re: Generate Access-Challenge from radius server

2012-10-25 Thread Alan DeKok
Arpit Jain wrote: > I want to generate Access-Challenge from radius server on Access-Request > packet while using CHAP. That's not how CHAP works. > But server is not generating challenge packet for any of the > Access-request, i am using radclient. Because CHAP do

Generate Access-Challenge from radius server

2012-10-25 Thread Arpit Jain
Hi, I want to generate Access-Challenge from radius server on Access-Request packet while using CHAP. But server is not generating challenge packet for any of the Access-request, i am using radclient. Please tell the configurations to be done on the radius server as well as attributes to be sent

Re: Pushing a policy for usergroup and calling station id from Free Radius Server

2012-09-30 Thread Fajar A. Nugraha
On Sun, Sep 30, 2012 at 7:51 PM, Subhani sk m wrote: > Thanks Fajar. > > In previous mail, "Push Policy" means Radius Attribute only. I am > using EAP-TLS and When a client sends a radius request with username > "user1" to radius server. In access

Re: Pushing a policy for usergroup and calling station id from Free Radius Server

2012-09-30 Thread Subhani sk m
Thanks Fajar. In previous mail, "Push Policy" means Radius Attribute only. I am using EAP-TLS and When a client sends a radius request with username "user1" to radius server. In access accept I am able to see attributes configured in users file being returned.

Re: Pushing a policy for usergroup and calling station id from Free Radius Server

2012-09-30 Thread Fajar A. Nugraha
On Sun, Sep 30, 2012 at 4:53 PM, Subhani sk m wrote: > Hi, > > I am using free radius on Linux, Fedora 13. I am able to push policy for a > user.. I need help on two scenarios given below. > > 1.how to push policy for a specific usergroup from free radius sever > Depends on what you mean by "pus

Pushing a policy for usergroup and calling station id from Free Radius Server

2012-09-30 Thread Subhani sk m
Hi, I am using free radius on Linux, Fedora 13. I am able to push policy for a user.. I need help on two scenarios given below. 1.how to push policy for a specific usergroup from free radius sever 2. how to push a policy for a specific Calling-Station-ID like 00:16:6F:A2:XX:XX [ no user specifi

Re: Cloud Radius Server

2012-09-27 Thread Fajar A. Nugraha
On Thu, Sep 27, 2012 at 9:34 PM, Michael Geary wrote: > I would be managing the Radius servers hosted by like HostGator or Rackspace > or someone like that. >> So the other networks have separate internet connectivity? >> > > Yes, they are located throughout Vermont, New Hampshire and Massachuse

Re: Cloud Radius Server

2012-09-27 Thread Michael Geary
com dynamic routing? > > We are a fixed-terrestrial wireless internet service provider > > >> Currently, our Radius server resides at the head end of our PPPoE >> network. I would like to remove the chance that if the Internet failed >> there, that no one on the separate n

Re: Cloud Radius Server

2012-09-27 Thread Phil Mayers
static DSLAM port config, and to @isp.com dynamic routing? Currently, our Radius server resides at the head end of our PPPoE network. I would like to remove the chance that if the Internet failed there, that no one on the separate networks would be able to authenticate. So the other networks

Re: Cloud Radius Server

2012-09-26 Thread Fajar A. Nugraha
On Thu, Sep 27, 2012 at 5:42 AM, Michael Geary wrote: > Good Evening, > > We have several separate networks. Our main network runs PPPoE while all of > the others run over DHCP. I would like to migrate the DHCP networks to use > PPPoE. > > Currently, our Radius server resid

Cloud Radius Server

2012-09-26 Thread Michael Geary
Good Evening, We have several separate networks. Our main network runs PPPoE while all of the others run over DHCP. I would like to migrate the DHCP networks to use PPPoE. Currently, our Radius server resides at the head end of our PPPoE network. I would like to remove the chance that if the

Re: Discarding of Access Requests by Radius server

2012-09-18 Thread Alan DeKok
ramakrishna wrote: > I am using FreeRADIUS 2.1.12 and I have some queries regarding the > working of Radius server. Why? > 1) Does Radius server discard any Access Request messages for any reasons? Only when the specifications require it to. > 2) If Radius server receive

Discarding of Access Requests by Radius server

2012-09-18 Thread ramakrishna
Hi I am using FreeRADIUS 2.1.12 and I have some queries regarding the working of Radius server. 1) Does Radius server discard any Access Request messages for any reasons? 2) If Radius server received two Access Requests with different attributed but with same identifier within short span of

RE: Radius server failure

2012-08-28 Thread Marko Eremija
mailing list Subject: Re: Radius server failure Marko Eremija wrote: > Hi all! > > I had a problem with Radius server on Saturday, and after a lot of searching > I have not found an appropriate answer on the Web. I will be submitting the > log file that contains the problem t

Re: Radius server failure

2012-08-28 Thread Alan DeKok
Marko Eremija wrote: > Hi all! > > I had a problem with Radius server on Saturday, and after a lot of searching > I have not found an appropriate answer on the Web. I will be submitting the > log file that contains the problem that I have been working on. > > Aug 25 19:59

Radius server failure

2012-08-28 Thread Marko Eremija
Hi all! I had a problem with Radius server on Saturday, and after a lot of searching I have not found an appropriate answer on the Web. I will be submitting the log file that contains the problem that I have been working on. Aug 25 19:59:39 aai radiusd[12649]: TLS_accept: error in SSLv3

Re: Duplicate clients entry & segmentation fault after killing radius server

2012-07-21 Thread Alan Buxey
...and what information are you providing? I see nothing with this report (ps if this is with an version, then the first thing you do is try the latest release as it may have already been fixed) alan - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Re: Duplicate clients entry & segmentation fault after killing radius server

2012-07-21 Thread Prateek Kumar
Hi I am just reporting a segfault. Regards, Prateek - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Re: Duplicate clients entry & segmentation fault after killing radius server

2012-07-20 Thread Phil Mayers
On 20/07/12 14:16, Prateek Kumar wrote: Hi, Can reproduce in 2.1.10 also. Currently can not upgrade. So will try in some other system. Do you actually want/think you need a duplicate client and if so, why? Or are you just reporting the segfault? - List info/subscribe/unsubscribe? See ht

Re: Duplicate clients entry & segmentation fault after killing radius server

2012-07-20 Thread Prateek Kumar
Hi, Can reproduce in 2.1.10 also. Currently can not upgrade. So will try in some other system. Regards, Prateek - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Re: Duplicate clients entry & segmentation fault after killing radius server

2012-07-20 Thread Alan DeKok
Prateek Kumar wrote: > I have 2 ldap modules which are selected by unlang logic and I > have configured my certificates as default. Now when I put a dupticate > client entry in clients.conf file & then kill the radius server I got a > error like *** glibc detected *

Re: Duplicate clients entry & segmentation fault after killing radius server

2012-07-20 Thread Matthew Newton
Hi On Fri, Jul 20, 2012 at 05:09:51PM +0530, Prateek Kumar wrote: > error like *** glibc detected *** radiusd: free(): invalid pointer: > 0xb778e994. Also some time I get the error like munmap_chunk(): invalid > pointer. If I remove the duplicate client entry then I don't see the error. So remove

Duplicate clients entry & segmentation fault after killing radius server

2012-07-20 Thread Prateek Kumar
Hi, I have 2 ldap modules which are selected by unlang logic and I have configured my certificates as default. Now when I put a dupticate client entry in clients.conf file & then kill the radius server I got a error like *** glibc detected *** radiusd: free(): invalid pointer: 0xb778

Re: update NAS-Identifier in Access-Request before proxying to other radius server

2012-06-05 Thread C.F. Yeung
Thanks Alan, I have figured out the problem. On Tue, Jun 5, 2012 at 5:00 PM, Alan DeKok wrote: > C.F. Yeung wrote: > > Have changed the unlang as follow. > > > > update request { > > NAS-Identifier := "new-nas-identifier" > > } > > > > Tried put it under authorize,

Re: update NAS-Identifier in Access-Request before proxying to other radius server

2012-06-05 Thread Alan DeKok
C.F. Yeung wrote: > Have changed the unlang as follow. > > update request { > NAS-Identifier := "new-nas-identifier" > } > > Tried put it under authorize, pre-proxy or post-proxy, nothing changed. So... you didn't follow my instructions. Rather than READING the

Re: update NAS-Identifier in Access-Request before proxying to other radius server

2012-06-05 Thread C.F. Yeung
want to update NAS-Identifier in Access-Request before proxying to > > other radius server. Tried adding the following lines in default but in > > vain. > > WHERE? Just some random place? > > Or did you READ the file, and look for "proxy". If you had done t

Re: update NAS-Identifier in Access-Request before proxying to other radius server

2012-06-04 Thread Alan DeKok
C.F. Yeung wrote: > I want to update NAS-Identifier in Access-Request before proxying to > other radius server. Tried adding the following lines in default but in > vain. WHERE? Just some random place? Or did you READ the file, and look for "proxy". If you had done that,

update NAS-Identifier in Access-Request before proxying to other radius server

2012-06-04 Thread C.F. Yeung
I want to update NAS-Identifier in Access-Request before proxying to other radius server. Tried adding the following lines in default but in vain. So, where should I put the following unlang? update request { NAS-Identifier = "new-nas-identifier" } -

Re: Radius Server stuck and stop responding.

2012-05-31 Thread Alan DeKok
Awais wrote: > @Alan > But on or Voip server FreeRADIUS Version is 1.1.6. > And it is running perfectly. Not a single problem or restart since Dec 2011. Pick one topic and stick to it. You said you were running 2.0.1. And you had problems with it. So.. upgrade. Saying "but I'm running

Re: Radius Server stuck and stop responding.

2012-05-31 Thread Fajar A. Nugraha
On Thu, May 31, 2012 at 6:57 PM, Awais wrote: > @Alan > But on or Voip server FreeRADIUS Version is 1.1.6. > And it is running perfectly. Not a single problem or restart since Dec 2011. If you want to use old version of a software, that's fine, as long as you know how to support it. If you want

Re: Radius Server stuck and stop responding.

2012-05-31 Thread Awais
@Alan But on or Voip server FreeRADIUS Version is 1.1.6. And it is running perfectly. Not a single problem or restart since Dec 2011. -- View this message in context: http://freeradius.1045715.n5.nabble.com/Radius-Server-stuck-and-stop-responding-tp5713440p5713458.html Sent from the FreeRadius

Re: Radius Server stuck and stop responding.

2012-05-31 Thread Alan DeKok
Awais wrote: > RADIUS Version 2.0.1 Upgrade. Alan DeKok. - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Re: Radius Server stuck and stop responding.

2012-05-31 Thread Awais
RADIUS Version 2.0.1 Yes these are from running server when it stop responding, thn we restart it... i searched full log file and i din't find any thing like "no server thread available" -- View this message in context: http://freeradius.1045715.n5.nabble.com/Radius-Server

Re: Radius Server stuck and stop responding.

2012-05-31 Thread Fajar A. Nugraha
On Thu, May 31, 2012 at 5:17 PM, Awais wrote: > Is there any way to know how many requests are under process at that > time(When radius stop responding)??? Not that I know of. If it starts complaining about "no server thread available" (or something like that), then the problem is usually in the

Re: Radius Server stuck and stop responding.

2012-05-31 Thread Awais
Is there any way to know how many requests are under process at that time(When radius stop responding)??? -- View this message in context: http://freeradius.1045715.n5.nabble.com/Radius-Server-stuck-and-stop-responding-tp5713440p5713447.html Sent from the FreeRadius - User mailing list archive

Re: Radius Server stuck and stop responding.

2012-05-30 Thread Alan Buxey
I see duplicate reply. Suggests that your sql is being too slow. Look at optimizing it eg indexes on the tabled you queryor migrate to a better DB. If mysql then look at reducing number of connections to 10 alan - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.htm

Re: Radius Server stuck and stop responding.

2012-05-30 Thread Awais
_sql (sql): Closing sqlsocket 4 rlm_sql (sql): Closing sqlsocket 3 rlm_sql (sql): Closing sqlsocket 2 rlm_sql (sql): Closing sqlsocket 1 rlm_sql (sql): Closing sqlsocket 0 [ OK ] -- View this message in context: http://freeradius.1045715.n5.nabble.com/Radius-Server-stuc

Re: Radius Server stuck and stop responding.

2012-05-30 Thread Fajar A. Nugraha
On Thu, May 31, 2012 at 11:56 AM, Awais wrote: > We are using radius server for IPTV services. > It was running fine but 2 days before it stuck and stop responding. But > after restart it is working fine now, i want to know what may be the problem > because of which it stuck and sto

  1   2   3   4   5   6   7   >