💬 FAQ
Kann ich benutzerbasierte Filt...
Mikrotik: Wie richte ich das Multiprofil ein?
1min
durch die erstellung von firewall regeln ist es möglich, mehrere navigationsprofile (multiprofile) im selben netzwerk zu verwenden auf diese weise können zwei oder mehr geräte, die mit demselben netzwerk verbunden sind, unterschiedliche filterregeln verwenden und den datenverkehr einfacher aufteilen weitere informationen zum multiprofil klicken sie hier wichtig dieses handbuch kann nur in arbeitsgruppenumgebungen verwendet werden, also ohne einen active directory server notiz mit den folgenden befehlen können sie die regeln erstellen, die zum verwalten von fünf navigationsprofilen erforderlich sind sie sind jedoch nicht verpflichtet, alle profile zu verwenden je nach bedarf können sie einfach die unnötigen teile des codes löschen ändern sie die folgenden felder, bevor sie die befehle auf dem mikrotik terminal ausführen < list ip1> liste der ip adressen, denen zugewiesen werden soll “ profile1 ” < list ip2> liste der ip adressen, denen zugewiesen werden soll “ profile2 ” (falls vorhanden) < list ip3> liste der ip adressen, denen zugewiesen werden soll “ profile3 ” (falls vorhanden) < list ip4> liste der ip adressen, denen zugewiesen werden soll “ profile4 ” (falls vorhanden) notiz es ist möglich, eine einzelne ip oder auch eine reihe von ips hinzuzufügen, indem sie das „ “ symbol zwischen der ersten und der letzten ip im bereich verwenden (e g 192 168 1 2 192 168 1 100) < profile1 > name, der dem ersten profil zugewiesen wurde < profile2 > name, der dem zweiten profil zugewiesen ist (falls vorhanden) < profile3 > name, der dem dritten profil zugewiesen ist (falls vorhanden) < profile4 > name, der dem vierten profil zugewiesen ist (falls vorhanden) /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 wichtig das standardprofil muss im vergleich zu den anderen regeln immer eine niedrigere priorität haben andere möglichkeiten zu fragen mikrotik anleitung zur einrichtung mehrerer profile mikrotik anleitung zur einrichtung mehrerer profile