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 November 8, 2019 Add a Mikrotik user, using CLI or a script The below can be used to add a local user to a Mikrotik using a script or at the CLI /user add […]
Published December 10, 2018 Remove Spam Email from Virtualmin just run /etc/webmin/virtual-server/spamclear.pl –debug Make sure policy is set in Mailbox Cleanup
Published July 13, 2011 Excel 2003 slow opening files across network Please see the below link, its to to with some an Office 2003 update for Excel Uninstall Excel update #KB2541025 and also […]
Published December 12, 2016 Mikrotik VPN place rule before dummy rule /ip firewall filter add chain=forward dst-address=”remoterange” src-address=”localrange” place-before=0 /ip firewall filter add chain=forward dst-address=”localrange” src-address=”remoterange” place-before=0