Computing Mikrotik Set physical port speed on Mikrotik by William Rendell|Published October 22, 2018 /interface /ethernet set [ find default-name=ether1 ] bandwidth=10M/10M
Published November 4, 2019 Enable Mikrotik firewall rule using comment field The below can be used in a schedule or script to control rules, just change “enable” to “disable” to disable the rule […]
Published June 15, 2015 Routerboard SNTP Client How to set the NTP client on a Mikrotik router using the Terminal /system ntp client set enabled=yes primary-ntp=###.###.###.### secondary-ntp=###.###.###.### Change the […]
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
Published July 8, 2022 How to Open Port for a Specific IP Address in Firewalld The best way is to create a new firewalld zone and we add the specific IP to that zone. To start with […]