prototype-kernel
prototype-kernel copied to clipboard
how to DDoS second port?
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