Dual Stack RadSec

Phil Mayers p.mayers at imperial.ac.uk
Thu Nov 14 13:59:22 CET 2013


On 14/11/13 12:40, Adam Bishop wrote:
> Good Afternoon,
>
> The RadSec listen {} block is quite substantial - is there a way to
> keep the same tls configuration for both IPv4 and IPv6 listeners
> without maintaining two identical copies of the TLS block?

See "raddb/templates.conf" in the source tarball. Basically:

templates {
   blah {
     x = 1
     y = 2
   }
}
some {
   block {
     $template blah
   }
}


More information about the Freeradius-Users mailing list