diff --git a/mikrotik/base-config/README.md b/mikrotik/base-config/README.md index 4dbffa0..fbd8332 100644 --- a/mikrotik/base-config/README.md +++ b/mikrotik/base-config/README.md @@ -3,17 +3,17 @@ Please always check these options for base config new device: 1. Add user new user with admin priv:
`/user add name="admin2" password="PASSWORD" group=full`
- 2. Set NTP server:
+ 2. Set NTP server and DNS:
`/system ntp client set enabled=yes`
`/system ntp client servers add address=0.pool.ntp.org`
`/system ntp client servers add address=1.pool.ntp.org`
`/system ntp client servers add address=80.240.216.155`
`/system ntp client servers add address=185.232.69.65`

-`/ip dns set servers=77.88.8.8,77.88.8.1`
-
`/system ntp server set enabled=no`

+`/ip dns set servers=77.88.8.8,77.88.8.1`
+
3. Set Time Zone:
`/system clock set time-zone-autodetect=no time-zone-name=Europe/Moscow`