OPNsense Forum

English Forums => General Discussion => Topic started by: wiryono on May 17, 2022, 02:00:15 PM

Title: Define connection state in firewall
Post by: wiryono on May 17, 2022, 02:00:15 PM
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
Title: Re: Define connection state in firewall
Post by: EdwinKM on May 18, 2022, 11:23:16 PM
AFAIK not available and not neccessary. ESTABLISHED (and RELATED) connections back are allowed by default. Do you have a use case for NEW?