=== Install IPFM for OpenVCP===
Installation of IPFM
cd root wget http://robert.cheramy.net/ipfm/archive/ipfm-0.11.5.tgz tar xfv ipfm-0.11.5.tgz cd ipfm-0.11.5 ./configure --prefix=/usr make make install
Debian and any other distris have this package in the packet tree
apt-get install ipfm
Setup Ipfm to log the traffic
vim /etc/ipfm.conf
DEVICE eth0 LOG 192.168.1.1/255.255.255.0 FILENAME "/var/log/ipfm/%m/%d" DUMP EVERY 10 minutes CLEAR EVERY 24 hour
Customize it to fit your needs but keep the FILENAME directive the same because OpenVCP relies on the format. Then restart ipfm "/etc/init.d/ipfm restart"
