Interfaces Wide Area Networks (WANs)
Digi Connect EZ Mini User Guide
88
Command line
1. Log into the Connect EZ 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. Create a new WAN or edit an existing one:
n To create a new WAN named my_wan:
(config)> add network interface my_wan
(config network interface my_wan)>
n To edit an existing WAN named my_wan, change to the my_wan node in the
configuration schema:
(config)> network interface my_wan
(config network interface my_wan)>
4. Set the appropriate firewall zone:
(config network interface my_wan)> zone zone
(config network interface my_wan)>
See Firewall configuration for further information.
5. Select an Ethernet device.
a. Enter device ? to view available devices and the proper syntax.
(config network interface my_wan)> device ?
Current value:
(config network interface my_wan)> device
b. Set the device for the LAN:
(config network interface my_wan)> device device
(config network interface my_wan)>
6. Configure IPv4 settings:
n IPv4 support is enabled by default. To disable:
(config network interface my_wan)> ipv4 enable false
(config network interface my_wan)>