Роутер MikroTik hAP lite (RB941-2nD) RouterOS v6.49.17 RouterBOARD 6.49.17 Домашний роутер, подключены ноутбук, два телевизора и пара телефонов. Конфигурация: Код: # dec/15/2024 23:07:36 by RouterOS 6.49.17 # software id = 2ZMC-BI18 # # model = RB941-2nD # serial number = ********** /interface bridge add admin-mac=C4:AD:34:51:E9:21 auto-mac=no comment=defconf name=bridge /interface wireless set [ find default-name=wlan1 ] band=2ghz-b/g/n channel-width=20/40mhz-eC \ country=russia disabled=no distance=indoors frequency=2472 installation=\ indoor mode=ap-bridge ssid=flat132 station-roaming=enabled tx-power-mode=\ all-rates-fixed wireless-protocol=802.11 wps-mode=disabled /interface pppoe-client add add-default-route=yes disabled=no interface=ether1 keepalive-timeout=\ disabled name=domru password=******* use-peer-dns=yes user=****** /interface pwr-line set [ find default-name=pwr-line1 ] disabled=yes /interface list add comment=defconf name=WAN add comment=defconf name=LAN /interface wireless security-profiles set [ find default=yes ] authentication-types=wpa2-psk group-key-update=\ 23h59m mode=dynamic-keys supplicant-identity=MikroTik wpa-pre-shared-key=\ ********** wpa2-pre-shared-key=******** /ip pool add name=dhcp ranges=192.168.88.100-192.168.88.254 /ip dhcp-server add address-pool=dhcp disabled=no interface=bridge lease-time=23h59m59s name=\ defconf /interface bridge port add bridge=bridge comment=defconf interface=ether2 add bridge=bridge comment=defconf interface=ether3 add bridge=bridge comment=defconf interface=ether4 add bridge=bridge comment=defconf interface=pwr-line1 add bridge=bridge comment=defconf interface=wlan1 /ip neighbor discovery-settings set discover-interface-list=LAN /interface list member add comment=defconf interface=bridge list=LAN add comment=defconf interface=ether1 list=WAN add interface=domru list=WAN /ip address add address=192.168.88.1/24 comment=defconf interface=ether2 network=\ 192.168.88.0 /ip dhcp-client add comment=defconf interface=ether1 /ip dhcp-server network add address=192.168.88.0/24 comment=defconf gateway=192.168.88.1 /ip dns set allow-remote-requests=yes /ip dns static add address=192.168.88.1 comment=defconf name=router.lan /ip firewall filter add action=accept chain=forward comment="defconf: accept in ipsec policy" \ ipsec-policy=in,ipsec add action=accept chain=forward comment="defconf: accept out ipsec policy" \ ipsec-policy=out,ipsec add action=fasttrack-connection chain=forward comment="defconf: fasttrack" \ connection-state=established,related add action=accept chain=forward comment=\ "defconf: accept established,related, untracked" connection-state=\ established,related,untracked add action=drop chain=forward comment="defconf: drop invalid" \ connection-state=invalid add action=drop chain=forward comment=\ "defconf: drop all from WAN not DSTNATed" connection-nat-state=!dstnat \ connection-state=new in-interface-list=WAN add action=accept chain=input protocol=icmp add action=accept chain=input connection-state=established add action=accept chain=input connection-state=related add action=drop chain=input in-interface-list=!LAN /ip firewall nat add action=masquerade chain=srcnat comment="defconf: masquerade" \ ipsec-policy=out,none out-interface=domru src-address=192.168.88.0/24 /ip service set telnet disabled=yes set ftp disabled=yes set ssh disabled=yes set api disabled=yes set winbox disabled=yes set api-ssl disabled=yes /ip upnp set enabled=yes /ip upnp interfaces add interface=bridge type=internal add interface=ether1 type=external add interface=domru type=external /system clock set time-zone-name=Europe/Moscow /system ntp client set enabled=yes primary-ntp=193.171.23.163 secondary-ntp=85.114.26.194 /tool mac-server set allowed-interface-list=LAN /tool mac-server mac-winbox set allowed-interface-list=LAN Проблема - регулярно, каждые 2-3 часа роутер перезагружается. Блок питания менял. Логи в скриншотах во вложении. В целом обычно идёт сообщение типа "router was rebooted without proper shutdown". Также на роутере почему-то время не сохраняется нормально и регулярно происходит синхронизация по ntp типа "sntp change time Dec/22/2024 00:19:04 => Dec/22/2024 00:30:55", иногда эти рассинхроны в 2-3 часа. Посоветуйте, пожалуйста, что можно сделать.