SonarSoftwareInc / freeradius_genie-v2

A tool to install and configure FreeRADIUS for use with Sonar.
MIT License
13 stars 9 forks source link

AB#34086 Multiple egress sonar ips #5

Closed jaesonarsoftware closed 2 months ago

jaesonarsoftware commented 3 months ago

This adds support for creating the remote access user entries necessary for Sonar to connect from 3 different egress IP addresses. I tested the new workflow on Ubuntu server running freeradius. Adds a new option "Press d to use defaults" so the user doesn't need to think about anything, just press d.

jaesonarsoftware commented 3 months ago

The IP address input method does not really allow for entering multiple addresses. Either you accept the default 3 (d) or you can enter 1. Not sure if these restrictions meet the need but they do not offer flexibility. Might consider a loop to allow address entry with a quit(q) to exit?

As Gene mentioned, these are public and fixed. There is no flexibility needed for v2, it just should work properly. For v1, the behavior is unchanged from what it was before my PR.