state-connection "new" not detected
Posted: Mon Dec 03, 2018 11:23 am
I'm marking all packets in mangle section to get a decent QoS. One of my mangle rules should detect any new connection:
However, the above rule seems to overlook some valid new connections, including TCP, is there a reason for this?
First, do I even understand correctly that any new connection will have connection-state at least first time when seen by mangle processor?
Or, if it isn't possible, any idea what should I check?
And inside the forward-new chain I mark all connections with different marks.add action=jump chain=forward connection-state=new jump-target=forward-new
However, the above rule seems to overlook some valid new connections, including TCP, is there a reason for this?
First, do I even understand correctly that any new connection will have connection-state at least first time when seen by mangle processor?
Or, if it isn't possible, any idea what should I check?