Richa Marwaha writes:
> Hi
>
> I am trying to run some KVM fuzz testing where I have a tool called scapy
> running on my host and guest which changes the data in the IP header
> of the
FWIW, I don't think you'll gain a lot from this. QEMU does not ever
look at a packet beyond the MAC address (a
Hi
I am trying to run some KVM fuzz testing where I have a tool called scapy
running on my host and guest which changes the data in the IP header of the
packages and send it out to the host and vice versa. I have macvtap setup
on my host (have tried both VEPA and Bridge mode).
My ssh connection