-
Notifications
You must be signed in to change notification settings - Fork 17
Description
Brief description
The UI currently supports only a single DHCP range. If additional DHCP ranges are added manually from the terminal, any subsequent edit in the UI removes all manually configured ranges.
Why and purpose
Administrators may need to configure more than one DHCP range, especially in segmented networks or for specific allocation strategies. The inability of the UI to preserve manually added ranges prevents consistent management and forces admins to avoid the UI to prevent accidental configuration loss.
Steps to reproduce
- Configure one DHCP range through the UI.
- Access the terminal and manually add additional DHCP ranges to the DHCP configuration file.
- Return to the UI and perform any modification to the DHCP settings.
- Save changes from the UI.
- Observe that the manually added DHCP ranges are removed.
Expected behavior
The UI should detect and preserve additional DHCP ranges that were added manually, or provide native UI support for configuring multiple DHCP ranges.
Actual behavior
Any UI modification overwrites the DHCP configuration file and deletes manually added DHCP ranges.
Proposed solution
Improve the UI so that it preserves and respects DHCP ranges added from the terminal, without removing them during save operations. Optionally warn the user when terminal modifications are detected, using a recognizable flag or option to identify those changes.
Version : NethSecurity 8.7.1
Metadata
Metadata
Assignees
Labels
Type
Projects
Status