On Wed, Jun 21, 2006 at 07:22:52AM -0400, Feng Ye (fye) wrote:
> spoofed address with the following command:
> flow-fanout -s <local address>/<exporting address>/<local listening
> port> 0/<remote address>/<remote port number>
> but apparently receives nothing at the remote port. Any known issues? 

Check whether flow-fanout process could write to
/var/run/flow-fanout.pid, or use -p to override
that path.

> Noticed there's a debugging option -d. what're the valid debug levels?
> Where debug messages are output? Can't find the detailed user guide
> containing such info.

I believe flow-fanout debug messages go to syslog:

$ grep log flow-tools-0.67/src/flow-fanout.c
#include <syslog.h>
    /* enable syslog */
    fterr_setsyslog(1, LOG_PID|LOG_NDELAY, LOG_LOCAL6);
$
_______________________________________________
Flow-tools mailing list
[EMAIL PROTECTED]
http://mailman.splintered.net/mailman/listinfo/flow-tools

Reply via email to