Securifi Community Forum
Securifi Products => Almond+ => Topic started by: Inimical on December 21, 2015, 03:16:14 pm
-
Is there a way to release the WAN DHCP lease in the Almond+?
-
Ashok - Can you please let me know?
-
@ Inimical,
To my best knowledge, we can release and renew the WAN IP address through the touch screen, however, increasing the DHCP lease time for WAN could be done only through console which I am not completely sure yet. Let me get back to you on that.
-
Is there a way to release the WAN DHCP lease in the Almond+?
Yes ...!!! Ashok is right you can Release and Renew WAN IP through touchscreen using Status App. Press on status app you will find Network tab, now press on Network tab you will see Release and Renew button. And if you want to do same thing using console, use following command.
For Release - udhcpc -R eth0 [eth0 = WAN interface]
For Renew - udhcpc -r eth0
-
Thanks, that's all I needed - just to release WAN DHCP lease.