妈ngle is a kind of 'marker' that marks packets for future processing with special marks. Many other facilities in RouterOS make use of these marks, e.g. queue trees, NAT, routing. They identify a packet based on its mark and process it accordingly. The mangle marks exist only within the router, they are not transmitted across the network.
Additionally, the mangle facility is used to modify some fields in the IP header, like TOS (DSCP) and TTL fields.
Firewall mangle rules consist of five predefined chains that cannot be deleted:
Property | Description |
---|---|
action(action name; Default:accept) | Action to take if a packet is matched by the rule:
|
address-list(string; Default: ) | Name of the address list to be used. Applicable if action isadd-dst-to-address-list oradd-src-to-address-list |
address-list-timeout(none-dynamic | none-static | time; Default:none-dynamic) | Time interval after which the address will be removed from the address list specified byaddress-list parameter. Used in conjunction withadd-dst-to-address-list oradd-src-to-address-list actions
|
chain(name; Default: ) | Specifies to which chain the rule will be added. If the input does not match the name of an already defined chain, a new chain will be created |
comment(string; Default: ) | Descriptive comment for the rule. |
connection-bytes(integer-integer; Default: ) | 妈tches packets only if a given amount of bytes has been transferred through the particular connection. 0 - means infinity, for exampleconnection-bytes=2000000-0 means that the rule matches if more than 2MB (upload and download) has been transferred through the relevant connection |
connection-limit(integer,netmask; Default: ) | 妈tches connections per address or address block after a given value is reached |
connection-mark(no-mark | string; Default: ) | 妈tches packets marked via mangle facility with particular connection mark. Ifno-markis set, the rule will match any unmarked connection. |
connection-nat-state(srcnat | dstnat; Default: ) | Can match connections that are srcnatted, dstnatted, or both. Note that connection-state=related connections connection-nat-state is determined by the direction of the first packet. and if connection tracking needs to use dst-nat to deliver this connection to the same hosts as the main connection it will be in connection-nat-state=dstnat even if there are no dst-nat rules at all. |
connection-rate(Integer 0..4294967295; Default: ) | Connection Rate is a firewall matcher that allows the capture of traffic based on the present speed of the connection. |
connection-state(established | invalid | new | related; Default: ) | Interprets the connection tracking analytics data for a particular packet:
|
connection-type(ftp | h323 | irc | pptp | quake3 | sip | tftp; Default: ) | 妈tches packets from related connections based on information from their connection tracking helpers. A relevant connection helper must be enabled under:/ip firewall service-port |
content(string; Default: ) | 妈tch packets that contain specified text |
dscp(integer: 0..63; Default: ) | 妈tches DSCP IP header field |
dst-address(IP/netmask | IP range; Default: ) | 妈tches packets where the destination is equal to specified IP or falls into a specified IP range |
dst-address-list(name; Default: ) | 妈tches destination address of a packet against user-definedaddress list |
dst-address-type(unicast | local | broadcast | multicast; Default: ) | 妈tches destination address type:
|
dst-limit(integer[/time],integer,dst-address | dst-port | src-address[/time]; Default: ) | 妈tches packets until a given PPS limit is exceeded. As opposed to thelimitmatcher, every destination IP address/destination port has its own limit. Parameters are written in the following format:count[/time],burst,mode[/expire] .
|
dst-port(integer[-integer]: 0..65535; Default: ) | List of destination port numbers or port number ranges |
fragment(yes|no; Default: ) | 支离破碎的数据包匹配。第一个(开始)fragment does not count. If connection tracking is enabled there will be no fragments as the system automatically assembles every packet |
hotspot(auth | from-client | http | local-dst | to-client; Default: ) | 妈tches packets received from HotSpot clients against various HotSpot matches.
|
icmp-options(integer:integer; Default: ) | 妈tches ICMP "type:code" fields |
in-bridge-port(name; Default: ) | Actual interface the packet has entered the router if the incoming interface is a bridge |
in-interface(name; Default: ) | Interface the packet has entered the router |
ingress-priority(integer: 0..63; Default: ) | 妈tches ingress the priority of the packet. Priority may be derived from VLAN, WMM, or MPLS EXP bit.Read more |
ipsec-policy(in | out, ipsec | none; Default: ) | 妈tches the policy used by IpSec. Value is written in the following format:direction, policy . The direction is Used to select whether to match the policy used for decapsulation or the policy that will be used for encapsulation.
For example, if a router receives an IPsec encapsulated Gre packet, then rule |
ipv4-options(any | loose-source-routing | no-record-route | no-router-alert | no-source-routing | no-timestamp | none | record-route | router-alert | strict-source-routing | timestamp; Default: ) | 妈tches IPv4 header options.
|
jump-target(name; Default: ) | Name of the target chain to jump to. Applicable only ifaction=jump |
layer7-protocol(name; Default: ) | Layer7 filter name defined inlayer7 protocol menu. |
limit(integer,time,integer; Default: ) | 妈tches packets until a given PPS limit is exceeded. Parameters are written in the following format:count[/time],burst .
|
log(yes | no; Default:no) | Add a message to the system log containing the following data: in-interface, out-interface, src-mac, protocol, src-ip:port->dst-ip:port, and length of the packet. |
log-prefix(string; Default: ) | Adds specified text at the beginning of every log message. Applicable ifaction=logorlog=yesconfigured. |
new-dscp(integer: 0..63; Default: ) | Sets a new DSCP value for a packet |
new-mss(integer; Default: ) |
Sets a new MSS for a packet. Clamp-to-pmtu特性集(DF)在IP头er to dynamically discover the PMTU of a path. Host sends all datagrams on that path with the DF bit set until receives ICMP Destination Unreachable messages with a code meaning "fragmentation needed and DF set". Upon receipt of such a message, the source host reduces its assumed PMTU for the path. |
new-packet-mark(string; Default: ) | Sets a new packet-mark value |
new-priority(integer | from-dscp | from-dscp-high-3-bits | from-ingress; Default: ) | Sets a new priority for a packet. This can be the VLAN, WMM, DSCP or MPLS EXP priorityRead more. This property can also be used to set an internal priority. |
new-routing-mark(string; Default: ) | Sets a new routing-mark value (in RouterOS v7 routing mark must be created before as a newRouting table) |
new-ttl(decrement | increment | set:integer; Default: ) | Sets a new Time to live value |
nth(integer,integer; Default: ) | 妈tches every nth packet:nth=2,1rule will match every first packet of 2, hence, 50% of all the traffic that is matched by the rule |
out-bridge-port(name; Default: ) | Actual interface the packet is leaving the router if the outgoing interface is a bridge |
out-interface(; Default: ) | Interface the packet is leaving the router |
packet-mark(no-mark | string; Default: ) | 妈tches packets marked via mangle facility with particular packet mark. Ifno-markis set, the rule will match any unmarked packet |
packet-size(integer[-integer]:0..65535; Default: ) | 妈tches packets of specified size or size range in bytes |
passthrough(yes|no; Default:yes) | whether to let the packet to pass further (like action passthrough) into the firewall or not (property only valid some actions) |
per-connection-classifier(ValuesToHash:Denominator/Remainder; Default: ) | PCC matcher allows division of traffic into equal streams with the ability to keep packets with a specific set of options in one particular stream |
port(integer[-integer]: 0..65535; Default: ) | 妈tches if any (source or destination) port matches the specified list of ports or port ranges. Applicable only ifprotocol is TCP or UDP |
protocol(name or protocol ID; Default:tcp) | 匹配由protoc指定特定的IP协议ol name or number |
psd(integer,time,integer,integer; Default: ) | Attempts to detect TCP and UDP scans. Parameters are in the following formatWeightThreshold, DelayThreshold, LowPortWeight, HighPortWeight
|
random(integer: 1..99; Default: ) | 妈tches packets randomly with a given probability. |
routing-mark(string; Default: ) | 妈tches packets marked by mangle facility with particular routing mark |
route-dst(IP, Default:) | 妈tches packets with a specific gateway |
priority(integer: 0..63; Default: ) | 妈tches the packet's priority after a new priority has been set. Priority may be derived from VLAN, WMM, DSCP, MPLS EXP bit, or from the internal priority that has been set using theset-priorityaction |
src-address(IP/Netmask, IP range; Default: ) | 妈tches packets where the source is equal to specified IP or falls into a specified IP range. |
src-address-list(name; Default: ) | 妈tches source address of a packet against user-definedaddress list |
src-address-type(unicast | local | broadcast | multicast; Default: ) | 妈tches source address type:
|
src-port(integer[-integer]: 0..65535; Default: ) | List of source ports and ranges of source ports. Applicable only if a protocol is TCP or UDP. |
src-mac-address(MAC address; Default: ) | 妈tches source MAC address of the packet |
tcp-flags(ack | cwr | ece | fin | psh | rst | syn | urg; Default: ) | 妈tches specified TCP flags
|
tcp-mss(integer[-integer]: 0..65535; Default: ) | 妈tches TCP MSS value of an IP packet |
time(time-time,sat | fri | thu | wed | tue | mon | sun; Default: ) | Allows creation of a filter based on the packets' arrival time and date or, for locally generated packets, departure time and date |
tls-host(string; Default: ) | Allows matching traffic based on TLS hostname. AcceptsGLOB syntaxfor wildcard matching. Note that the matcher will not be able to match the hostname if the TLS handshake frame is fragmented into multiple TCP segments (packets). |
ttl(equal | greater-than | less-than | not-equal : integer(0..255); Default: ) | 妈tches packets TTL value. |
To show additionalread-onlyproperties:
Property | Description |
---|---|
bytes(integer) | The total amount of bytes matched by the rule |
packets(integer) | The total amount of packets matched by the rule |
To print out stats:
[admin@MikroTik] > ip firewall mangle print stats all Flags: X - disabled, I - invalid, D - dynamic # CHAIN ACTION BYTES PACKETS 0 D ;;; special dummy rule to show fasttrack counters prerouting passthrough 18 176 176 30 562 1 D ;;; special dummy rule to show fasttrack counters forward passthrough 18 176 176 30 562 2 D ;;; special dummy rule to show fasttrack counters postrouting passthrough 18 176 176 30 562 3 forward change-mss 18 512 356
It is a known fact that VPN links have a smaller packet size due to encapsulation overhead. A large packet with MSS that exceeds the MSS of the VPN link should be fragmented prior to sending it via that kind of connection. However, if the packet has aDon't Fragmentflag set, it cannot be fragmented and should be discarded. On links that have broken path MTU discovery (PMTUD), it may lead to a number of problems, including problems with FTP and HTTP data transfer and e-mail services.
In the case of a link with broken PMTUD, a decrease of the MSS of the packets coming through the VPN link resolves the problem. The following example demonstrates how to decrease the MSS value via mangle:
/ip firewall mangle add out-interface=pppoe-out protocol=tcp tcp-flags=syn action=change-mss new-mss=1300 chain=forward tcp-mss=1301-65535