Tyler Retzlaff wrote:
How does one query netfilter for information about conntrack connections
when they are established, disestablished etc..?
Basically for connections established via conntrack_xxx modules I want
to extract the details and use them in an application on the router.
Is there
documentation to a C API for doing this?
Thanks
check /proc/net/ip_conntrack
but remember that accessing it directly ... with cat for example is
known that may crash your machine.
P.S.
Though i've never experienced the above behaviour.
regards,
Georgi Alexandrov