Difference between revisions of "How to connect to the Enterprise network"
From Wiki for Dragino Project
(Created page with "=Introduction= Gateways can connect to WPA/WPA2 networks What does the user need to prepare: The gateway accesses the network normally(Please access the network through other...") |
|||
Line 5: | Line 5: | ||
The gateway accesses the network normally(Please access the network through other means, such as a WAN port ) | The gateway accesses the network normally(Please access the network through other means, such as a WAN port ) | ||
− | Connect to the gateway's | + | Connect to the gateway's Linux command line via SSH |
+ | |||
+ | =Connect to the gateway's Linux command line= | ||
+ | |||
+ | ==Step 1:Install the luci package== | ||
+ | Please refer this link to install luci package | ||
+ | |||
+ | ==Step 2:Install the wpa package== | ||
+ | opkg remove wpad-mini;opkg install wpad | ||
+ | |||
+ | =Connect to the Enterprise network= | ||
+ | |||
+ | ==Step 1:Enter the luci Web and wireless page== | ||
+ | |||
+ | ==Step 2:Select the connection to Enterprise network== |
Revision as of 03:38, 14 July 2021
Contents
Introduction
Gateways can connect to WPA/WPA2 networks
What does the user need to prepare: The gateway accesses the network normally(Please access the network through other means, such as a WAN port )
Connect to the gateway's Linux command line via SSH
Connect to the gateway's Linux command line
Step 1:Install the luci package
Please refer this link to install luci package
Step 2:Install the wpa package
opkg remove wpad-mini;opkg install wpad