<br><br><div class="gmail_quote">On Sat, Sep 22, 2012 at 5:37 PM, Alan DeKok <span dir="ltr"><<a href="mailto:aland@deployingradius.com" target="_blank">aland@deployingradius.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">

<div>Arka Sharma wrote:<br>
>       I am using freeradius-2.1.11 and I have a requirement like I am a<br>
> proxy free radius server which communicate to a remote PPS with PPAC and<br>
> PPAQ. Now my question is that how can I identify that it responded back<br>
> successfully or not.I mean I have a condition like if it doesn't respond<br>
> back then I have to perform some task in the code.<br>
<br>
</div>  Read raddb/sites-available/default.  Look for post-proxy-type Fail.<br>
<div><br>
> Now I have written the<br>
> comments for "zombie_period","response_<br>
> window" etc in "proxy.conf" file.My observation for radius debug log is<br>
> that it sends 3 proxy request within 5 min interval before marking the<br>
> remote server as dead.<br>
<br>
</div>  No.  It *proxies* packets.  FreeRADIUS doesn't originate packets.<br>
Only the client does.<br>
<div><br>
> Actually I have configured an unreachable ip in<br>
> proxy.conf.Now I was doing hit and trial by changing the parameter<br>
> values but no such changes I found in radius debug log.I have old style<br>
> realm configuration in proxy.conf that is "accthost = <ip> authhost =<br>
> <ip>" in realm element.I tried with different values of retry_count and<br>
> retry_delay both in "proxy server " element and "realm" element.<br>
<br>
</div><blockquote style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex" class="gmail_quote"><blockquote style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex" class="gmail_quote">
  Those configuration options don't do anything.<br></blockquote></blockquote>
<div></div></blockquote><div>         Then is there any way that I can ensure through code not from the debug log that my freeradius server proxied the request to remote PPS and remote PPS successfully responded back<br>
</div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div>
<br>
</div>  Because the server is just proxying packets from the client.<br>
<br>
  Read the debug log.  The server receives a packet from the client, and<br>
then proxies it.  It never "wakes up" and originates a packet.<br></blockquote><div><br>Yes.server doesn't generates it.I meant to say that it is duplicating the proxy request in 5 secs interval twice. <br>
<br></div>Regards,<br>Arka<br>
</div>