I've got a 9.0-RELEASE with two network adapters em0, em1. I want to test flow capture on the machine for all the traffic generated on the em1 interface (statically bound to 192.168.200.2), that is one used for instance for SSH-ing the machine.
In my rc.conf I've got the following:
I can see both the processes running, traffic on the interface is done, but no file is generated on the local machine even when sending an HUP signal.
I cannot see what is wrong with my configuration, any help?
In my rc.conf I've got the following:
Code:
flow_capture_enable="YES"
flow_capture_datadir="/netflows"
flow_capture_remoteid="192.168.200.2"
flow_capture_flags="-n 287 -S 5 "
softflowd_enable="YES"
softflowd_interfaces="em1"
softflowd_em1_collector="localhost:8787"
I can see both the processes running, traffic on the interface is done, but no file is generated on the local machine even when sending an HUP signal.
I cannot see what is wrong with my configuration, any help?