🔌 Router Guides
Mikrotik OS configuration
How to configure multiprofile on Mikrotik
1min
through the creation of firewall rules, multiple browsing profiles (multiprofiles) can be used on the same network in this way, two or more machines connected to the same network will be able to use different filtering rules and we could more easily split data traffic for additional information on multiprofile click here important this guide is only usable in workgroup environments, that is, without active directory servers please note the following commands allow you to create rules to manage five browsing profiles however, it is not mandatory to use all profiles; depending on your needs, it will be sufficient to delete superfluous parts of code then edit the following fields, before running the commands on the mikrotik terminal \<list ip1> list of ip addresses that will be assigned to profile "profile1" \<list ip2> list of ip addresses that will be assigned to profile "profile2" (if any) \<list ip3> list of ip addresses that will be assigned to profile "profile3" (if any) \<list ip4> list of ip addresses that will be assigned to the "profile4" profile (if any) please note you can enter a single ip or a range of ips using the " " symbol, between the first and last ip in the range (e g 192 168 1 2 192 168 1 100) \<profile1> name assigned to the first profile \<profile2> name assigned to the second profile (if any) \<profile3> name assigned to the third profile (if any) \<profile4> name assigned to the fourth profile (if any) \<perfil1> nombre asignado al primer perfil \<perfil2> nombre asignado al segundo perfil (si existe) \<perfil3> nombre asignado al tercer perfil (si existe) \<perfil4> nombre asignado al cuarto perfil (si existe) /ip firewall address list add address= < list ip1> list= < profile1 > add address= < list ip2> list= < profile2 > add address= < list ip3> list= < profile3 > add address= < list ip4> list= < profile4 > /ip firewall nat \# < profile1 > add action=dst nat chain=dstnat comment= < profile1 > dst port=53 protocol=udp src address list= < profile1 > to addresses=185 236 104 114 to ports=53 add action=dst nat chain=dstnat comment= < profile1 > dst port=53 protocol=tcp src address list= < profile1 > to addresses=185 236 104 114 to ports=53 \# < profile2 > add action=dst nat chain=dstnat comment= < profile2 > dst port=53 protocol=udp src address list= < profile2 > to addresses=185 236 104 124 to ports=53 add action=dst nat chain=dstnat comment= < profile2 > dst port=53 protocol=tcp src address list= < profile2 > to addresses=185 236 104 124 to ports=53 \# < profile3 > add action=dst nat chain=dstnat comment= < profile3 > dst port=53 protocol=udp src address list= < profile3 > to addresses=185 236 104 134 to ports=53 add action=dst nat chain=dstnat comment= < profile3 > dst port=53 protocol=tcp src address list= < profile3 > to addresses=185 236 104 134 to ports=53 \# < profile4 > add action=dst nat chain=dstnat comment= < profile4 > dst port=53 protocol=udp src address list= < profile4 > to addresses=185 236 104 144 to ports=53 add action=dst nat chain=dstnat comment= < profile4 > dst port=53 protocol=tcp src address list= < profile4 > to addresses=185 236 104 144 to ports=53 \# profilo default add action=dst nat chain=dstnat comment=default dst port=53 protocol=udp to addresses=185 236 104 104 to ports=53 add action=dst nat chain=dstnat comment=default dst port=53 protocol=tcp to addresses=185 236 104 104 to ports=53 important the default profile should always have lower priority than the other rules other ways to ask how to configure multiprofile on mikrotik configuring multiprofile on mikrotik devices how to