Interfaces
Local Area Networks (LANs)
LR54 User Guide
168
/network/device/loopback
/network/bridge/LAN2
/network/bridge/lan1
/network/wireless/ap/digi_ap1
/network/wireless/ap/digi_ap2
Current value:
(config network interface LAN2)> device
b. Set the device for the LAN2 interface to the LAN2 bridge created in task one:
(config network interface LAN2)> device /network/bridge/LAN2
(config network interface LAN2)>
5. Configure the firewall zone for the LAN2 interface to
internal
:
(config network interface LAN2)> zone internal
(config network interface LAN2)>
6. Configure the IPv4 address for the LAN2 interface:
(config network interface LAN2)> ipv4 address 192.168.3.1/24
(config network interface LAN2)>
7. Enable the DHCP server for the LAN2 interface:
(config network interface LAN2)> ipv4 dhcp_server enable true
(config network interface LAN2)>
8. Enable the access points and set the SSIDs:
a. Move to the root of the configuration schema by typing three periods (
...
):
(config network interface LAN2)> ...
(config)>
b. Enable the Digi AP (Wi-Fi1) access point:
(config)> network wifi ap digi_ap1 enable true
(config)>
c. Set the SSID for the Digi AP (Wi-Fi1) access point:
(config)> network wifi ap digi_ap1 ssid Example1
(config)>
d. Set the password for the Digi AP (Wi-Fi1) access point:
(config)> network wifi ap digi_ap1 encryption key_psk2 password1
(config)>