On Apr 17, 2025, at 2:24 AM, <dominic.stalder@unibe.ch> <dominic.stalder@unibe.ch> wrote:
Hi Alan
Thanks for the fast and informative feedback. When I get your answer correct, I can just can put:
1. all RADIUS [UDP] & RadSec [TCP] clients into clients.conf and it does work
2. all RADIUS [UDP] & RadSec [TCP] home servers into proxy.conf and it does work
So I can "consolidate" all clients and all home servers in one location respectively?
Yes. The file names don't matter. All of the files are merged into one via $INCLUDE statements. So you can add clients to the bottom of a virtual server file if you want. What matters is the sections. If you put clients into a "name { ...} " section, then they won't be found. Each section has a pre-defined purpose, and a pre-defined content. Alan DeKok.