Command reference dhcp-server
Digi TransPort WR Routers User Guide
367
dhcp-server
Configures Dynamic Host Configuration Protocol (DHCP) server settings.
Syntax
dhcp-server <1 - 10> <parameter> <value>
Parameters
state
Enables or disables this DHCP server, or enables the use of DHCP relay.
Accepted values can be one of off, server or relay. The default value is off.
ip-address-start
The first IP address in the pool of addresses to assign.
Value should be an IPv4 address.
ip-address-end
The last IP address in the pool of addresses to assign.
Value should be an IPv4 address.
mask
The IP network mask given to clients.
Value should be an IPv4 address. The default value is 255.255.255.0.
gateway
Override the IP gateway address given to clients. By default, the gateway address given to clients is
the IP address of the LAN with the same index as this DHCP server. If VRRP is enabled for this LAN, the
VRRP virtual IP address is given to clients instead. However, if a gateway address is explicitly specified
here, that address is given to clients instead of the LAN or VRRP IP address.
Value should be an IPv4 address.
dns1
Override the preferred DNS server address given to clients. By default, the DNS server address given
to clients is the IP address of the LAN with the same index as this DHCP server. If VRRP is enabled for
this LAN, the VRRP virtual IP address is given to clients instead. However, if a DNS server address is
explicitly specified here, that address is given to clients instead of the LAN or VRRP IP address.
Value should be an IPv4 address.
dns2
Alternate DNS server address given to clients.
Value should be an IPv4 address.