Changes for page Monitor & Remote Access Gateway
Last modified by Kilight Cao on 2025/01/14 10:25
Summary
-
Page properties (1 modified, 0 added, 0 removed)
-
Attachments (0 modified, 0 added, 4 removed)
Details
- Page properties
-
- Content
-
... ... @@ -2,9 +2,9 @@ 2 2 {{toc/}} 3 3 {{/box}} 4 4 5 -= **1. Monitor Gateway**=5 += 1. Monitor Gateway = 6 6 7 -== **1.1 Introduction**==7 +== 1.1 Introduction == 8 8 9 9 This introduction shows how to use a script to monitor the gateway. The video link for this instruction is: [[https:~~/~~/youtu.be/8PieIwfSF_g>>url:https://youtu.be/8PieIwfSF_g]] 10 10 ... ... @@ -11,7 +11,7 @@ 11 11 [[image:image-20220531144606-1.png]] 12 12 13 13 14 -== **1.2 Steps**==14 +== 1.2 Steps == 15 15 16 16 * Create account in ThingsSpeak and creat channel. 17 17 * Download script from dragino site and move it to properly directory ... ... @@ -62,21 +62,22 @@ 62 62 * Reboot device. 63 63 64 64 65 -== **1.3 Monitor Public IP** == 66 66 66 +== 1.3 Monitor Public IP == 67 + 67 67 The monitor_gateway.sh has been updated to upload the public ip of the device as well. 68 68 69 69 User can find the public ip in field7, the chart is not able to show the complete public ip, user can check that in the export. 70 70 71 -[[image:image -20220531145559-2.png]]72 +[[~[~[image:https://wiki.dragino.com/images/thumb/8/8f/Monitor_gateway_1.png/600px-Monitor_gateway_1.png~|~|height="332" width="586"~]~]>>url:https://wiki.dragino.com/index.php/File:Monitor_gateway_1.png]] 72 72 73 73 Find Public IP 74 74 75 75 76 76 77 -= **2. Remote Access**=78 += 2. Remote Access = 78 78 79 -== **2.1 Remote Access via Remote.it.**==80 +== 2.1 Remote Access via Remote.it. == 80 80 81 81 Remote.it for remote access is available in the latest Dragino firmware for gateway. For security concern, the remote.it only available base on end user demand. 82 82 ... ... @@ -88,7 +88,7 @@ 88 88 For how to use remoteit, please see : [[Remoteit user instruction for Dragino Gateway>>url:https://www.dragino.com/downloads/index.php?dir=LoRa_Gateway/&file=Dragino-Remoteit_User_Manual.pdf]]. 89 89 90 90 91 -== **2.2 RSSH Introduction**==92 +== 2.2 RSSH Introduction == 92 92 93 93 Reverse SSH for remote access is available in the latest Dragino firmware for gateway. For security concern, the RSSH only available base on end user demand. 94 94 ... ... @@ -111,27 +111,25 @@ 111 111 * MS14 series if installed with the same firmware. 112 112 113 113 114 -=== **2.2.1 End User Guide to use SSH access** === 115 115 116 +=== 2.2.1 End User Guide to use SSH access === 117 + 116 116 Go to this the Reverse SSH page as below: 117 117 118 -[[image:image -20220531150151-3.png]]120 +[[~[~[image:https://wiki.dragino.com/images/thumb/5/55/RSSH_Menu2.png/500px-RSSH_Menu2.png~|~|height="256" width="500"~]~]>>url:https://wiki.dragino.com/index.php/File:RSSH_Menu2.png]] 119 119 120 120 Get the RSSH configure page 121 121 124 +[[~[~[image:https://wiki.dragino.com/images/thumb/7/78/RSSH_Menu3.png/500px-RSSH_Menu3.png~|~|height="313" width="500"~]~]>>url:https://wiki.dragino.com/index.php/File:RSSH_Menu3.png]] 122 122 123 - 124 -[[image:image-20220531150338-4.png]] 125 - 126 126 Connection OK. 127 127 128 +* **Login ID**: Input sshuser 129 +* **Host Address**: Input support.dragino.com 130 +* **Host Port** : Please email to support @ dragino.com to get a valid host port. 131 +* **Connect at Startup** : Choose to enable connect once the device is powered. 132 +* **Network Keys**; Click the Generate keys to generate the keys and download / mail it to Dragino support so Dragino can prepare the remote access to 128 128 129 -* (% style="color:#037691" %)**Login ID**(%%): Input sshuser 130 -* (% style="color:#037691" %)**Host Address**(%%): Input support.dragino.com 131 -* (% style="color:#037691" %)**Host Port** (%%): Please email to support @ dragino.com to get a valid host port. 132 -* (% style="color:#037691" %)**Connect at Startup**(%%) : Choose to enable connect once the device is powered. 133 -* (% style="color:#037691" %)**Network Keys**(%%): Click the Generate keys to generate the keys and download / mail it to Dragino support so Dragino can prepare the remote access to 134 - 135 135 After doing above, please download and mail the public keys to Dragino support and wait for our mail for the valid host port. Input the valid host port got from our support and click connect so we can remote access to your gateway. 136 136 137 137 ... ... @@ -144,7 +144,7 @@ 144 144 145 145 1).git clone [[https:~~/~~/github.com/dragino/rssh-server.git>>url:https://github.com/dragino/rssh-server.git]] rssh-server 146 146 147 -[[image:image -20220531150750-5.png]]146 +[[~[~[image:https://wiki.dragino.com/images/thumb/d/d0/Git_clone.png/500px-Git_clone.png~|~|height="89" width="555"~]~]>>url:https://wiki.dragino.com/index.php/File:Git_clone.png]] 148 148 149 149 2).cd rssh-server; sudo make ~-~--> to Generate the execute file:rssh_serv 150 150 ... ... @@ -194,7 +194,7 @@ 194 194 195 195 ===== ===== 196 196 197 -==== **2.2.2.2Step 2 :Install and run the RSS service**====196 +==== Step 2 :Install and run the RSS service ==== 198 198 199 199 1):install database for /var/rsshdb.sqlite3 and Server development port for 3721(The default is 3721) 200 200 ... ... @@ -224,7 +224,7 @@ 224 224 225 225 ===== ===== 226 226 227 -==== **2.2.2.3Step 3 :Create a minimal SSH user (reverse SSH proxy for the gateway)**====226 +==== Step 3 :Create a minimal SSH user (reverse SSH proxy for the gateway) ==== 228 228 229 229 (% class="box infomessage" %) 230 230 ((( ... ... @@ -239,7 +239,7 @@ 239 239 **Now user "XXXXX" is the user with limited permissions of the current system** 240 240 241 241 242 -==== **2.2.2.4Step4:Create an authorization key file**====241 +==== Step4:Create an authorization key file ==== 243 243 244 244 1):sudo mkdir /home/xxxxx/.ssh; sudo touch /home/xxxxx/.ssh/authorizedkey 245 245 ... ... @@ -249,17 +249,16 @@ 249 249 250 250 251 251 252 -=== **2.3How does user get the gateway to connect to a user's private server**===251 +=== How does user get the gateway to connect to a user's private server === 253 253 253 +==== Step1: Come back the gateway web UI to get the gateway Public key ==== 254 254 255 -==== **2.3.1 Step1: Come back the gateway web UI to get the gateway Public key** ==== 256 - 257 257 1)in the system ~-~-> Remote Mgmt/span> 258 258 259 259 [[~[~[image:https://wiki.dragino.com/images/thumb/8/8f/Remote_Mgmt.png/500px-Remote_Mgmt.png~|~|height="367" width="500"~]~]>>url:https://wiki.dragino.com/index.php/File:Remote_Mgmt.png]] 260 260 261 261 262 -==== **2.3.2Step2: Authorization server**====260 +==== Step2: Authorization server ==== 263 263 264 264 Input the Gateway Publickey into user's private server "/home/XXXXX/.ssh/authorized_keys" file. 265 265 ... ... @@ -266,7 +266,7 @@ 266 266 [[~[~[image:https://wiki.dragino.com/images/thumb/4/49/Publickey.png/500px-Publickey.png~|~|height="81" width="500"~]~]>>url:https://wiki.dragino.com/index.php/File:Publickey.png]] 267 267 268 268 269 -===== **2.3.3Step3: Connect private server**=====267 +===== Step3: Connect private server ===== 270 270 271 271 This is same as connect Dragino Support Server but just change the server address to customize server address. 272 272 ... ... @@ -274,7 +274,7 @@ 274 274 275 275 276 276 277 -===== **2.3.4Step 4 :Check Connection**=====275 +===== Step 4 :Check Connection ===== 278 278 279 279 Rssh Host connection Ok 280 280 ... ... @@ -286,7 +286,7 @@ 286 286 [[~[~[image:https://wiki.dragino.com/images/thumb/a/ad/Check_the_gateway.png/500px-Check_the_gateway.png~|~|height="47" width="500"~]~]>>url:https://wiki.dragino.com/index.php/File:Check_the_gateway.png]] 287 287 288 288 289 -==== **2.3.5Step5:Access the gateway from customized server**====287 +==== Step5:Access the gateway from customized server ==== 290 290 291 291 Check what gateways link to server. 292 292
- image-20220531145559-2.png
-
- Author
-
... ... @@ -1,1 +1,0 @@ 1 -XWiki.Xiaoling - Size
-
... ... @@ -1,1 +1,0 @@ 1 -118.5 KB - Content
- image-20220531150151-3.png
-
- Author
-
... ... @@ -1,1 +1,0 @@ 1 -XWiki.Xiaoling - Size
-
... ... @@ -1,1 +1,0 @@ 1 -52.5 KB - Content
- image-20220531150338-4.png
-
- Author
-
... ... @@ -1,1 +1,0 @@ 1 -XWiki.Xiaoling - Size
-
... ... @@ -1,1 +1,0 @@ 1 -40.3 KB - Content
- image-20220531150750-5.png
-
- Author
-
... ... @@ -1,1 +1,0 @@ 1 -XWiki.Xiaoling - Size
-
... ... @@ -1,1 +1,0 @@ 1 -13.3 KB - Content