18 Mar
2010
18 Mar
'10
11:28 p.m.
Johan Meiring wrote:
1) For originating a COA packet, is it possible to trigger it from rlm_perl. i.e. cause an "update coa".
Not really.
2) For receiving a COA packet. How can I "process" it. I see that when perl instantiates, it claims it will use two funtions, send_coa and recv_coa. In what section must I put perl for it to call the functions?
The recv_coa && send_coa sections.
I've created a listen section for Coa. Freradius receives it, but "does nothing" and simply sends back an ack.
Yup. The example CoA server was missed in 2.1.8. See: http://github.com/alandekok/freeradius-server/blob/master/raddb/sites-availa... Alan DeKok.