How to connect to the Enterprise network
From Wiki for Dragino Project
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 use the opkg update;opkg install luci --force-overwrite command to installed luci package
root@dragino-1e9674:~# opkg update;opkg install luci --force-overwrite Downloading https://downloads.openwrt.org/releases/18.06.8/targets/ar71xx/generic/packages//Packages.gz Updated list of available packages in /var/opkg-lists/openwrt_core Downloading https://downloads.openwrt.org/releases/packages-18.06/mips_24kc/base//Packages.gz Updated list of available packages in /var/opkg-lists/openwrt_base Downloading https://downloads.openwrt.org/releases/packages-18.06/mips_24kc/luci//Packages.gz Updated list of available packages in /var/opkg-lists/openwrt_luci Downloading https://downloads.openwrt.org/releases/packages-18.06/mips_24kc/packages//Packages.gz Updated list of available packages in /var/opkg-lists/openwrt_packages Downloading https://downloads.openwrt.org/releases/packages-18.06/mips_24kc/routing//Packages.gz Updated list of available packages in /var/opkg-lists/openwrt_routing Downloading https://downloads.openwrt.org/releases/packages-18.06/mips_24kc/telephony//Packages.gz Updated list of available packages in /var/opkg-lists/openwrt_telephony Downloading http://www.dragino.com/downloads/downloads/LoRa_Gateway/DLOS8/Firmware/Packages/dragino//Packages.gz Updated list of available packages in /var/opkg-lists/dragino Installing luci (git-20.356.64372-1259bb1-1) to root... Downloading https://downloads.openwrt.org/releases/packages-18.06/mips_24kc/luci//luci_git-20.356.64372-1259bb1-1_all.ipk Installing luci-lib-ip (git-20.356.64372-1259bb1-1) to root... Downloading https://downloads.openwrt.org/releases/packages-18.06/mips_24kc/luci//luci-lib-ip_git-20.356.64372-1259bb1-1_mips_24kc.ipk Installing luci-base (git-20.356.64372-1259bb1-1) to root... Downloading https://downloads.openwrt.org/releases/packages-18.06/mips_24kc/luci//luci-base_git-20.356.64372-1259bb1-1_mips_24kc.ipk Installing luci-mod-admin-full (git-20.356.64372-1259bb1-1) to root... Downloading https://downloads.openwrt.org/releases/packages-18.06/mips_24kc/luci//luci-mod-admin-full_git-20.356.64372-1259bb1-1_mips_24kc.ipk Installing luci-theme-bootstrap (git-20.356.64372-1259bb1-1) to root... Downloading https://downloads.openwrt.org/releases/packages-18.06/mips_24kc/luci//luci-theme-bootstrap_git-20.356.64372-1259bb1-1_all.ipk Installing luci-app-firewall (git-20.356.64372-1259bb1-1) to root... Downloading https://downloads.openwrt.org/releases/packages-18.06/mips_24kc/luci//luci-app-firewall_git-20.356.64372-1259bb1-1_all.ipk Installing luci-proto-ppp (git-20.356.64372-1259bb1-1) to root... Downloading https://downloads.openwrt.org/releases/packages-18.06/mips_24kc/luci//luci-proto-ppp_git-20.356.64372-1259bb1-1_all.ipk Installing luci-proto-ipv6 (git-20.356.64372-1259bb1-1) to root... Downloading https://downloads.openwrt.org/releases/packages-18.06/mips_24kc/luci//luci-proto-ipv6_git-20.356.64372-1259bb1-1_all.ipk Configuring luci-lib-ip. Configuring luci-theme-bootstrap. uci: Entry not found uci: Parse error (too many arguments) at line 22, byte 43 Configuring luci-app-firewall. Configuring luci-proto-ppp. Configuring luci-base. Configuring luci-mod-admin-full. uci: Entry not found uci: Parse error (too many arguments) at line 22, byte 43 Configuring luci-proto-ipv6. Configuring luci. root@dragino-1e9674:~#
Step 2:Install the wpa package
opkg remove wpad-mini;opkg install wpad