Exclude ip from ip address scope

Hello,

i have problem with magles.
Want to make magle whatever got to out (ether5 (internet)), from ip address scope 10.10.0.0/24, exclude ip address 10.10.0.10, Action: Mark packet.
How to do this?

I do this but no1 packets is maked.. :confused:

Hello,

Create a first mangle rule in accept mode for the excluded IP.

What is your end goal, i.e. mark the packet and do what with it?

Also, I think your signature is silly, that can happen with any make/brand firewall

/ip firewall address-list add address=10.10.0.10 list=Exclude

/ip firewall mangle add action=mark-packet chain=postrouting new-packet-mark=Test110 out-interface=“ether5” passthrough=yes src-address=10.10.0.0/24 src-address-list=!Exclude

I want to make Queue to limit all, but no my address :slight_smile:


That is it, ty! :slight_smile: