Digi Connect IT 4 User Manual page 172

Hide thumbs Also See for Connect IT 4:
Table of Contents

Advertisement

Interfaces
6. (Optional) Set the highest IP address that the DHCP server will assign to a client:
(config)> network interface my_lan ipv4 dhcp_server lease_end num
(config)>
Allowed values are between 1 and 254, and the default is 250.
7. Sequential DHCP address allocation
By default, DHCP addresses are assigned psuedo-randomly, using a hash of the client's MAC
address to determine the IP address that gets assigned. You can configure the device to use
sequential IP addresses instead:
(config)> network advanced sequential_dhcp_allocation true
(config)>
Because sequential mode does not use a hash based on the client's MAC address, when DHCP
lease expires, the client is not likely to get the same IP address assigned to it. Therefore,
sentential DHCP address allocation generally should not be used.
8. Optional DHCP server settings:
a. Click to expand Advanced settings.
b. Determine how the DHCP server should broadcast the gateway server:
(config)> network interface my_lan ipv4 dhcp_server advanced gateway
value
(config)>
where value is one of:
n
n
n
The default is auto.
c. Determine how the DHCP server should broadcast the the MTU:
(config)> network interface my_lan ipv4 dhcp_server advanced mtu value
(config)>
where value is one of:
n
n
n
Digi Connect IT® 4 User Guide
none: No gateway is broadcast by the DHCP server. Client destinations must be
resolvable without a gateway.
auto: Broadcasts the Connect IT 4 device's gateway.
custom: Allows you to identify the IP address of a custom gateway to be broadcast:
(config)> network interface my_lan ipv4 dhcp_server advanced
gateway_custom ip_address
(config)>
none: An MTU of length 0 is broadcast. This is not recommended.
auto: No MTU is broadcast and clients will determine their own MTU.
custom: Allows you to identify a custom MTU to be broadcast:
(config)> network interface my_lan ipv4 dhcp_server advanced mtu_
custom mtu
(config)>
Local Area Networks (LANs)
172

Advertisement

Table of Contents
loading

Table of Contents