Changes for page Monitor & Remote Access Gateway
Last modified by Kilight Cao on 2025/01/14 10:25
Change comment:
There is no comment for this version
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -71,7 +71,7 @@ 71 71 (% class="box infomessage" %) 72 72 ((( 73 73 ~* 23 * * * /etc/init.d/auto_update start 74 -*/20 * * * * /usr/bin/monitor_gateway.sh 74 +*/20 * * * * /usr/bin/monitor_gateway.sh 75 75 ))) 76 76 77 77 * Reboot device. ... ... @@ -102,108 +102,19 @@ 102 102 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]]. 103 103 104 104 105 -== RSSHIntroduction==105 +=== Sub-sub paragraph === 106 106 107 - ReverseSSHforremote accessisavailable in thelatestDraginofirmwareforgateway.For securityconcern,theRSSHonlyavailablebase on enduserdemand.107 +Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. 108 108 109 -Important Notice: 110 110 111 -(% class="box warningmessage" %) 112 -((( 113 -RSSH access will give full control of your device to remote support. Please remove sensitivity info before perform this 114 -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. 115 -))) 110 += Paragraph 2 = 116 116 117 - Belowgatewaysupport reverseSSHaccess:112 +Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. 118 118 119 -* 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/]] 120 -* LG01N, OLG01N (Note: LG01-P LG01-S doesn't support) 121 -* LG02, OLG02 122 -* LG308, DLOS8 123 -* LPS8 124 -* LIG16 125 -* MS14 series if installed with the same firmware. 114 +== Sub-paragraph == 126 126 127 - ===End UserGuide to useSSHaccess===116 +Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. 128 128 129 - Goto this the ReverseSSHpageasbelow:118 +== Sub-paragraph == 130 130 131 -[[~[~[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]] 132 - 133 -Get the RSSH configure page 134 - 135 -[[~[~[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]] 136 - 137 -Connection OK. 138 - 139 -* **Login ID**: Input sshuser 140 -* **Host Address**: Input support.dragino.com 141 -* **Host Port** : Please email to support @ dragino.com to get a valid host port. 142 -* **Connect at Startup** : Choose to enable connect once the device is powered. 143 -* **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 144 - 145 -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. 146 - 147 - 148 -Set Up RSSH Server 149 - 150 - 151 -===== Step 1:Download the SSH service code ===== 152 - 153 -1).git clone [[https:~~/~~/github.com/dragino/rssh-server.git>>url:https://github.com/dragino/rssh-server.git]] rssh-server 154 - 155 -[[~[~[image:https://wiki.dragino.com/images/thumb/d/d0/Git_clone.png/500px-Git_clone.png~|~|height="80" width="500"~]~]>>url:https://wiki.dragino.com/index.php/File:Git_clone.png]] 156 - 157 -git clone rssh-server 158 - 159 -2).cd rssh-server; sudo make ~-~--> to Generate the execute file:rssh_serv 160 - 161 -[[~[~[image:https://wiki.dragino.com/images/thumb/e/e3/Generate_the_execute_file.png/500px-Generate_the_execute_file.png~|~|height="103" width="500"~]~]>>url:https://wiki.dragino.com/index.php/File:Generate_the_execute_file.png]] 162 - 163 -Generate the execute file 164 - 165 -**Debug** : 166 - 167 -{{{ if you git fail. --> sudo: git: command not found. 168 - please install git. --> yum install git -y or apt-get install git -y. 169 -}}} 170 - 171 -{{{ if you make error 127,it lack of gcc. 172 - please install gcc. -->yum install gcc. 173 -}}} 174 - 175 -[[~[~[image:https://wiki.dragino.com/images/d/d7/Lack_of_gcc.png~|~|height="174" width="434"~]~]>>url:https://wiki.dragino.com/index.php/File:Lack_of_gcc.png]] 176 - 177 -lack of gcc 178 - 179 -{{{ if you make a fatal error : sqlite3.h,it lack of sqlite3. 180 - please insatell sqlite3. 181 -}}} 182 - 183 -[[~[~[image:https://wiki.dragino.com/images/thumb/9/93/Lack_of_sqlite3.png/500px-Lack_of_sqlite3.png~|~|height="137" width="500"~]~]>>url:https://wiki.dragino.com/index.php/File:Lack_of_sqlite3.png]] 184 - 185 -lack of sqlite3 186 - 187 -How to install Sqlit3 188 - 189 -{{{ Step1:Download the SQLit3 installation package 190 - sudo wget 191 - Step2:tar the SQLit3 installation package 192 - sudo tar -zxvf sqlite-autoconf-3350300.tar.gz 193 - Step3:Generate the makefile 194 - cd sqlite-autoconf-3350300/;./configure 195 - Step4:Compile makefile 196 - sudo make 197 - Step5:Install makefile 198 - sudo make install 199 - Check: 200 - cd /usr/local/bin;ls -al --> Check to see if there is a file for sqlite3 201 - cd sqlite-autoconf-3350300/;./sqlite3 test.db --> Test whether the sqlite3 was installed successfully 202 - debug: 203 - If you get the imformation that is SQLite header and source version mismatch, when you execute./sqlite3 test.db. 204 - Please execute the command /sbin/ldconfig. 205 - After that execute the command ./sqlite3 test.db again. 206 -}}} 207 - 208 - 209 - 120 +Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.