<
From version < 149.1 >
edited by Kilight Cao
on 2024/05/17 10:21
To version < 150.1 >
edited by Kilight Cao
on 2024/05/17 10:40
>
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -967,18 +967,22 @@
967 967  
968 968  (% class="box" %)
969 969  (((
970 -uci set 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  
Copyright ©2010-2024 Dragino Technology Co., LTD. All rights reserved
Dragino Wiki v2.0