You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

env 476B

12345678910111213141516171819
  1. DHCP_TSIG_KEY_NAME=dhcpupdate
  2. DHCP_TSIG_KEY_ALGO=hmac-md5
  3. DHCP_TSIG_KEY_SECRET=change_it
  4. DHCP_DNS_MASTER=10.15.100.1
  5. DHCP_DNS_SERVER=10.15.100.1
  6. DHCP_TFTP_SERVER=10.15.100.1
  7. DHCP_ROUTERS=10.15.100.1
  8. DHCP_DOMAIN=example.com
  9. DHCP_SITE_DOMAIN=site.example.com
  10. DHCP_DYN_IPS_DOMAIN=dhcp.site.example.com
  11. DHCP_REV_DOMAIN=100.15.10.in-addr.arpa.
  12. DHCP_SUBNET=10.15.100.0
  13. DHCP_NETMASK=255.255.255.0
  14. DHCP_IP_FIRST=10.15.100.50
  15. DHCP_IP_LAST=10.15.100.250
  16. DHCP_BROADCAST=10.15.100.255