Hello.
I'm using L4 stateful distributed firewall and I would like to know if it's possible to see the current "connection table" that it's used by a stateful firewall to check the flow is related to some active connection.
On ESXi host, vsip module maintains rules and flow table. You can use vsipioctl command to get connections or flow stats on VM.
Use summarize-dvfilter to get filter name.
vsipioctl getconnections -f <dvfilter-name> -t <refresh interval in seconds>
On KVM, conntrack module keep track of connections.
ovs-appctl dpctl/dump-conntrack -mYou can refer below documents for more information on dfw troubleshooting.
Hope this helps.
On ESXi host, vsip module maintains rules and flow table. You can use vsipioctl command to get connections or flow stats on VM.
Use summarize-dvfilter to get filter name.
vsipioctl getconnections -f <dvfilter-name> -t <refresh interval in seconds>
On KVM, conntrack module keep track of connections.
ovs-appctl dpctl/dump-conntrack -mYou can refer below documents for more information on dfw troubleshooting.
Hope this helps.
