Digi Connect IT 4 User Manual page 162

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

Advertisement

Interfaces
5. Disable the WAN interface:
a. Click Network > Interfaces > WAN.
b. Click to toggle off Enable.
6. Click Apply to save the configuration and apply the change.
  Command line
1. Select the device in Remote Manager and click Actions > Open Console, or log into the
Connect IT 4 local 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 the bridge and add devices:
a. Create the bridge:
(config)> add network bridge bridge_name
(config network bridge bridge_name)>
where bridge_name is the name of the new bridge. For example, to create a bridge named
LAN_bridge:
(config)> add network bridge LAN_bridge
(config network bridge LAN_bridge)>
b. Add the eth1 device:
(config network bridge LAN_bridge)> add device end /network/device/eth1
(config network bridge LAN_bridge)>
c. Add the eth2 device:
(config network bridge LAN_bridge)> add device end /network/device/eth2
(config network bridge LAN_bridge)>
4. Create a LAN interface for the bridge:
a. Type ... to return to the root of the configuration:
(config network bridge LAN_bridge)> ...
(config)>
b. Create the bridge:
(config)> add network interface interface_name
(config network interface interface_name)>
where interface_name is the name of the new interface. For example, to create a interface
named LAN_bridge_interface:
Digi Connect IT® 4 User Guide
Local Area Networks (LANs)
162

Advertisement

Table of Contents
loading

Table of Contents