Define connection state in firewall

Started by wiryono, May 17, 2022, 02:00:15 PM

Previous topic - Next topic
Hi usually in firewall we can define connection state ( e.g iptables using -m conntrack --ctstate ) for NEW or ESTABLISHED

What is the equivalent option in opnsense. I find there is no option for this value, but there is state table in the Firewall > Diagnostics

AFAIK not available and not neccessary. ESTABLISHED (and RELATED) connections back are allowed by default. Do you have a use case for NEW?