Interfaces
Local Area Networks (LANs)
IX14 User Guide
134
defined in the
address
parameter.
(config)> network interface my_lan ipv4 dhcp_server lease_start
num
(config)>
Allowed values are between
1
and
254
, and the default is
100
.
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. 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
none
: No gateway is broadcast by the DHCP server. Client destinations must be
resolvable without a gateway.
n
auto
: Broadcasts the IX14 device's gateway.
n
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)>
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
none
: An MTU of length
0
is broadcast. This is not recommended.
n
auto
: No MTU is broadcast and clients will determine their own MTU.
n
custom
: Allows you to identify a custom MTU to be broadcast:
(config)> network interface my_lan ipv4 dhcp_server advanced
mtu_custom
mtu
(config)>
The default is
auto
.