Mark Dayton wrote:
I have setup freeradius in Azure running as a container, I'm using image latest-3.2-alpine for this.
...
Radiusd -x isn't working on this version of Alpine Linux so all I have is the tail log.
Assuming you mean our latest-3.2-alpine image, then yes it works: $ docker run --rm -it freeradius/freeradius-server:latest-3.2-alpine -X FreeRADIUS Version 3.2.4 Copyright (C) 1999-2023 The FreeRADIUS server project and contributors There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE You may redistribute copies of FreeRADIUS under the terms of the GNU General Public License For more information about these matters, see the file named COPYRIGHT Starting - reading configuration files ... including dictionary file /opt/share/freeradius/dictionary ... Listening on acct address :: port 1813 bound to server default Listening on proxy address * port 51252 Listening on proxy address :: port 33376 Ready to process requests This is documented on the Docker Hub page: https://hub.docker.com/r/freeradius/freeradius-server -- Matthew