/
Disabling the hidden AP-XXXXXX WiFI AP on Gemtek gateways
Disabling the hidden AP-XXXXXX WiFI AP on Gemtek gateways
These steps were provided by Browan to disable the hidden wifi AP that’s printed on the bottom of each unit.
This can be done by myDevices staff via the Remote Server, or locally by a client via SSH once connected to the WiFi AP.
Enable WAN SSH
This is important as we are shutting off the only way to locally ssh into the gateway that we ship with in a default configuration
uci add firewall rule
uci set firewall.@rule[-1].name=Allow-SSH
uci set firewall.@rule[-1].src=wan
uci set firewall.@rule[-1].proto=tcp
uci set firewall.@rule[-1].dest_port=22
uci set firewall.@rule[-1].family=ipv4
uci set firewall.@rule[-1].target=ACCEPT
uci commit firewall
/etc/init.d/firewall restart
Please check you can SSH login through WAN port before you disable WiFi.
Disable WiFi:
uci set wireless.ra0.disabled='1'
uci set wireless.rai0.disabled='1'
uci commit wireless
/etc/init.d/network restart
, multiple selections available,
Related content
Connect Gemtek Gateway via Wi-Fi
Connect Gemtek Gateway via Wi-Fi
More like this
How to disable the Cradlepoint broadcast WiFi AP
How to disable the Cradlepoint broadcast WiFi AP
More like this
Gemtek Ethernet Gateway
Gemtek Ethernet Gateway
More like this
Changing Firmware from Verizon to Generic
Changing Firmware from Verizon to Generic
More like this
(DRAFT) Converting Gemtek TTN Gateways to myDevices Azure
(DRAFT) Converting Gemtek TTN Gateways to myDevices Azure
More like this
Tektelic Outdoor Micro Gateway -- APN Change
Tektelic Outdoor Micro Gateway -- APN Change
More like this