hello i want allow all ipv4 home server to control coa client 0.0.0.0/0 { secret=123123 coa_server= example_coa #working fine } home_server example_coa { type=coa ipaddr= * #allow all ip Not working secret=123123 ..... } sorry for my language english
On Jul 12, 2016, at 9:59 PM, تعلم البرمجة <mido2010bona@gmail.com> wrote:
i want allow all ipv4 home server to control coa client 0.0.0.0/0 { secret=123123 coa_server= example_coa #working fine }
That allows packets from anywhere to the RADIUS server.
home_server example_coa { type=coa ipaddr= * #allow all ip Not working secret=123123
That cannot work. You need to specify a destination IP address for the home server. FreeRADIUS does not support dynamic home servers. It does not support wildcard home servers. Alan DeKok.
participants (2)
-
Alan DeKok -
تعلم البرمجة