On Mar 23 at 21:12, "Ben Feinstein" wrote:

> Hey folks,
> 
> First thing, thanks for putting together what appears to be a first- 
> rate and comprehensive collection of netflow processing tools. I'm  
> new to flow-tools but have previously used netflow in other  
> applications.
> 
> I'm stumped trying to get a simple test case working: running flow- 
> receive locally and then (again locally) running flow-gen piped to  
> flow-send. I can reproduce this issue on both a Fedora Core 5 box and  
> a CentOS 4.3 box.
> 
> Piping flow-gen to flow-print works fine:
> [EMAIL PROTECTED] ~]# flow-gen -V5 | flow-print
> srcIP            dstIP            prot  srcPort  dstPort  octets       
> packets
> 0.0.0.0          255.255.0.0      17    0        65280    1           1
> 0.0.0.1          255.255.0.1      17    1        65281    2           2
> [...]
> 0.0.3.230        255.255.3.230    17    998      742      999          
> 999
> 0.0.3.231        255.255.3.231    17    999      743      1000         
> 1000
> 
> Now I run flow-receive, keeping a console open:
> [EMAIL PROTECTED] ~]# flow-receive 0/0/9800 | flow-print

Can you try using 127.0.0.1 explicitly here?  Just a guess...
_______________________________________________
Flow-tools mailing list
[EMAIL PROTECTED]
http://mailman.splintered.net/mailman/listinfo/flow-tools

Reply via email to