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