-
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 clients purge options #1691
Comments
thanks a lot team AdGuard Home !! |
Updates #1691. Squashed commit of the following: commit 2c48fb9 Merge: 38f5191 7547d3a Author: Ainar Garipov <A.Garipov@AdGuard.COM> Date: Thu Jun 17 14:28:23 2021 +0300 Merge branch 'master' into 1691-dhcp-reset-form commit 38f5191 Author: Ildar Kamalov <ik@adguard.com> Date: Thu Jun 17 13:14:59 2021 +0300 client: handle dhcp leases reset commit a97df17 Author: Ainar Garipov <A.Garipov@AdGuard.COM> Date: Wed Jun 16 17:12:10 2021 +0300 client: add reset leases btn
@danselstory, sorry for the long waiting time. We have added the “Reset all leases” button to the DHCP settings, and you can try it out on the |
please dont say sorry - that was a suggestion and I am glad someone
implemented it :)
sure will try tomorrow - thanks again !!!
…On Thu, Jun 17, 2021 at 6:40 PM Ainar Garipov ***@***.***> wrote:
@danselstory <https://github.com/danselstory>, sorry for the long waiting
time. We have added the “Reset all leases” button to the DHCP settings, and
you can try it out on the edge channel in revision 5104b79
<5104b79>.
Could you please check if this feature works for you? Thanks!
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#1691 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AHA4RYDHNLXKCMYATJC2H3DTTHNLLANCNFSM4NDG4G3A>
.
--
Regards,
Danny Kurniawan
https://www.linkedin.com/in/dannykurniawan/
|
@danselstory, were you able to test the feature? I'm thinking of closing this issue, since most of our tests show that it works well. |
Yes it works !
If you don't mind, may I know when this will be included in the release?
next version? 🙏
Regards,
Danny
…On Mon, Jun 21, 2021, 6:17 PM Ainar Garipov ***@***.***> wrote:
@danselstory <https://github.com/danselstory>, were you able to test the
feature? I'm thinking of closing this issue, since most of our tests show
that it works well.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#1691 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AHA4RYBO34IRBYW2JFN52PTTT4NWJANCNFSM4NDG4G3A>
.
|
Thanks for testing! Yes, it should first appear in v0.107.0-b3, which should be released at the end of June, and then in the final v0.107.0 release in the middle of July. |
The reset all leases also clears the saved list of static leases. Can we just renew all the leases without resetting the saved static DHCP list? |
The reset all leases also clears the saved list of static leases. Can we just renew all the leases without resetting the saved static DHCP list? |
Updates AdguardTeam#1691. Squashed commit of the following: commit 2ce6cc0 Author: Ainar Garipov <A.Garipov@AdGuard.COM> Date: Wed Jun 16 16:42:57 2021 +0300 dhcp: imp code commit 8f2bd70 Author: Ainar Garipov <A.Garipov@AdGuard.COM> Date: Wed Jun 16 16:27:06 2021 +0300 dhcpd: add purge, imp code
Updates AdguardTeam#1691. Squashed commit of the following: commit 2c48fb9 Merge: 38f5191 7547d3a Author: Ainar Garipov <A.Garipov@AdGuard.COM> Date: Thu Jun 17 14:28:23 2021 +0300 Merge branch 'master' into 1691-dhcp-reset-form commit 38f5191 Author: Ildar Kamalov <ik@adguard.com> Date: Thu Jun 17 13:14:59 2021 +0300 client: handle dhcp leases reset commit a97df17 Author: Ainar Garipov <A.Garipov@AdGuard.COM> Date: Wed Jun 16 17:12:10 2021 +0300 client: add reset leases btn
Has this been fixed yes? I have 4 pages worth of static leases I don't want to lose them all, I ONLY want to release the dynamic ones which I do not need. |
In the end I removed the dynamic leases in this way:
dynamic leases gone |
@ten24bytes, @stefanmd023, please file a new feature request. |
Prerequisites
Please answer the following questions for yourself before submitting an issue. YOU MAY DELETE THE PREREQUISITES SECTION.
Problem Description
I noticed that the DHCP setting don't page "purge" clients option. This means invalidate all IP addresses and require client to request new ip. It will be good if we have it.
Also looks like if the clients HOSTNAME change, the DHCP servers in Adguard still "cache" old hostname.
Proposed Solution
Ability to purge all DHCP clients data so it clear the hostname, require clients to reconnect and we will get the new hostname properly.
Alternatives Considered
Additional Information
The text was updated successfully, but these errors were encountered: