What's new
  • SNBForums Code of Conduct

    SNBForums is a community for everyone, no matter what their level of experience.

    Please be tolerant and patient of others, especially newcomers. We are all here to share and learn!

    The rules are simple: Be patient, be nice, be helpful or be gone!

Possible to script query for DHCP address range

Denna

Senior Member
Is it possible for a script to return the DHCP IP Pool Starting Address and IP Pool Ending Address ?
 
Code:
DHCPSTART=$(nvram get dhcp_start)
DHCPEND=$(nvram get dhcp_end)
 
@RMerlin,

Are these values available to be queried for by the time the firewall-start script is run ?​
 

Support SNBForums w/ Amazon

If you'd like to support SNBForums, just use this link and buy anything on Amazon. Thanks!

Sign Up For SNBForums Daily Digest

Get an update of what's new every day delivered to your mailbox. Sign up here!
Back
Top