<
From version < 201.1 >
edited by Kilight Cao
on 2024/05/17 10:17
To version < 202.1 >
edited by Kilight Cao
on 2024/05/17 10:38
>
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -987,18 +987,22 @@
987 987  
988 988  (% class="box" %)
989 989  (((
990 -uci set system.ntp.server='0.openwrt.pool.ntp.org'
990 +~#~##Linux command
991 991  
992 -uci add_list system.ntp.server='1.openwrt.pool.ntp.org'
992 +uci set system.ntp.server='0.openwrt.pool.ntp.org'  #Required
993 993  
994 -uci add_list system.ntp.server='2.openwrt.pool.ntp.org'
994 +uci add_list system.ntp.server='1.openwrt.pool.ntp.org' #Optional
995 995  
996 -uci add_list system.ntp.server='3.openwrt.pool.ntp.org'
996 +uci add_list system.ntp.server='2.openwrt.pool.ntp.org' #Optional
997 997  
998 -uci commit system
998 +uci add_list system.ntp.server='3.openwrt.pool.ntp.org'  #Optional
999 +
1000 +uci commit system #Required
999 999  )))
1000 1000  
1003 +**Note: If the NTP server is a Windows host, it may cause the time synchronization to fail, **
1001 1001  
1005 +
1002 1002  == (% data-sider-select-id="68c5d9c8-0690-4e39-abae-0a921c179211" %)6.2 Packet Filtering(%%) ==
1003 1003  
1004 1004  
Copyright ©2010-2024 Dragino Technology Co., LTD. All rights reserved
Dragino Wiki v2.0