Port forwarding is a crucial step to ensure smooth and uninterrupted gameplay, especially for online multiplayer games. By forwarding specific ports on your router, you allow the game data to pass through…
Category: Mikrotik
MikroTik RouterOS 6 vs. RouterOS 7: Key Differences, Advantages, and Disadvantages
MikroTik’s RouterOS is a powerful operating system used in their routers and network devices, known for its versatility and robust feature set. With the release of RouterOS 7, significant changes and improvements…
Block Ads Through Mikrotik Firewall Raw
To combat disruptive ads while browsing the internet, you can simply add the following list and rules to your Mikrotik router. Firstly, add the following address list: /ip firewall address-list add address=analytics.google.com…
List of Port Online Game for Mikrotik Firewall 2
MikroTik is commonly used as a tool for managing bandwidth for clients. Even though it has been allocated according to preferences, the stability of online gaming can sometimes be unreliable. One way…
Script Mikrotik with static IP for client without DHCP server and only allows internet access to clients with assigned IP
To configure a MikroTik router to allow only specific devices with assigned static IP addresses to access the internet, you can create a script that assigns static IP addresses to clients and…
Mikrotik load balance with 3 ISP, 2 ISP with ECMP and 1 ISP for static routing
Configuring load balancing with MikroTik for three ISPs, where two ISPs use Equal-Cost Multi-Path (ECMP) and the third ISP employs static routing, involves a combination of routing policies and firewall rules. Below…
Script Mikrotik Collection part 1 (with alaphabet A)
Anti Hack Protected BootLoader – MikroTik Script RouterOS The way this script works is simple but smart, this script will monitor anyone who intends to activate the Mirotik Protected Bootloader, it will…
List of Port Online Game for Mikrotik Firewall
MikroTik is commonly used as a tool for managing bandwidth for clients. Even though it has been allocated according to preferences, the stability of online gaming can sometimes be unreliable. One way…
Implementing DNS-over-HTTPS (DoH) with Google DNS on MikroTik
As internet privacy and security concerns grow, the use of DNS-over-HTTPS (DoH) has gained popularity as a means of encrypting DNS queries and protecting user data. MikroTik routers, known for their versatility…
Script Load balancing mikrotik 3 ISP with ECMP
Creating a script for load balancing in MikroTik using Equal Cost Multi-Path (ECMP) with three Internet Service Providers (ISPs) can help ensure that your network remains reliable and responsive. ECMP distributes network…
MikroTik Load Balancing Techniques: ECMP, PCC, and NTH – Pros and Cons
Introduction MikroTik is a popular brand of network routers and software used by many IT professionals and network administrators for building and managing complex networks. Load balancing is a crucial aspect of…