Digi TX40 User Manual page 181

Table of Contents

Advertisement

Interfaces
g. Enable the DHCP server:
i. Click to expand DHCP server.
ii. Click to toggle on Enable.
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 TX40
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 or access points:
i. Use the tab key twice to determine available devices:
(config network bridge LAN_bridge)> add device end [TAB]
(config network bridge LAN_bridge)> add device end /network/[TAB]
/network/device/eth1
/network/device/loopback
/network/bridge/lan1
/network/wifi/ap/digi_ap1
/network/wifi/ap/digi_hotspot_ap1 /network/wifi/ap/digi_hotspot_
TX40 User Guide
Local Area Networks (LANs)
/network/device/eth2
/network/bridge/hotspot_bridge
/network/sdwan/wan_bonding
/network/wifi/ap/digi_ap2
181

Advertisement

Table of Contents
loading

Table of Contents