It looks that it works fine, but on the local clients 192.168.2.0/255.255.255.0 i get no OUT bytes on the files generated.
I do get out bytes though in the internet interface 192.168.1.0/255.255.255.0.
aDSL Modem Router (192.168.1.1 eth0) <-> Freesco <-> LAN (192.168.2.x eth1)
I need to monitor the internet usage of the LAN clients.
Any suggestions?
- Code: Select all
# This is the main ipfm (IP Flow Meter) configuration
#>> = FREESCO specific notes by dingetje
DEVICE eth0
NEWLOG
LOG 192.168.2.0/255.255.255.0
FILENAME "/usr/local/ipfm/var/log/%Y_%d_%m"
DUMP EVERY 15 second
CLEAR ALWAYS
SORT TOTAL
RESOLVE
##### SECOND LOGGING CONFIGURATION #####
NEWLOG
LOG 192.168.1.0/255.255.255.0
FILENAME "usr/local/ipfm/var/log/subnet_%Y_%d_%m"
DUMP EVERY 15 second
CLEAR ALWAYS
UPDATE: I found this: viewtopic.php?f=41&t=17051 but the link dingetje suggest does not work!!