Hi Folks.
how do I mark packets with mangle, packet mark and mark the packets by MAC address?
Rgds
Alex
Hi Folks.
how do I mark packets with mangle, packet mark and mark the packets by MAC address?
Rgds
Alex
alex_rhys-hurn,
/ ip firewall mangle add chain=prerouting src-mac-address=00:01:29:60:36:E7 action=mark-connection new-connection-mark=known_mac_conn
/ ip firewall mangle add chain=prerouting connection-mark=known_mac_conn action=mark-packet new-packet-mark=known_mac
I have big questions about the practicality of this.
If I use this mangle scenario in the context of a hotspot, it seems that I now have to create a mangle rule for each new mac authenticated user, as well as a hotspot user profile, AND a simple queue.
How can I tie all that together into one easy way to add a customer?
Any hints anybody?
prerouting or forward ?? in the manual they said forward and now you used prerouting !!! can anybody tell us why and wich one is the correct
setup ..
both are correct, depending on what you want. See the following link for details: http://www.mikrotik.com/docs/ros/2.9/ip/flow
Eugene
i know they are both correct , now i want to mark packets wich come and go to my clients , wich one i have to use ?
as I expect , its the hardest question ever asked ..