Hi.

Regarding the following issue with the loopback, is there a work around for 
linux. I used tcpreplay to replay the multicast data captured with tcpdump to 
'lo' but my app does not see the data while tcpdump does. Thoughts? Thanks.


Why doesn't my application see packets replayed over loopback?ΒΆ
Most users are surprised when they try replaying UDP traffic over 
loopback that the listening daemon never sees the traffic.  This turns 
out to be a limitation of the loopback interface on many operating 
systems.  One contributing factor may be capturing traffic on an 
ethernet port, rewriting the IP addresses but not the L2 header.  Since 
the loopback interface doesn't use an ethernet L2 header, the IP stack 
of the operating system is unable to parse the packet and deliver it to 
the listening daemon. 
------------------------------------------------------------------------------
All of the data generated in your IT infrastructure is seriously valuable.
Why? It contains a definitive record of application performance, security
threats, fraudulent activity, and more. Splunk takes this data and makes
sense of it. IT sense. And common sense.
http://p.sf.net/sfu/splunk-d2dcopy2
_______________________________________________
Tcpreplay-users mailing list
Tcpreplay-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/tcpreplay-users
Support Information: http://tcpreplay.synfin.net/trac/wiki/Support

Reply via email to