Re: No Reply Proxy for Accounting Requests

2005-12-17 Thread Nicolas Baradakis
David Bickle wrote:

 In some versions of RADIUS it is possible using the proxy feature
 to forward accounting requests to a home radius server or some other
 3rd party server without having to wait for a response packet.

I'm not sure at 100%, but I don't think it's possible with FreeRADIUS.

I'd suggest to log accounting in a file with module rlm_detail, and
write a little program to send the accounting data (without waiting)
to the 3rd party application.

You may look at src/main/radrelay.c and doc/radrelay. radrelay can
replicate accounting data but wait for an answer, though.

Nicolas Baradakis

-- 
A: Yes.
Q: Are you sure?
A: Because it reverses the logical flow of conversation.
Q: Why is top posting annoying in email?
- 
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html


No Reply Proxy for Accounting Requests

2005-12-16 Thread David Bickle
Does anyone know how to configure a proxy for the forwarding of no reply
accounting requests? In particular I am interested in accounting start/stop
packets.

Thanks,


- 
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html


Re: No Reply Proxy for Accounting Requests

2005-12-16 Thread Dusty Doris

On Fri, 16 Dec 2005, David Bickle wrote:


Does anyone know how to configure a proxy for the forwarding of no reply
accounting requests? In particular I am interested in accounting start/stop
packets.

Thanks,


What does forwarding of no reply accounting requests mean?

- 
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html


Re: No Reply Proxy for Accounting Requests

2005-12-16 Thread David Bickle
In some versions of RADIUS it is possible using the proxy feature to forward
accounting requests to a home radius server or some other 3rd party server
without having to wait for a response packet. Typically this is accomplished
by configuring an attribute (ie. IgnoreAccountingResponse) in the proxy
section where the forwarding server is instructed to not wait for a reply. I
have examined the proxy.conf file and there appears to be no equivalent
functionality in FreeRadius. Is this true? Is there a work around?


On 12/16/05 9:54 AM, Dusty Doris [EMAIL PROTECTED] wrote:

 On Fri, 16 Dec 2005, David Bickle wrote:
 
 Does anyone know how to configure a proxy for the forwarding of no reply
 accounting requests? In particular I am interested in accounting start/stop
 packets.
 
 Thanks,
 
 What does forwarding of no reply accounting requests mean?
 
 - 
 List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html


- 
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html


Proxy of Accounting Requests

2005-09-29 Thread Ashwin Gobind
Good day. I am using freeradius 1.05
I want to proxy accounting requests originating from certain hosts to
another server, how can I do this. Also I am using Jradius to handle
accounting request. But this certain request I don't want JRadius to
handle, but freeradius just to proxy it.  Here is an example of the
request
Thanks



Acct-Session-Id = C42EA2A31F96530
Framed-Protocol = GPRS-PDP-Context
Called-Station-Id = vlive
Calling-Station-Id = 27829800529
Framed-IP-Address = 10.19.128.6
3GPP-IMSI = 65501982252
3GPP-Charging-ID = 33121584
3GPP-PDP-Type = 0
3GPP-GGSN-Address = 196.46.162.163
3GPP-IMSI-MCC-MNC = 65501
3GPP-GGSN-MCC-MNC = 65501
3GPP-NSAPI = 5
3GPP-Selection-Mode = 0
3GPP-Charging-Gateway-Address = 10.25.0.10
3GPP-GPRS-Negotiated-QoS-profile = 99-23931F9396979774FB0808
3GPP-SGSN-Address = 196.6.254.49
User-Name = 27829800529
Cisco-AVPair = connect-progress=Call Up
Acct-Authentic = RADIUS
Acct-Status-Type = Start
NAS-Port-Type = Virtual
Cisco-NAS-Port = GGSN
NAS-Port = 6
Class = [Binary Data]
Service-Type = Framed-User
NAS-IP-Address = 10.31.1.122
NAS-Identifier = GMC-GGSN0-12-2
Acct-Delay-Time = 0
Client-IP-Address = 10.113.60.6
Acct-Unique-Session-Id = b30a3d4d494c8a87
“This e-mail is sent on the Terms and Conditions that can be accessed by 
Clicking on this link http://www.vodacom.net/legal/email.aspx 

- 
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html


Re: Proxy of Accounting Requests

2005-09-29 Thread Nicolas Baradakis
Ashwin Gobind wrote:

 I want to proxy accounting requests originating from certain hosts to
 another server, how can I do this.

You could add something like this in file acct_users:

DEFAULT Client-IP-Address == 10.0.0.1, Proxy-To-Realm := realm1

DEFAULT Client-IP-Address == 10.0.0.2, Proxy-To-Realm := realm2

-- 
Nicolas Baradakis

- 
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html


RE: Proxy of Accounting Requests

2005-09-29 Thread Jonathan De Graeve
Can you also do this in SQL?

J.

-- 
Jonathan De Graeve
Network/System Administrator
Imelda vzw
Informatica Dienst
015/50.52.98
[EMAIL PROTECTED]

-
Always read the manual for the correct way to do things because the
number of incorrect ways to do things is almost infinite
-

-Oorspronkelijk bericht-
Van: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Namens Nicolas
Baradakis
Verzonden: donderdag 29 september 2005 13:55
Aan: FreeRadius users mailing list
Onderwerp: Re: Proxy of Accounting Requests

Ashwin Gobind wrote:

 I want to proxy accounting requests originating from certain hosts to
 another server, how can I do this.

You could add something like this in file acct_users:

DEFAULT Client-IP-Address == 10.0.0.1, Proxy-To-Realm := realm1

DEFAULT Client-IP-Address == 10.0.0.2, Proxy-To-Realm := realm2

-- 
Nicolas Baradakis

- 
List info/subscribe/unsubscribe? See
http://www.freeradius.org/list/users.html




- 
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html