Hello,
I am trying to run example number 5"/userland/examples_zc/README.examples"
Example 5. Enqueue incoming packets to a queue, on another process
forward packets
from the queue to another queue, send packets from the second queue to
an egress interface
PF_RING/userland/examples_zc# ./zpipeline_ipc -i zc:eth2;0 -o zc:eth3;1
-n 2 -c 99 -r 1 -t 2
PF_RING/userland/examples_zc# ./zbounce_ipc -c 99 -i 0 -o 1 -g 3
I am using :
./zpipeline_ipc -i "eth0;0" -o "eth1;1" -n 2 -c 99
./zbounce_ipc -c 99 -i 0 -o 1
and
tcpdump -i eth1
to check if the traffic is sent to eth1
I also tried
./zfanout_ipc -c 99 -i eth0.0 -o eth1.1 -n 2
./zbounce_ipc -c 99 -i 0 -o 1
But I don't see any traffic coming out on eth1.
This works fine though
./zreplicator -i eth0 -o eth1 -c 1
OR
./zsend -i eth1 -c 1 -n 10
OR
./zbounce -i eth0 -o eth1 -c 1
What am I missing ?
Thanks,
Pedro
_______________________________________________
Ntop-misc mailing list
[email protected]
http://listgateway.unipi.it/mailman/listinfo/ntop-misc