![Digi IX20 User Manual Download Page 132](http://html.mh-extra.com/html/digi/ix20/ix20_user-manual_2496666132.webp)
Interfaces
Local Area Networks (LANs)
IX20 User Guide
132
3. Click
Network
>
Interfaces
.
4. Click to expand an existing LAN, or create a new LAN. See
5. Disable the DHCP server, if it is enabled:
a. Click to expand
IPv4
>
DHCP server
.
b. Click
Enable
to toggle off the DHCP server.
6. Click to expand
DHCP relay
.
7. For
Add DHCP Server:
, click
.
8. For
DHCP server address
, type the IP address of the relay server.
9. Repeat for each additional DHCP relay server.
10. Click
Apply
to save the configuration and apply the change.
Command line
1. Log into the IX20 command line as a user with full Admin access rights.
Depending on your device configuration, you may be presented with an
Access selection
menu
. Type
admin
to access the Admin CLI.
2. At the command line, type
config
to enter configuration mode:
> config
(config)>
3. Add a DHCP relay server to an existing LAN. For example, to add a server to a LAN named
my_
lan
:
(config)> add network interface my_lan ipv4 dhcp_relay end
(config network interface lan1 my_lan dhcp_relay 0)>
See
for information about creating a LAN.
4. Set the IP address of the DHCP relay server:
(config network interface my_lan ipv4 dhcp_relay 0)> address 10.10.10.10
(config network interface my_lan ipv4 dhcp_relay 0)>