-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
UI "Enable DHCP server" is inactive forever #704
Comments
This seems to be a UI bug, @szolin plz confirm |
The issue with the button "Enable DHCP server" being always inactive will be resolved in #686. |
@szolin I've done some test on it, I'm not sure if this could be related but there are two issues with "Check for DHCP server" detection.
The bad checksum can be related to my setup thou, it can be mitigated by turning off ethernet interface offloading:
However, this is not an option for the "loopback" interface. |
Done a quick search but could not find the issue, mentioned anywhere in the results.
Steps to reproduce
Another minor issue when there is another active DHCP server on the network - the info message below "Enable DHCP server" should change but it does not appear so.
The message "No active DHCP servers, found on the network...." is not correct either.
It looks like click on the "Check for DHCP servers" button sends dhcpc broadcast message to discover active DHCP servers and the message is received back on the network adapter but does not seems to change the "No active DHCP servers..."
tcpdump port 68 or port 69
tcpdump: verbose output suppressed, use -v or -vv for full protocol decode
listening on eth0, link-type EN10MB (Ethernet), capture size 262144 bytes
18:56:28.497586 IP x.mvend.loc.bootpc > 255.255.255.255.bootps: BOOTP/DHCP, Request from 46:4f:f8:88:e1:19 (oui Unknown), length 280
18:56:47.184346 IP x.mvend.loc.bootpc > 255.255.255.255.bootps: BOOTP/DHCP, Request from 46:4f:f8:88:e1:19 (oui Unknown), length 280
Expected behavior
"Enable DHCP server" should be greyed out and inactive only if another server is active, this needs to be revalidated each time "Save config" or "Check for DHCP servers" is pressed or AGH restarted.
Actual behavior
Restarting AGH does not make a difference. regardless of the secondary active DHCP server off or on.
"Enable DHCP server" is inactive.
Your environment
The text was updated successfully, but these errors were encountered: