-
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
dhcp server in larger networks throws exception #2541
Comments
@ainar-g please take a look |
@ameshkov, judging by the current code, we only support ranges within one |
Let's reassign to v0.106 then |
Updates #2541. Squashed commit of the following: commit c812999 Author: Ainar Garipov <A.Garipov@AdGuard.COM> Date: Tue Mar 16 18:10:07 2021 +0300 agherr: imp docs commit f43a5f5 Author: Ainar Garipov <A.Garipov@AdGuard.COM> Date: Tue Mar 16 17:35:59 2021 +0300 all: imp err handling, fix code commit ed26ad0 Author: Ainar Garipov <A.Garipov@AdGuard.COM> Date: Tue Mar 16 12:24:17 2021 +0300 dhcpd: fix ip ranges
Updates #2541. Updates #2834. Squashed commit of the following: commit d158018 Author: Ainar Garipov <A.Garipov@AdGuard.COM> Date: Wed Mar 17 14:51:43 2021 +0300 all: doc changes; imp naming commit f036b50 Author: Ainar Garipov <A.Garipov@AdGuard.COM> Date: Wed Mar 17 14:09:19 2021 +0300 dhcpd: fix static leases
Maybe you could short describe how to update to a snapshot? |
That depends on how you installed it initially, the OS, and the CPU architecture. Most of the ways are described in our Wiki. The section on “how to update” might be useful to you, except that you need to download the build from a slightly different URL. For example, the address of the latest (On a side note, we should probably describe the process better on our Wiki. I filed #2841 for that. Thanks!) |
Thanks, I've now version |
Thank you for making sure! If you encounter new problems, please file a new issue. |
Updates AdguardTeam#2541. Squashed commit of the following: commit c812999 Author: Ainar Garipov <A.Garipov@AdGuard.COM> Date: Tue Mar 16 18:10:07 2021 +0300 agherr: imp docs commit f43a5f5 Author: Ainar Garipov <A.Garipov@AdGuard.COM> Date: Tue Mar 16 17:35:59 2021 +0300 all: imp err handling, fix code commit ed26ad0 Author: Ainar Garipov <A.Garipov@AdGuard.COM> Date: Tue Mar 16 12:24:17 2021 +0300 dhcpd: fix ip ranges
Updates AdguardTeam#2541. Updates AdguardTeam#2834. Squashed commit of the following: commit d158018 Author: Ainar Garipov <A.Garipov@AdGuard.COM> Date: Wed Mar 17 14:51:43 2021 +0300 all: doc changes; imp naming commit f036b50 Author: Ainar Garipov <A.Garipov@AdGuard.COM> Date: Wed Mar 17 14:09:19 2021 +0300 dhcpd: fix static leases
My network is defined as 10.10.0.1/21.
I've setuped the dhcpd as follows:
Gateway IP: 10.89.0.1
Range of IP addresses: 10.89.6.1 - 10.89.7.254
Subnet mask: 255.255.248.0
This can be saved but if I start the server the following exception occures:
AdGuardHome/internal/dhcpd/v4.go
Line 661 in ab8defd
If I use a "standard" 255.255.255.0 network everithing is fine.
The text was updated successfully, but these errors were encountered: