Computing Mikrotik Technical Reset Mikrotik using reset button by William Rendell|Published November 23, 2020 Unplug your device from the powerPress and hold the reset button and apply the powerWhen LED starts flashing, release the button
Published January 28, 2021 Remove active PPP connection (L2TP, PPTP etc) on Mikrotik using a script If you ever have the need to only allow PPP connection(s) (L2TP, PPTP etc) for a certain time period, you can use […]
Published September 7, 2022 Change Nagios web users password htpasswd -c /etc/nagios/htpasswd.users nagiosuser Then enter new password for nagiosuser
Published August 27, 2021 Block TikTok using Mikrotik /ip firewall filter add action=drop chain=forward dst-address-list=TikTok src-address=10.0.0.0/24 /ip firewall mangle add action=add-dst-to-address-list address-list=TikTok address-list-timeout=4w2d chain=prerouting content=.tiktok.com src-address=10.0.0.0/24 add action=add-dst-to-address-list address-list=TikTok address-list-timeout=4w2d […]