Jump to content

tcpreplay payload for packet squirrel


aclx
Go to solution Solved by aclx,

Recommended Posts

hi I am not able to get this simple payload running on my packet squirrel

NETMODE BRIDGE

sleep 20

tcpreplay -i br-lan -p 200000 -l 200 /mnt/loot/tcpdump/test.pcapng

------------------------------------------------------------------------------

LED starts with green - blue - red 

In arming mode I have access and see the test.pcapng under /mnt/loot/tcpdump/

Also the command tcpreplay -i br-lan -p 200000 -l 200 /mnt/loot/tcpdump/test.pcapng is working fine in arming mode ....

Link to comment
Share on other sites

  • Solution

tcpreplay -i br-lan -p 200000 -l 200 /mnt/loot/tcpdump/test.pcapng works! I aspect that the traffic will be sent out on the LAN (Ethernet Out) interface and not out on the PC (Ethernet In) Interface.

Is there a command in bridge mode to send multicast layer2 traffic on Ethernet out interface? 

Link to comment
Share on other sites

tcpreplay only works on br-lan and eth0 interface. eth1 is not sending any traffic ...

NETMODE BRIDGE

tcpreplay -i br-lan -p 200000 -l 200 /mnt/loot/tcpdump/test.pcapng         -> OK
tcpreplay -i eth0 -p 200000 -l 200 /mnt/loot/tcpdump/test.pcapng         -> OK

tcpreplay -i eth1 -p 200000 -l 200 /mnt/loot/tcpdump/test.pcapng         -> NOK

 

Link to comment
Share on other sites

What are you actually trying to accomplish here? Do you have the actual knowledge needed of tcpreplay and/or how networking works so that you're 100% sure that what you're trying to do actually is possible to do? You can't just capture anything and replay it and think that the other end will simply accept it.

In what way do you verify that some replays works OK and some (one) NOK (i.e. method used)?

Link to comment
Share on other sites

Do you know the behavior of Layer 2 multicast? Yes I want to capture it and replay some specific multicast data ... I have verified 

tcpreplay -i br-lan -p 200000 -l 200 /mnt/loot/tcpdump/test.pcapng         -> OK
tcpreplay -i eth0 -p 200000 -l 200 /mnt/loot/tcpdump/test.pcapng         -> OK

tcpreplay -i eth1 -p 200000 -l 200 /mnt/loot/tcpdump/test.pcapng         -> NOK

with wireshark ...

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...