Hello All,
I am just porting my old linux firewall rules to MT.
Got them all done except for in one of my Shaping rules. In linux I was able to say something like the following;
iptables -A PREROUTING -t mangle -p tcp -m tcp --tcp-flags SYN,RST,ACK ACK -j chkack
Does this do the same under MT ?
/ip firewall mangle add protocol=tcp tcp-options=syn-only action=passthrough mark-flow=high
I am more interested in the SYN,RST,ACK ACK matching than anything ..
regards,
Darrin