<
From version < 1.3 >
edited by Xiaoling
on 2022/05/14 13:51
To version < 9.7 >
edited by Xiaoling
on 2022/07/22 15:42
>
Change comment: There is no comment for this version

Summary

Details

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