prototype-kernel icon indicating copy to clipboard operation
prototype-kernel copied to clipboard

how to DDoS second port?

Open westlaker opened this issue 6 years ago • 0 comments

Hi, I am using your DDoS ebpf program with Intel 10G dual-port. it works great with first port, I am wondering how I can add second port to this program? Is that supported?

xdp_ddos01_blacklist -d enp3s0f0 xdp_ddos01_blacklist -d enp3s0f1

then I added ip to be blacklisted: xdp_ddos01_blacklist_cmdline -a --ip 218.201.130.10

When I blast traffic towards enp3s0f0 and enp3s0f1, the second port does not show any incoming traffic. the first port works great.

Any idea? Appreciated your reply

thanks

westlaker avatar Jun 19 '19 14:06 westlaker