Hotspot
IX20 User Guide
414
e. 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.
Restore hotspot default sample pages
If you have customized the sample HTML pages without making a backup of the samples, you may
wish to restore the original version of the HTML pages without doing a factory reset.
The hotspot directory and files are loaded when the hotspot is enabled, and you can restore the
default pagesby doing the following:
1. Select the device in Remote Manager and click Actions> Open Console, or log into the IX20
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 accessthe Admin CLI.
2. Use the mv command to change the name of the existing hotspot directory:
> mv /etc/config/hotspot /etc/config/hotspot_modified.
>
3. Use the WebUI or the command line to disable all hotspots and then reenable them. This will
recreate the default hotspot directory. For example:
a. Type configto change to configuration mode:
> config
(config)>
b. Disable the hotspot:
(config)> network hotspot hotspot_name enabled false
(config)>
c. Savethe configuration and apply the change
(config)> save
Configuration saved.
>
d. Typeconfigagain to change to configuration mode:
> config
(config)>
e. Reenable the hotspot:
(config)> network hotspot hotspot_name enabled true
(config)>
f. Save the configuration and apply the change
(config)> save
Configuration saved.
>