I need a way to log data usage, here is my scenario:
RB433UAH
Eth1 -> LAN
Eth2 -> Bridged DSL Router (Via PPPoE)
PPTP -> VPN via default route (PPPoE)
I currently have Connection, Packet & Routing marks to distinguish between International, Local & VPN traffic.
My employer has tasked me with logging the data usage of each IP on the LAN so that we can determine each IP's monthly usage. Preferably, we don't want all the users to require accounts, meaning that we don't really want a RADIUS & (PPPoE-Server/HotSpot) solution. I really just want some way to log the total usage per IP, and if possible, per routing/packet mark.
I think that this log will have to be done to a text file? (Any other suggestions are welcome!)
Note: My scripting skills are at "absolute beginner".
Thanks in advance for any advice on this topic!