Interfaces Wi-Fi interfaces
Digi TransPort WR Routers User Guide
35
Web
1. On the menu, click Network > Interfaces > Wi-Fi.
2. Click on the Wi-Fi module you want to configure, and set the Wi-Fi Mode to Access point.
3. Click New Access Point or click on an existing access point.
4. Configure the access point as needed. Specifically, configure WPA2 Enterprise security and
provide the RADIUS server and password information. See Access point options for details.
5. Click Apply.
6. Assign each Wi-Fi access point to a LAN. See About Local Area Networks (LANs).
Command line
n To configure a Wi-Fi module, use the wifi-module command.
n To create Wi-Fi access points, use the wifi-ap command.
n To add the Wi-Fi client to a LAN, use the lan command.
1. Configure the Wi-Fi module mode to access point:
digi.router> wifi-module 1 mode access-point
2. Enter the SSID for the Wi-Fi access point.
digi.router> wifi-ap 1 ssid WR64-AP1
3. Enter the security for the Wi-Fi access point.
digi.router> wifi-ap 1 security wpa2-enterprise
4. Enter the RADIUS password.
digi.router> wifi-ap 1 radius-password your-radius-password
5. Optional: Enter the RADIUS server port.
digi.router> wifi-ap 1 radius-port 3001
6. Optional: Enter a description for the Wi-Fi access point.
digi.router> wifi-ap 1 description “Office AP”
7. Optional: Disable broadcasting the SSID in beacon packets.
digi.router> wifi-ap 1 broadcast-ssid off
8. Optional: Disable Wi-Fi client isolation mode.
digi.router> wifi-ap 1 isolate-clients off
9. Optional: Disable Wi-Fi access point isolation mode.
digi.router> wifi-ap 1 isolate-ap off