v6.36 [current] is released!
*) firewall - added pre-connection tracking filter - “raw” table, that allow to protect connection-tracking from unnecessary traffic;
Hello.
Trying to understand how it works …
where i can find a packet flow with “raw table”?
here http://wiki.mikrotik.com/wiki/Manual:Packet_Flow_v6 - no “raw”.
and where i can find a full manual of the “raw”?
It is new. Check a normal Linux flow diagram.
The raw table is the first table considered for incoming traffic, even before tracking entries are created.
There you can specifiy that you do not want tracking. It is also possible in the Linux raw table to set parameters
of the tracking, but the MikroTik version does not support that yet. (at least not when I looked, I did not test the release
yet, only some RCs)
It’s there. The RAW PREROUTING “happens” between HOTSPOT IN and CONNECTION TRACKING, and RAW OUTPUT is between BRIDGE DECISION and CONNECTION TRACKING.