-
Notifications
You must be signed in to change notification settings - Fork 18
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
Dnsmasq - add DHCP config field for default gateway #7208
Labels
verified
All test cases were verified successfully
Milestone
Comments
QA module:
|
test case 1: VERIFIED |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
In simple scenarios, you can use dnsmasq on NS8 to set up a basic DHCP server.
The current implementation assigns the NS8 IP as the default gateway for clients that obtain an address through DHCP.
Proposed solution
To prevent routing issues, it would be beneficial to add an extra field in the DHCP configuration interface, allowing the sysadmin to specify the correct default gateway to distribute to DHCP clients.
The text was updated successfully, but these errors were encountered: