You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am using the EthernetClass::maintain() function and when I set the DHCP lease time on my router (DHCP Server) to for example 1 hour and let it run for a couple of hours, it gets never a new IP.
Any help is much appreciated.
The text was updated successfully, but these errors were encountered:
I have verified and set the DHCP lease time to 1 minute.
During the test, my DHCP recycles the same IP every time.
Changed the starting position of the address pool to 192.168.1.150 ~ 192.168.1.199 on DHCP Server.
At this time, the RAK13800 also obtained a new IP address 192.186.1.150.
Therefore, I think that the IP address has not changed because the DHCP server reassigned the same address as the last one.
Hi !
I am using the EthernetClass::maintain() function and when I set the DHCP lease time on my router (DHCP Server) to for example 1 hour and let it run for a couple of hours, it gets never a new IP.
Any help is much appreciated.
The text was updated successfully, but these errors were encountered: