Openwrt: Difference between revisions

From Hurlster Wiki
Jump to navigation Jump to search
(Created page with "Set OpenWRT DHCP server to 1hr lease time. uci -N show dhcp.@dhcp[0] uci set dhcp.@dhcp[0].leasetime="1h"")
 
No edit summary
 
Line 3: Line 3:
   
   
  uci set dhcp.@dhcp[0].leasetime="1h"
  uci set dhcp.@dhcp[0].leasetime="1h"
[[Category:Linux]]

Latest revision as of 16:57, 2 September 2020

Set OpenWRT DHCP server to 1hr lease time.

uci -N show dhcp.@dhcp[0]

uci set dhcp.@dhcp[0].leasetime="1h"