Enable Wi-Fi Access Point Mode on NGR-30-5
Document Ref: EPI-142-00
# restart the Gateway for the change to take effect:
sudo shutdown -r now
# confirm the Wi-Fi access point snap is installed:
snap install wifi-ap
# run the setup wizard for the Wi-Fi access point:
sudo wifi-ap.setup-wizard
# configure the SSID as: episensor-ADB2
# with the last 4 digits set to the Gateway’s serial number
Which SSID you want to use for the access point: episensor-4143
Do you want to protect your network with a WPA2 password instead of staying
open for everyone? (y/n) n
Insert the Access Point IP address: 10.0.0.1
How many host do you want your DHCP pool to hold to? (1-253) 4
Do you want to enable connection sharing? (y/n) n
Do you want to enable the AP now? (y/n) y
# set the netmask manually:
sudo wifi-ap.config set wifi.netmask=255.255.255.0