-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
Cannot enable DHCP server: Cannot check if IP is static #3289
Comments
Hi, and thank you for the report. There are definitely some features missing, but enabling through the config should work. We'll look into it. |
Having the same problem on ARM64 FreeBSD. I manually enabled it in the config and it seems to somewhat work but there are still issues. I've attached DHCP related logs. |
Merge in DNS/adguard-home from 3289-freebsd-dhcp to master Updates #3289. Squashed commit of the following: commit 1365d8f Author: Eugene Burkov <[email protected]> Date: Fri Jul 30 15:01:13 2021 +0300 dhcpd: fix doc commit 26724df Author: Eugene Burkov <[email protected]> Date: Fri Jul 30 14:52:58 2021 +0300 all: imp code & docs commit 9a9574a Author: Eugene Burkov <[email protected]> Date: Thu Jul 29 15:51:07 2021 +0300 all: fix broadcasting, sup freebsd dhcp, fix http response
@mkap20, we've just updated the edge channel with the build that should fix the issue for you. Could you please check it? @TheRandMan, it seems, that in your case AdGuard Home can't bind on the port |
Just installed and checked today. Issue still looks the same, except this time I also get |
@mkap20, just to clarify:
FYI, the |
@EugeneOne1 Seems that invalid argument error resolved. I just updated to the latest release (v0.107.0-a.119+c14bde28) and no longer get the |
On the latest beta release (v0.107.0-b.6) I was able to successfully enable DHCP using the web GUI. I had to click "Check for DHCP servers" twice (both times gave me errors) then the "Enable DHCP" worked. I then successfully received an IP address on a device and was able to set a static address as well. |
@mkap20, we've filed the new issue about the error, that still persists. As far as I can tell, current issue is fixed (DHCP server is now could be turned on), so I'll close it for now. Please feel free to open new issues if you find any other bugs on FreeBSD. |
Merge in DNS/adguard-home from 3289-freebsd-dhcp to master Updates AdguardTeam#3289. Squashed commit of the following: commit 1365d8f Author: Eugene Burkov <[email protected]> Date: Fri Jul 30 15:01:13 2021 +0300 dhcpd: fix doc commit 26724df Author: Eugene Burkov <[email protected]> Date: Fri Jul 30 14:52:58 2021 +0300 all: imp code & docs commit 9a9574a Author: Eugene Burkov <[email protected]> Date: Thu Jul 29 15:51:07 2021 +0300 all: fix broadcasting, sup freebsd dhcp, fix http response
Issue Details
Expected Behavior
DHCP server option should successfully detect if existing DHCP server exists on network. Attempting to enable the DHCP server should be successful if none exists.
Actual Behavior
"Enable DHCP server" is grayed out. If I try to manually enable it via editing the .yaml, I get an error on the GUI:
Error: control/dhcp/set_config | enabling dhcp: checking static ip: cannot check if IP is static: not supported on freebsd | 500
If I use the "Check for DHCP servers" button, I getError: control/dhcp/find_active_dhcp | Network Error
Additional Information
In my case, I do have a static IP set up. Is setting up AdGuard as a DHCP server not supported in FreeBSD? If it is, then what am I doing wrong?
The text was updated successfully, but these errors were encountered: