This commit is contained in:
2026-07-07 15:29:05 +03:00
parent 6658b35023
commit d35398741c
+3 -3
View File
@@ -3,17 +3,17 @@ Please always check these options for base config new device:
1. Add user new user with admin priv:<br/>
`/user add name="admin2" password="PASSWORD" group=full`<br/>
2. Set NTP server:<br/>
2. Set NTP server and DNS:<br/>
`/system ntp client set enabled=yes`<br/>
`/system ntp client servers add address=0.pool.ntp.org`<br/>
`/system ntp client servers add address=1.pool.ntp.org`<br/>
`/system ntp client servers add address=80.240.216.155`<br/>
`/system ntp client servers add address=185.232.69.65`<br/>
<br/>
`/ip dns set servers=77.88.8.8,77.88.8.1`<br/>
<br/>
`/system ntp server set enabled=no`<br/>
<br/>
`/ip dns set servers=77.88.8.8,77.88.8.1`<br/>
<br/>
3. Set Time Zone:<br/>
`/system clock set time-zone-autodetect=no time-zone-name=Europe/Moscow`<br/>
<br/>