Proxy CoA packet from network control to NAS(same as CoA server) configs in case of many many NASes.

Alan DeKok aland at deployingradius.com
Thu Jul 16 14:01:40 CEST 2015


On Jul 16, 2015, at 4:19 AM, Sergey Komarov <sergey.komaroff at gmail.com> wrote:
> 
> I've tried to use clients.conf and derive home servers from that section as
> announced in 3.0.7. It would simplify but I can't proxy to such kind of
> unnamed home server (or I can? This is what I didn't find in any docs too.
> Sorry).

  Just do:

	update control {
		Packet-Dst-IP-Address := 192.0.2.4
	}

  which is the IP of the NAS.

> 2. Is there any way to use something in coa section like update control
> Home-Server := "%{NAS-IP-Address}" or some other options to proxy CoA
> packets to NAS/CoA server?

  Yes.

  update control {
	Packet-Dst-IP-Address := &NAS-IP-Address
  }

  Alan DeKok.




More information about the Freeradius-Users mailing list