How Using MikroTik Lists Can Save You a Lot of Time
When working with MikroTik firewall rules, efficiency and organization are very important—especially as your network grows.
One simple feature that can significantly improve your workflow is the use of lists in MikroTik.
In this article, I’ll explain how Interface Lists and Address Lists can help you reduce complexity, save time, and keep your firewall configuration clean.
Why Use Lists in MikroTik?
In many cases, you may need to apply the same firewall rule to:
- Multiple IP addresses
- Several subnets
- More than one interface
Without using lists, you would have to create multiple firewall rules for each case. This quickly becomes messy and difficult to manage.
By using lists, you can group these elements and apply a single rule instead.
Types of Lists in MikroTik
MikroTik provides two main types of lists:
1. Interface List
An Interface List allows you to group multiple interfaces into one logical group.
How to Create:
- Go to Interfaces
- Select Interface List
- Click List to create a new group
- Add interfaces to the list
Example:
If you have two ISPs, you can group both WAN interfaces into a list called:
WAN Interface
This allows you to reference both interfaces in firewall rules using just one name.
2. Address List
An Address List is used to group IP addresses or subnets.
How to Create:
- Go to IP → Firewall → Address List
- Click Add
- Enter the IP address or subnet
- Assign it to a list name
Example:
You can group multiple internal subnets into:
SubnetInternal
Or group modem IP addresses into:
Gateway_ISP_Modem
Benefits of Using Lists
Using lists in MikroTik offers several advantages:
- ✅ Cleaner and more organized firewall rules
- ✅ Fewer rules to manage
- ✅ Easier updates (just modify the list)
- ✅ Saves time during configuration
- ✅ Scales better for larger networks
Instead of editing multiple rules, you only need to update the list once.