0

This might sound very wierd; but can I replay a pcap file on a interface other than lo in local machine? I want to get packets on lets say eth1. It is not attached to any link as of now. I want the packets to come in and not go out of eth1. I do not have physical access to machine; so I cannot go and plug-in a wire to eth1 from some other machine and use it for playing.

Hennes
  • 65,804
  • 7
  • 115
  • 169
vpram86
  • 2,838

1 Answers1

0

Yes, it is possible to do so with Tcpreplay. However, there are quite a lot of details to keep in mind in order to make this a possibility.

This post here goes into the details and shows a bunch of examples.

PoJam
  • 101