September 22, 2020 at 5:55 am
#45848
Diego Pérez
Moderator
Hi!
Try by flushing iptables before running the attack:
iptables –flush
iptables –table nat –flush
iptables –delete-chain
iptables –table nat –delete-chain
iptables -P FORWARD ACCEPT
Enable port forwarding
echo 1 > /proc/sys/net/ipv4/ip_forward
Hope it helps!
Diego