Wiki source code of What port should i open in router to allow Gateway for IoT Connection ?
Hide last authors
author | version | line-number | content |
---|---|---|---|
![]() |
9.1 | 1 | (% class="wikigeneratedid" %) |
2 | **Table of Contents: ** | ||
3 | |||
4 | {{toc/}} | ||
5 | |||
6 | |||
7 | |||
8 | |||
9 | |||
![]() |
8.1 | 10 | = 1. Ports used for UDP Packet Forwarder = |
![]() |
2.1 | 11 | |
![]() |
5.2 | 12 | |
![]() |
8.1 | 13 | The gateway will use a port in the range of 1024-65535 to connect to the server's port 1700 |
![]() |
2.1 | 14 | |
![]() |
8.1 | 15 | UDP port: (% style="color:#0000ff" %)**1024-65535** |
![]() |
2.1 | 16 | |
17 | |||
![]() |
3.1 | 18 | = 2. Ports used for Base Station Connection = |
![]() |
2.1 | 19 | |
![]() |
5.2 | 20 | |
![]() |
3.1 | 21 | This depends on the transfer port of the server you are connected to. |
![]() |
2.1 | 22 | |
![]() |
5.2 | 23 | Usually TCP port (% style="color:blue" %)**443** |
![]() |
3.1 | 24 | |
25 | |||
26 | = 3. Ports used for LoRaWAN MQTT Bridge Connection = | ||
27 | |||
![]() |
5.2 | 28 | |
![]() |
3.1 | 29 | This depends on the transfer port of the server you are connected to. |
30 | |||
![]() |
5.2 | 31 | Usually TCP port (% style="color:blue" %)**1883/8883** |
![]() |
3.1 | 32 | |
33 | |||
![]() |
5.2 | 34 | = 4. Fire wall to keep internet detection = |
![]() |
3.1 | 35 | |
36 | |||
![]() |
6.1 | 37 | 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. |
![]() |
5.2 | 38 | |
![]() |
8.1 | 39 | The firewall allows ICMP data to pass through. |
![]() |
3.1 | 40 | |
![]() |
4.1 | 41 | |
![]() |
6.1 | 42 | = 5. Time server synchronization = |
43 | |||
44 | |||
45 | Default, The gateway will fetch time information from a public time server to synchronize local time. | ||
46 | |||
![]() |
8.1 | 47 | Use TCP port: 123 |
![]() |
6.1 | 48 | |
![]() |
7.1 | 49 | |
![]() |
6.1 | 50 | LPS8V2 use time server: |
51 | |||
52 | (% class="box infomessage" %) | ||
53 | ((( | ||
54 | ntp.ubuntu.com | ||
55 | 0.ubuntu.pool.ntp.org | ||
56 | 1.ubuntu.pool.ntp.org | ||
57 | 2.ubuntu.pool.ntp.org | ||
![]() |
3.1 | 58 | |
![]() |
6.1 | 59 | ))) |
60 | |||
61 | |||
62 | DLOS8N/LPS8N/LG308N: | ||
63 | |||
64 | (% class="box infomessage" %) | ||
65 | ((( | ||
66 | 0.openwrt.pool.ntp.org | ||
67 | 1.openwrt.pool.ntp.org | ||
68 | 2.openwrt.pool.ntp.org | ||
69 | 3.openwrt.pool.ntp.org | ||
70 | ))) | ||
71 | |||
72 | |||
73 |