<
From version < 49.1 >
edited by Kilight Cao
on 2022/08/15 18:00
To version < 44.2 >
edited by Xiaoling
on 2022/07/25 16:53
>
Change comment: There is no comment for this version

Summary

Details

Page properties
Author
... ... @@ -1,1 +1,1 @@
1 -XWiki.Kilight
1 +XWiki.Xiaoling
Content
... ... @@ -69,8 +69,6 @@
69 69  
70 70  * Reboot device.
71 71  
72 -
73 -
74 74  == **1.3  Monitor Public IP** ==
75 75  
76 76  
... ... @@ -101,10 +101,9 @@
101 101  * For how to use remote.it for (% style="color:blue" %)**general remote control**(%%), 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]].
102 102  * For Quick add remote.it to (% style="color:blue" %)**Dragino for remote debug**(%%), please see below:
103 103  
104 -
105 105  (% style="color:blue" %)**1. Install the Remote.it software**
106 106  
107 -Users can directly click** "Install"** on the Web UI to install Remote. it.
104 +Users can directly click "Install" on the Web UI to install Remote. it.
108 108  
109 109  
110 110  [[image:image-20220725134300-1.png||height="438" width="905"]]
... ... @@ -113,7 +113,7 @@
113 113  
114 114  (% style="color:blue" %)**2. Enter the license key**
115 115  
116 -Users need to enter the license key in the box under **"2. Register"** section and click the **"Save"** button and** "Register"** button.
113 +Users need to enter the license key in the box under "2. Register" section and click the "Save" button and "Register" button.
117 117  
118 118  (% style="color:red" %)**When the user enters this license key, Dragino support will have access to your gateway.**
119 119  
... ... @@ -135,41 +135,7 @@
135 135  [[image:image-20220725115720-2.png||height="658" width="900"]]
136 136  
137 137  
138 -=== **How to register hp0d with AWS** ===
139 139  
140 -
141 -**Prerequisites:**
142 -
143 -Users must have an account and APP for remote.it
144 -
145 -[[https:~~/~~/app.remote.it>>https://app.remote.it]]
146 -
147 -
148 -(% style="color:blue" %)**1. Click "+" in the APP to add a device**
149 -
150 -Then click Add "Linux & Raspberry Pi" and the APP will generate a command to register the device.
151 -
152 -
153 -[[image:image-20220815173938-1.jpeg||height="574" width="919"]]
154 -
155 -
156 -(% style="color:blue" %)**2.Copy the register device command**
157 -
158 -
159 -[[image:image-20220815173944-2.jpeg||height="556" width="923"]]
160 -
161 -
162 -(% style="color:blue" %)**3.Enter the command copied from the previous step on the HP0D Linux command line**
163 -
164 -[[image:image-20220815173951-3.jpeg||height="424" width="1147"]]
165 -
166 -
167 -(% style="color:blue" %)**4.Check whether the device is successfully registered on the Remote.it APP**
168 -
169 -
170 -[[image:image-20220815173958-4.jpeg||height="580" width="964"]]
171 -
172 -
173 173  == **2.2  RSSH Introduction** ==
174 174  
175 175  
... ... @@ -183,9 +183,8 @@
183 183  This RSSH allow Dragino Support to remote access to the device, If user want to access himself, he need to set up the RSSH server himself.
184 184  )))
185 185  
149 +Below gateway support reverse SSH access:
186 186  
187 -**Below gateway support reverse SSH access:**
188 -
189 189  * Firmware Version > lgw~-~-build-v5.4.1618196981-20210412-1111 [[Firmware Download>>url:http://www.dragino.com/downloads/index.php?dir=LoRa_Gateway/LPS8/Firmware/Release/]]
190 190  * LG01N, OLG01N (Note: LG01-P LG01-S doesn't support)
191 191  * LG02, OLG02
... ... @@ -202,7 +202,6 @@
202 202  
203 203  Go to this the Reverse SSH page as below:
204 204  
205 -
206 206  [[image:image-20220531150151-3.png]]
207 207  
208 208  Get the RSSH configure page
... ... @@ -226,12 +226,11 @@
226 226  
227 227  === **2.2.2  Set Up RSSH Server** ===
228 228  
229 -
230 230  Advance administrator can config a SSH server to provide support their end user themselves., Steps as below
231 231  
232 232  
233 233  
234 -==== (% style="color:blue" %)**Step 1 :  Download the SSH service code**(%%) ====
194 +==== **2.2.2.1  Step 1 : Download the SSH service code** ====
235 235  
236 236  
237 237  **1).**  git clone [[https:~~/~~/github.com/dragino/rssh-server.git>>url:https://github.com/dragino/rssh-server.git]] rssh-server
... ... @@ -270,27 +270,28 @@
270 270  [[image:image-20220531151628-8.png]]
271 271  
272 272  
273 -(% style="color:blue" %)**How to install Sqlit3:**
233 +(% style="color:blue" %)**How to install Sqlit3**
274 274  
275 275  (% class="box infomessage" %)
276 276  (((
277 -**~ Step 1:** Download the SQLit3 installation package
237 +**~ Step1:** Download the SQLit3 installation package
278 278   sudo wget **[[https:~~/~~/www.sqlite.org/2021/sqlite-autoconf-3350400.tar.gz>>url:https://www.sqlite.org/2021/sqlite-autoconf-3350400.tar.gz]]**
279 279  
280 -**Step 2: **tar the SQLit3 installation package
240 +
241 +**Step2: **tar the SQLit3 installation package
281 281   sudo tar -zxvf sqlite-autoconf-3350300.tar.gz
282 282  
283 -**Step 3:** Generate the makefile
244 +**Step3:** Generate the makefile
284 284   cd sqlite-autoconf-3350300/;./configure
285 285  
286 -**Step 4:** Compile makefile
247 +**Step4:** Compile makefile
287 287   sudo make
288 288  
289 -**Step 5:** Install makefile
250 +**Step5:** Install makefile
290 290   sudo make install
291 291  
292 292  **Check:**
293 - cd /usr/local/bin;ls -al  ~-~->    Check to see if there is a file for sqlite3
254 + cd /usr/local/bin;ls -al                             ~-~->    Check to see if there is a file for sqlite3
294 294   cd sqlite-autoconf-3350300/;./sqlite3 test.db        ~-~->    Test whether the sqlite3 was installed successfully
295 295  
296 296  **debug:**
... ... @@ -301,7 +301,7 @@
301 301  
302 302  
303 303  
304 -==== (% style="color:blue" %)**Step 2 :  Install and run the RSS service**(%%) ====
265 +==== **2.2.2.2  Step 2 : Install and run the RSS service** ====
305 305  
306 306  
307 307  **1). ** install database for /var/rsshdb.sqlite3 and Server development port for 3721(The default is 3721)
... ... @@ -310,9 +310,9 @@
310 310  
311 311  (% class="box infomessage" %)
312 312  (((
313 -**$ ./create_sqlite3_db.sh
274 +$ ./create_sqlite3_db.sh
314 314  $ ./rssh_serv -p  3721 2>&1 &
315 -$ ps -ef | grep rssh_serv check 3721 port**
276 +$ ps -ef | grep rssh_serv check 3721 port
316 316  )))
317 317  
318 318  [[image:image-20220531151958-10.png]]
... ... @@ -330,7 +330,7 @@
330 330  
331 331  
332 332  
333 -==== (% style="color:blue" %)**Step 3 :  Create a minimal SSH user (reverse SSH proxy for the gateway)**(%%) ====
294 +==== **2.2.2.3  Step 3 : Create a minimal SSH user (reverse SSH proxy for the gateway)** ====
334 334  
335 335  
336 336  (% class="box infomessage" %)
... ... @@ -347,12 +347,11 @@
347 347  
348 348  
349 349  
350 -==== (% style="color:blue" %)**Step 4 :  Create an authorization key file**(%%) ====
311 +==== **2.2.2.4  Step 4 : Create an authorization key file** ====
351 351  
352 352  
353 353  **1):**  sudo mkdir /home/xxxxx/.ssh; sudo touch /home/xxxxx/.ssh/authorizedkey
354 354  
355 -
356 356  **Debug:**
357 357  
358 358  {{{ check: sudo ls /home/xxxxx/.ssh/authorizedkey}}}
... ... @@ -362,10 +362,9 @@
362 362  === **2.2.3  How does user get the gateway to connect to a user's private server** ===
363 363  
364 364  
325 +==== **2.2.3.1  Step 1 : Come back the gateway web UI to get the gateway Public key** ====
365 365  
366 -==== (% style="color:blue" %)**Step 1 :  Come back the gateway web UI to get the gateway Public key**(%%) ====
367 367  
368 -
369 369  **1)**  in the system ~-~-> (% style="color:#037691" %)**Remote Mgmt/span**
370 370  
371 371  [[image:image-20220531152419-11.png]]
... ... @@ -372,7 +372,7 @@
372 372  
373 373  
374 374  
375 -==== (% style="color:blue" %)**Step 2 :  Authorization server**(%%) ====
334 +==== **2.2.3.2  Step 2 : Authorization server** ====
376 376  
377 377  
378 378  Input the Gateway Publickey into user's private server "/home/XXXXX/.ssh/authorized_keys" file.
... ... @@ -381,7 +381,7 @@
381 381  
382 382  
383 383  
384 -==== (% style="color:blue" %)**Step 3 :  Connect private server**(%%) ====
343 +==== **2.2.3.3  Step 3 : Connect private server** ====
385 385  
386 386  
387 387  This is same as connect Dragino Support Server but just change the server address to customize server address.
... ... @@ -390,7 +390,7 @@
390 390  
391 391  
392 392  
393 -==== (% style="color:blue" %)**Step 4 :  Check Connection**(%%) ====
352 +==== **2.2.3.4  Step 4 : Check Connection** ====
394 394  
395 395  
396 396  Rssh Host connection Ok
... ... @@ -404,7 +404,7 @@
404 404  
405 405  
406 406  
407 -==== (% style="color:blue" %)**Step 5 :  Access the gateway from customized server**(%%) ====
366 +==== **2.2.3.5  Step 5 : Access the gateway from customized server** ====
408 408  
409 409  
410 410  Check what gateways link to server.
... ... @@ -411,7 +411,7 @@
411 411  
412 412  (% class="box infomessage" %)
413 413  (((
414 -**$ ./connect-gw.sh -l**
373 +$ ./connect-gw.sh -l
415 415  )))
416 416  
417 417  [[image:image-20220531153016-16.png]]
... ... @@ -422,7 +422,7 @@
422 422  
423 423  (% class="box infomessage" %)
424 424  (((
425 -**$ ./connect-gw.sh <GWID>**
384 +$ ./connect-gw.sh <GWID>
426 426  )))
427 427  
428 428  [[image:image-20220531153219-17.png]]
image-20220815173938-1.jpeg
Author
... ... @@ -1,1 +1,0 @@
1 -XWiki.Kilight
Size
... ... @@ -1,1 +1,0 @@
1 -56.6 KB
Content
image-20220815173944-2.jpeg
Author
... ... @@ -1,1 +1,0 @@
1 -XWiki.Kilight
Size
... ... @@ -1,1 +1,0 @@
1 -40.6 KB
Content
image-20220815173951-3.jpeg
Author
... ... @@ -1,1 +1,0 @@
1 -XWiki.Kilight
Size
... ... @@ -1,1 +1,0 @@
1 -75.4 KB
Content
image-20220815173958-4.jpeg
Author
... ... @@ -1,1 +1,0 @@
1 -XWiki.Kilight
Size
... ... @@ -1,1 +1,0 @@
1 -54.2 KB
Content
Copyright ©2010-2022 Dragino Technology Co., LTD. All rights reserved
Dragino Wiki v2.0