Page 1 of 1

Harvest connection list

Posted: Sun Aug 16, 2015 12:12 pm
by rickgtx
First thanks for Gargoyle - I have learned a lot about my home network.

I would like to keep a log of the connection list. I find a few unrelated IPs every now and then (10.x.x.x) plus I want to track non-http connections.

I was think of something like

Code: Select all

cat /proc/net/nf_conntrack >> /tmp/connection.log
every 10 seconds and downloading it to a server

Is there a better way? I tried remote logging but there is little WAN connection information.

I appreciate any pointers.