Wi-Fi
Configure a Wi-Fi access point with personal security
IX20 User Guide
181
7. Type
exit
to exit the Admin CLI.
Depending on your device configuration, you may be presented with an
Access selection
menu
. Type
quit
to disconnect from the device.
Edit an existing Access point
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. Show available access points:
(config)> network wifi ap ?
Additional Configuration
--------------------------------------------------------------------------
-----
digi_ap
Digi AP
(config)>
4. Set the SSID for the appropriate access point:
(config)> network wifi ap digi_ap ssid my_SSID
(config)>
5. SSID broadcasting is enabled by default for the preconfigured access points. If SSID
broadcasting is disabled:
(config)> network wifi ap digi_ap ssid_broadcast true
(config)>
6. Set the security for the access point to
psk
or
psk2
:
(config)> network wifi ap digi_ap encryption type psk2
(config)>
7. (Optional) Determine whether to prevent clients that are connected to this access point from
communicating with each other:
(config)> network wifi ap digi_ap isolate_client true
(config)>
See
for information about how to prevent clients connected to different
access points from communicating with each other.