Changes for page LG308N -- LoRaWAN Gateway User Manual
Last modified by Kilight Cao on 2025/02/07 08:57
Change comment:
There is no comment for this version
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -967,18 +967,22 @@ 967 967 968 968 (% class="box" %) 969 969 ((( 970 - uciset system.ntp.server='0.openwrt.pool.ntp.org'970 +~#~##Linux command 971 971 972 -uci add_list system.ntp.server='1.openwrt.pool.ntp.org'972 +uci set system.ntp.server='0.openwrt.pool.ntp.org' #Required 973 973 974 -uci add_list system.ntp.server=' 2.openwrt.pool.ntp.org'974 +uci add_list system.ntp.server='1.openwrt.pool.ntp.org' #Optional 975 975 976 -uci add_list system.ntp.server=' 3.openwrt.pool.ntp.org'976 +uci add_list system.ntp.server='2.openwrt.pool.ntp.org' #Optional 977 977 978 -uci commit system 978 +uci add_list system.ntp.server='3.openwrt.pool.ntp.org' #Optional 979 + 980 +uci commit system #Required 979 979 ))) 980 980 983 +**Note: If the NTP server is a Windows host, it may cause the time synchronization to fail, ** 981 981 985 + 982 982 == (% data-sider-select-id="060d238c-36fc-4453-b667-8dca3129ae44" %)6.2 Packet Filtering(%%) == 983 983 984 984