[RADIATOR] Proxy Accounting counter

2014-09-14 Thread eliran shlomo
Hi Group, I setup two authby for proxy accounting. I would like to create a graph using cacti that will show me the number of accounting that sent to those two server. Just ran over the OID in SNMPAgent.pm and didn't find the data over there. Any idea how i can get it? Thanks for the help. Eliran

Re: [RADIATOR] Alive\Update handlers with proxy

2013-12-22 Thread eliran shlomo
Hi Heikki, How can i copy the attribute vales that are sent in the Access-Accept to the Accounting-Request? On Wed, Dec 18, 2013 at 5:33 PM, Heikki Vatiainen wrote: > On 12/18/2013 09:44 AM, eliran shlomo wrote: > > > The attribute in the LDAP for RB-Context-Name has changed

Re: [RADIATOR] Alive\Update handlers with proxy

2013-12-18 Thread eliran shlomo
ame and some of them changed. BR, Eliran On Tue, Dec 17, 2013 at 4:08 PM, Heikki Vatiainen wrote: > On 12/17/2013 10:51 AM, eliran shlomo wrote: > > > This is the trace > > > > Correct attributes mark in blue , wrong in red. > > Hello Eliran, > > you had mar

Re: [RADIATOR] Alive\Update handlers with proxy

2013-12-17 Thread eliran shlomo
; } } elsif ( $class =~ /^(ngn|xngn|NGN|XNGN)$/ ) { if ( $context =~ /^(gamer)$/ ) { $p->change_attr('Class', $context . '_' . 'ngn'); ## Logs ## &main::log($main::LOG_ERR, "DA: user: $usern Context gamer: settin

[RADIATOR] Alive\Update handlers with proxy

2013-12-16 Thread eliran shlomo
Hello guys, I have proxy radius that receive a different attributes then the NAS. When i change an attribute in the LDAP and tell the NAS to get an update the NAS receive all updated values But the values that are sent to the proxy contain old data. please advise. Thanks, Eliran The AuthBy lo

Re: [RADIATOR] Radiator monitor port

2013-01-03 Thread eliran shlomo
2013/1/3 > Hi, > > >i use this configuration > > > > > >ROCommunity RaD1us > >Port %{GlobalVar:snmp_port} > > > > > >and in the init.d script i add snmp_port=9071 > > you arent clear if this now works for you... > > what does simply adding > > Port 9071 > > into the secti

Re: [RADIATOR] Radiator monitor port

2013-01-03 Thread eliran shlomo
Found that after the mail sent i use this configuration ROCommunity RaD1us Port %{GlobalVar:snmp_port} and in the init.d script i add snmp_port=9071 2013/1/3 Heikki Vatiainen > On 01/03/2013 01:43 PM, eliran shlomo wrote: > > Hi, I'm trying to monitor our radiator ser

[RADIATOR] Radiator monitor port

2013-01-03 Thread eliran shlomo
Hi, I'm trying to monitor our radiator server with cacti. i saw that in the configuration that monitor already exist Username * Password * Port %{GlobalVar:monitor_port} i want to test it with snmpwalk, on which snmp the monitor works? can someone give me an exam

Re: [RADIATOR] Multiple AuthBy Radius hosts

2012-08-26 Thread eliran shlomo
Changing the FailureBackoffTime to 0 and adding the IgnoreAccountingResponse solved the problem thanks for the help. 2012/8/26 Heikki Vatiainen > The configuration looks fine. It should send the request to two > destinations: ProxyAccounting and ProxyAccounting71. > > You could do the followin

Re: [RADIATOR] Multiple AuthBy Radius hosts

2012-08-26 Thread eliran shlomo
%{RB-QoS-Metering-Profile-Name},%{Acct-Terminate-Cause},\ %{Acct-Session-Time},%{Event-Timestamp},\ %{Acct-Authentic},%{Acct-Delay-Time},\ %{Acct-Input-Packets},%{Acct-Output-Packets},\ %{Framed-Protocol},%{Service-Type} 2012/8/26 Heik

Re: [RADIATOR] Multiple AuthBy Radius hosts

2012-08-25 Thread eliran shlomo
help :) 2012/8/23 Heikki Vatiainen > On 08/23/2012 04:54 PM, eliran shlomo wrote: > > > Is there another way to do it? > > because we got 6 different Handlers,and i wish to save lines inside the > > configuration file... > > Yes, here is an alternative: &

Re: [RADIATOR] Multiple AuthBy Radius hosts

2012-08-23 Thread eliran shlomo
Is there another way to do it? because we got 6 different Handlers,and i wish to save lines inside the configuration file... 2012/8/23 Heikki Vatiainen > On 08/23/2012 04:25 PM, eliran shlomo wrote: > > > I'm trying to send double proxy accounting to different servers right &

[RADIATOR] Multiple AuthBy Radius hosts

2012-08-23 Thread eliran shlomo
Hello, I'm trying to send double proxy accounting to different servers right now didn't had any successes with it. I'd search Google and tried the next solutions: AuthByPolicy ContinueAlways AuthBy ProxyAccounting AuthBy ProxyAccounting71 tried: ...

Re: [RADIATOR] Change attribute value that send to proxy

2012-08-06 Thread eliran shlomo
hi, found the solution with PreAuthHook file:"%{GlobalVar:CONFIGROOT}/include/proxyhook.pl" works as i wanted :) thanks for the idea and the guide to that point :) 2012/8/6 Heikki Vatiainen > On 08/05/2012 05:42 PM, eliran shlomo wrote: > > > hi so i'll need

[RADIATOR] Change attribute value that send to proxy

2012-08-02 Thread eliran shlomo
hi, i need to change the value of attribute in the Access-Accept packet that sends to the proxy radius. i figure out that i need to use ReplyHook but can you point me how to do it? i tried this one sub { my $p = ${$_[0]}; # proxy reply packet my $rp = ${$_[1]}; # reply packet to NAS

[RADIATOR] Radius Accounting to LDAP and Radius server

2012-07-30 Thread eliran shlomo
Hi, I'm trying to set multiple accounting respond but something isn't clear to me. currently now the radius using AuthBy LDAP2, and i want that the accounting respond after the authentication will be send to another accounting server. i set this up for now Identifier LDAP_User EA