Last modified by Xiaoling on 2023/04/21 10:39

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