gatorback
Regular Contributor
It is convenient to be able to add a list DHCP reservations from the CLI (Telnet / SSH). The NVRAM variable: dhcp_staticlist stores dhcp static leases:
for example:
An example for DD-WRT configuration of static leases from the CLI is provided:
DD-WRT has https://forum.dd-wrt.com/phpBB2/viewtopic.php?t=57955
Has anyone had success configuring Asus Merlin static leases from the CLI? Proposed CLI command for two DHCP entries:
I am seeking response from those who have successfully outfitted dhcp reservations from the CLI: please indicate in your response if you have been successful with your code / command script
<MAC_Addresses> LAN_IPs>hostnames<
for example:
<B8:27:EB:F6:55:55>192.168.8.6>rapsberrypi<
Code:
nvram show dhcp_staticlist
An example for DD-WRT configuration of static leases from the CLI is provided:
DD-WRT has https://forum.dd-wrt.com/phpBB2/viewtopic.php?t=57955
Has anyone had success configuring Asus Merlin static leases from the CLI? Proposed CLI command for two DHCP entries:
Code:
nvram set dhcp_staticlist= <B8:27:EB:F6:55:55>192.168.8.6>rapsberrypi1< <B8:27:EB:F6:55:56>192.168.8.7>rapsberrypi2<
I am seeking response from those who have successfully outfitted dhcp reservations from the CLI: please indicate in your response if you have been successful with your code / command script
Last edited: