Hide last authors
Xiaoling 9.3 1 **~ Table of Contents:**
Xiaoling 1.1 2
Xiaoling 1.3 3 {{toc/}}
4
Xiaoling 8.1 5
6
Xiaoling 1.3 7 = 1. Introduction =
8
Xiaoling 9.3 9
Xiaoling 1.5 10 (((
Xiaoling 1.2 11 Gateways can connect to WPA/WPA2 networks
Xiaoling 1.5 12 )))
Xiaoling 1.1 13
Xiaoling 1.5 14 (((
Xiaoling 1.2 15 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 )
Xiaoling 1.5 16 )))
Xiaoling 1.1 17
Xiaoling 1.5 18 (((
Xiaoling 1.2 19 Connect to the gateway's Linux command line via SSH
Xiaoling 4.2 20
21
Xiaoling 1.5 22 )))
Xiaoling 1.1 23
Xiaoling 1.3 24 = 2. Connect to the gateway's Linux command line =
Xiaoling 1.1 25
Xiaoling 1.2 26 User can use Putty or CRT as connection tools and see usermanual's How to connect to the Linux command line via ssh
Xiaoling 1.1 27
Xiaoling 4.2 28
Xiaoling 9.2 29 == 2.1 Step 1: Install the luci package ==
Xiaoling 1.1 30
Xiaoling 4.2 31 Please use the (% style="color:#037691" %)**opkg update;opkg install luci ~-~-force-overwrite**(%%) command to install luci package
Xiaoling 1.1 32
Xiaoling 1.4 33 (% class="box" %)
34 (((
Xiaoling 1.5 35 root@dragino-1e9674:~~# '''opkg update;opkg install luci ~-~-force-overwrite'''
Xiaoling 1.4 36 Downloading https:~/~/downloads.openwrt.org/releases/18.06.8/targets/ar71xx/generic/packages~/~/Packages.gz
37 Updated list of available packages in /var/opkg-lists/openwrt_core
38 Downloading https:~/~/downloads.openwrt.org/releases/packages-18.06/mips_24kc/base~/~/Packages.gz
39 Updated list of available packages in /var/opkg-lists/openwrt_base
40 Downloading https:~/~/downloads.openwrt.org/releases/packages-18.06/mips_24kc/luci~/~/Packages.gz
41 Updated list of available packages in /var/opkg-lists/openwrt_luci
42 Downloading https:~/~/downloads.openwrt.org/releases/packages-18.06/mips_24kc/packages~/~/Packages.gz
43 Updated list of available packages in /var/opkg-lists/openwrt_packages
44 Downloading https:~/~/downloads.openwrt.org/releases/packages-18.06/mips_24kc/routing~/~/Packages.gz
45 Updated list of available packages in /var/opkg-lists/openwrt_routing
46 Downloading https:~/~/downloads.openwrt.org/releases/packages-18.06/mips_24kc/telephony~/~/Packages.gz
47 Updated list of available packages in /var/opkg-lists/openwrt_telephony
48 Downloading http:~/~/www.dragino.com/downloads/downloads/LoRa_Gateway/DLOS8/Firmware/Packages/dragino~/~/Packages.gz
49 Updated list of available packages in /var/opkg-lists/dragino
50 Installing luci (git-20.356.64372-1259bb1-1) to root...
51 Downloading https:~/~/downloads.openwrt.org/releases/packages-18.06/mips_24kc/luci~/~/luci_git-20.356.64372-1259bb1-1_all.ipk
52 Installing luci-lib-ip (git-20.356.64372-1259bb1-1) to root...
53 Downloading https:~/~/downloads.openwrt.org/releases/packages-18.06/mips_24kc/luci~/~/luci-lib-ip_git-20.356.64372-1259bb1-1_mips_24kc.ipk
54 Installing luci-base (git-20.356.64372-1259bb1-1) to root...
55 Downloading https:~/~/downloads.openwrt.org/releases/packages-18.06/mips_24kc/luci~/~/luci-base_git-20.356.64372-1259bb1-1_mips_24kc.ipk
56 Installing luci-mod-admin-full (git-20.356.64372-1259bb1-1) to root...
57 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
58 Installing luci-theme-bootstrap (git-20.356.64372-1259bb1-1) to root...
59 Downloading https:~/~/downloads.openwrt.org/releases/packages-18.06/mips_24kc/luci~/~/luci-theme-bootstrap_git-20.356.64372-1259bb1-1_all.ipk
60 Installing luci-app-firewall (git-20.356.64372-1259bb1-1) to root...
61 Downloading https:~/~/downloads.openwrt.org/releases/packages-18.06/mips_24kc/luci~/~/luci-app-firewall_git-20.356.64372-1259bb1-1_all.ipk
62 Installing luci-proto-ppp (git-20.356.64372-1259bb1-1) to root...
63 Downloading https:~/~/downloads.openwrt.org/releases/packages-18.06/mips_24kc/luci~/~/luci-proto-ppp_git-20.356.64372-1259bb1-1_all.ipk
64 Installing luci-proto-ipv6 (git-20.356.64372-1259bb1-1) to root...
65 Downloading https:~/~/downloads.openwrt.org/releases/packages-18.06/mips_24kc/luci~/~/luci-proto-ipv6_git-20.356.64372-1259bb1-1_all.ipk
66 Configuring luci-lib-ip.
67 Configuring luci-theme-bootstrap.
68 uci: Entry not found
69 uci: Parse error (too many arguments) at line 22, byte 43
70 Configuring luci-app-firewall.
71 Configuring luci-proto-ppp.
72 Configuring luci-base.
73 Configuring luci-mod-admin-full.
74 uci: Entry not found
75 uci: Parse error (too many arguments) at line 22, byte 43
76 Configuring luci-proto-ipv6.
77 Configuring luci.
78 root@dragino-1e9674:~~#
79 )))
Xiaoling 1.1 80
Xiaoling 4.2 81
Xiaoling 9.2 82 == 2.2 Step 2: Install the wpad package ==
Xiaoling 1.1 83
Xiaoling 4.2 84 Please use the (% style="color:#037691" %)**opkg remove wpad-mini;opkg install wpad**(%%) command to wpad package
Xiaoling 1.1 85
Xiaoling 1.4 86 (% class="box" %)
87 (((
Xiaoling 1.5 88 root@dragino-1e9674:~~# opkg remove wpad-mini;opkg install wpad
Xiaoling 1.4 89 Removing package wpad-mini from root...
90 Installing wpad (2018-05-21-62566bc2-8) to root...
91 Downloading https:~/~/downloads.openwrt.org/releases/packages-18.06/mips_24kc/base~/~/wpad_2018-05-21-62566bc2-8_mips_24kc.ipk
92 Configuring wpad.
93 root@dragino-1e9674:~~# reboot
94 root@dragino-1e9674:~~#
95 )))
Xiaoling 1.1 96
Xiaoling 4.2 97
Xiaoling 1.3 98 = 3. Connect to the Enterprise network =
Xiaoling 1.1 99
Xiaoling 9.2 100 == 3.1 Step 1: Enter the luci Web and wireless page ==
Xiaoling 1.1 101
Xiaoling 1.2 102 User can use the IP address of the gateway(as 10.130.1.1/IP:8000) followed by /luci to enter the luci page
Xiaoling 1.1 103
Xiaoling 4.2 104 as (% style="color:#037691" %)**10.130.1.1/cgi-bin/luci** or **adress IP:8000/cgi-bin/luci**
Xiaoling 1.2 105
Xiaoling 1.6 106 (((
Xiaoling 4.2 107 [[image:image-20220527171215-1.png]]
Xiaoling 1.6 108 )))
Xiaoling 1.2 109
110 Enter luci page
111
Xiaoling 4.2 112
Xiaoling 9.2 113 == 3.2 Step 2: Select the connection to Enterprise network ==
Xiaoling 1.2 114
115 User can enable the WIFI client and edit it with the WPA2-EAP model.
116
Xiaoling 1.6 117 (((
Xiaoling 4.2 118 [[image:image-20220527171240-2.png]]
Xiaoling 1.6 119 )))
Xiaoling 1.2 120
121 Select wireless page
122
Xiaoling 1.7 123
Xiaoling 1.6 124 (((
Xiaoling 7.1 125 [[image:image-20220527171310-3.png]]
Xiaoling 1.6 126 )))
Xiaoling 1.2 127
128 Enable&edit
129
Xiaoling 7.1 130
Xiaoling 8.1 131
Xiaoling 1.6 132 (((
Xiaoling 7.1 133 [[image:image-20220527171352-4.png]]
Xiaoling 1.6 134 )))
Xiaoling 1.2 135
136 Edit luci WPA2-EAP network
137
Xiaoling 1.4 138 (% style="color:red" %)
Xiaoling 7.1 139 **Note:If user's enterprise network no certificate required,user only input the username and passwd to Save&Apply**
Copyright ©2010-2022 Dragino Technology Co., LTD. All rights reserved
Dragino Wiki v2.0