i’m new for mikrotik device, recently just setup unifi fibre internet for my company. Just start using this device and not configure firewall and use default. Only setup few NAT but before setup NAT the download speed already just around 3-6mbps but upload speed up to 30mbps, my default download speed should be 100mbps for download and upload. Before using pfsense don’t have this issues. please recommend some solution for me. thank you.
Setup is dangerous because firewall is virtually non-existant, not protecting neither router itself nor LAN. Setup is dangerous because router is running ancient version of ROS (5.4). Setup is slow because it’s got queues set up which are CPU intensive and your device is no speed monster.
My suggestion: netinstall router with recent version of ROS (long-term 6.46.7 should be fine), reset configuration to factory default, upgrade routerboot as well (/system routerboard upgrade after new ROS boots up). Then start off customizing router, but keep default config as a very decent starting point (don’t just follow some random youtube tutorial, those are mostly useless or plain wrong).
Thank you for you suggestion, i will try neinstall for version ROS. When upgrade already how to configure the firewall for more protecting for LAN and router. I’m new for mikrotik, and not familiar for the setup. Please give me some example or suggestion, thank you very much.
When back up with a fresh install of the latest stable ROS (better than the last one released IMHO). Then return here post your config and requirements and will help at that time.
As I already wrote: default config which comes with recent versions of ROS, is decent config. Just be sure that “Keep old configuration” is not checked. As result, your device will be as if it came out of factory and initial step of configuring Routerboard device is to set basic working mode. While doing it, default configuration is applied and that default configuration includes decent firewall settings.
I’m testing use the netinstall for the 750g but the netinstall not running. I have check other thread need using 3.29 version of the mikrotik. May i know how can i do for it ?
This is new upgrade the 750 device without any firewall and just 1 addon NAT configure. But the internet same slow, and may i know the firewall and LAN protection is enough for it ? default.rsc (3.88 KB)
This is not default setup, it seems that it was transferred over from old config. You have to reset it to factory default. Log in via WebFix (using web browser), click “Quick Set” button top right, then click “Reset configuration” in lower right area. Reboot device (if it doesn’t do it itself). Then test performance again.
The problem with current config is that firewall is actually set up (even though only to protect router itself), but for that, connection tracking runs and connection tracking is pretty CPU intensive operation. In ROS there exists a feature called “fast track” which causes most packets to bypass most of firewall processing, but it’s not enabled in your setup. You could enable it (it’s simple to do it, but not trivial), but as you would really benefit from full default configuration, I strongly advise you to do factory reset before we move further.
After you do reset to factory defaults, study firewall rules to get acquainted to the philosophy … before you set up NAT rules. While you could verbatim copy-paste current NAT rule, they (both) are not most effective. You’ll notice that new default heavily uses interface lists … if your WAN interface (pppoe-client) does not land in WAN interface list, add it manually. Which will make your personal src-nat rule redundant because the default rule will cover it. Similarly dst-nat rule could be rewritten to use in-interface-list instead of dst-address … but that depends on whether you want to access your wlan camera through WAN IP also from LAN. If you want that, then your current dst-nat rule is just fine.
I have follow you say reset the configuration and setup for it, starting the network would’t get the internet but pppoe get connection. the configure attachment is "default’ after add NAT rules then can get internet “default2” default2.rsc (1.19 KB) default.rsc (1.02 KB)
Already successful NETINSTALL now the v6.47.6 MIPSBE, i try to setup the mikrotik but the download speed and upload speed around 5mbps-8mbps look like internet slow. The mikrotik is configure vlan500 for pppoe setup, may i know need to do bridge ?