Last modified by Xiaoye on 2025/05/13 18:03
From version 2.1
edited by Kilight Cao
on 2023/06/20 17:17
on 2023/06/20 17:17
Change comment:
There is no comment for this version
Summary
-
Page properties (3 modified, 0 added, 0 removed)
Details
- Page properties
-
- Title
-
... ... @@ -1,1 +1,1 @@ 1 -What port should i open in router to allow Gateway for IoT Connection? 1 +What port should i open in router to allow Gateway for IoT Connection ? - Author
-
... ... @@ -1,1 +1,1 @@ 1 -XWiki. Kilight1 +XWiki.Xiaoye - Content
-
... ... @@ -1,10 +1,64 @@ 1 - ~1. Ports use for UDP Packet Forwarder1 += 1. Ports use for UDP Packet Forwarder = 2 2 3 3 4 - 2. PortsusedforBaseStationConnection4 +This depends on the transfer port of the server you are connected to. 5 5 6 +Usually UDP port (% style="color:blue" %)**1700** 6 6 7 -3. Ports used for LoRaWAN MQTT Bridge Connection 8 8 9 += 2. Ports used for Base Station Connection = 9 9 10 -4. Ports to keep internet detect. 11 + 12 +This depends on the transfer port of the server you are connected to. 13 + 14 +Usually TCP port (% style="color:blue" %)**443** 15 + 16 + 17 += 3. Ports used for LoRaWAN MQTT Bridge Connection = 18 + 19 + 20 +This depends on the transfer port of the server you are connected to. 21 + 22 +Usually TCP port (% style="color:blue" %)**1883/8883** 23 + 24 + 25 += 4. Fire wall to keep internet detection = 26 + 27 + 28 +The gateway will send ping(ICMP) via (% style="color:blue" %)**1.1.1.1/8.8.8.8**(%%) to detect if the internet is active. 29 + 30 +Which need the firewall allows ICMP data to pass through. 31 + 32 + 33 += 5. Time server synchronization = 34 + 35 + 36 +Default, The gateway will fetch time information from a public time server to synchronize local time. 37 + 38 +Use port: 123 39 + 40 + 41 +LPS8V2 use time server: 42 + 43 +(% class="box infomessage" %) 44 +((( 45 +ntp.ubuntu.com 46 +0.ubuntu.pool.ntp.org 47 +1.ubuntu.pool.ntp.org 48 +2.ubuntu.pool.ntp.org 49 + 50 +))) 51 + 52 + 53 +DLOS8N/LPS8N/LG308N: 54 + 55 +(% class="box infomessage" %) 56 +((( 57 +0.openwrt.pool.ntp.org 58 +1.openwrt.pool.ntp.org 59 +2.openwrt.pool.ntp.org 60 +3.openwrt.pool.ntp.org 61 +))) 62 + 63 + 64 +