i can`t allow all ipv4 home_server

Alan DeKok aland at deployingradius.com
Wed Jul 13 04:09:04 CEST 2016


On Jul 12, 2016, at 9:59 PM, تعلم البرمجة <mido2010bona at 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.




More information about the Freeradius-Users mailing list