Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix: Enable IP range configuration for FreeRADIUS API access #556

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

Ki1er
Copy link

@Ki1er Ki1er commented Oct 19, 2024

Related to issue #229 Allow IP range to for allowed freeradius hosts

Description:

This pull request updates the system to support IP address ranges (using CIDR notation) for the OPENWISP_RADIUS_FREERADIUS_ALLOWED_HOSTS setting and the organization's RADIUS settings. Previously, it only allowed individual IP addresses, which was a limitation in environments where the FreeRADIUS server’s IP address could change.

Now, administrators can specify a range of allowed IP addresses instead of just single IPs, making the configuration more flexible and reliable. The update ensures that the system correctly handles both individual IPs and ranges during authentication and adds better error handling for any incorrect IP range settings.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant