Harvest connection list

Report issues relating to bandwith monitoring, bandwidth quotas or QoS in this forum.

Moderator: Moderators

Post Reply
rickgtx
Posts: 1
Joined: Sun Aug 16, 2015 10:42 am

Harvest connection list

Post 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.

Post Reply