Radius Server


zeyoner

Recommended Posts

I'd like to have a Radius Server as an app. I'm actually surprise not to see at least one when I search for it. 

 

Found this: https://www.google.com/url?sa=t&rct=j&q=&esrc=s&source=web&cd=1&cad=rja&uact=8&ved=0ahUKEwjPr9metvDVAhUd3YMKHWkKDQcQFggmMAA&url=https%3A%2F%2Fhub.docker.com%2Fr%2Fmarcelmaatkamp%2Ffreeradius%2F&usg=AFQjCNHCiJADDwD-37q0Z_xnmFRsUAAqXw

 

However I am not well rounded in docker.

Link to comment

Enabling Docker Hub searches found FreeRadius however it didn't work. I tried doing it manually but kept getting errors. I may be doing something wrong. I'm not at all a linux person neither so I'm not sure if I were to get the docker working if whether I'd know what to do next. But I don't want to setup an entire VM with Windows Server just to play the role of a Radius server. It just seems silly.

Edited by zeyoner
Link to comment
1 hour ago, zeyoner said:

Enabling Docker Hub searches found FreeRadius however it didn't work. I tried doing it manually but kept getting errors. I may be doing something wrong. I'm not at all a linux person neither so I'm not sure if I were to get the docker working if whether I'd know what to do next. But I don't want to setup an entire VM with Windows Server just to play the role of a Radius server. It just seems silly.

Upgrade CA to today's update and try again.  I tweaked it to handle the container you linked to.

Link to comment

Updated still getting an error. Can you verify my settings for the docker image?

 

This is the error if it helps at all.

root@localhost:# /usr/local/emhttp/plugins/dynamix.docker.manager/scripts/docker run -d --name="freeradius" --net="bridge" --privileged="true" -e TZ="America/New_York" -e HOST_OS="unRAID" -p 8088:\/tcp -v "/mnt/user/appdata/freeradius/":"\":rw marcelmaatkamp/freeradius

The command failed.

 

Capture.PNG

Edited by zeyoner
Link to comment
5 hours ago, zeyoner said:

Updated still getting an error. Can you verify my settings for the docker image?

 

This is the error if it helps at all.


root@localhost:# /usr/local/emhttp/plugins/dynamix.docker.manager/scripts/docker run -d --name="freeradius" --net="bridge" --privileged="true" -e TZ="America/New_York" -e HOST_OS="unRAID" -p 8088:\/tcp -v "/mnt/user/appdata/freeradius/":"\":rw marcelmaatkamp/freeradius

The command failed.

 

Capture.PNG

Yeah, its wrong.  If you're running CA ver 8/24/17, search for freeradius. 1 will come up (this is your previous conversion).  Don't add it, instead click on Get more results from DockerHub and add it again.  Then it'll be populated correctly.  You'll have to assign appropriate local paths to 2 items (probably both would be set to a folder within /mnt/appdata/freeradius.

Link to comment
  • 1 year later...

Sorry for replying to an old thread but I'm also trying to get this container working a little better then l already have. I was able to install and run the container but would like to be able to expose the /etc/raddb directory to the host, something like /mnt/user/appdata/freeradius/raddb. I've tried to add it after once it's been installed but that borks things and it no longer starts. I assume the docker file needs to be changed to change how the install works but being a docker newbie not really sure how I would do that.

Link to comment

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.