<br><div class="gmail_quote">Hi,<br><br>I am trying to send the disconnect request from radius server to NAS, for that I have returned the RLM_MODULE_UPDATED from my module and in radiusd.conf accounting section edited like this<br>
=========================================================<br>
if(updated){<br>                        update disconnect {<br>                                User-Name = "%{User-Name}"<br>                                Acct-Session-Id = "%{Acct-Session-Id}"<br>                                Framed-IP-Address = "%{Framed-IP-Address}"<br>

                                Packet-Dst-Port = 1700<br>                        }<br>                }<br>==========================================================<br>When I am sending my accounting interim request, got the below message and disconnect request is also not visible in wireshark.<br>

<br>==========================================================<br> entering if (updated) {...}<br>        expand: %{User-Name} -> ********<br>        expand: %{Acct-Session-Id} -> 50D6F0C014369761<br>        expand: %{Framed-IP-Address} -> 10.5.127.115<br>

+++[disconnect] returns updated<br>++- if (updated) returns updated<br>[main_pool] This is not an Accounting-Stop. Return NOOP.<br>++[main_pool] returns noop<br>} # server Access_Gateway<br>Sending Accounting-Response of id 193 to 10.203.226.70 port 33544<br>

WARNING: Unknown destination <a href="http://10.203.226.70:1700" target="_blank">10.203.226.70:1700</a> for CoA request.<br>Do CoA Fail handler here<br>==========================================================<br>Please give some guidelines, how to configure the disconnect request and which files has to modify.<br>

<br>Thanks,<br><br>Regards<span class="HOEnZb"><font color="#888888"><br>Ranjan<br>
</font></span></div><br>