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