I'm learning networking and internet security, and I'm trying a perform a Denial-of-Service
attack on a VM(ip-address:192.168.100.1)
who act as a gateway.
Following some tutorials,I'm using hping3
to perform this with hping3 -S --flood -V -p 80 192.168.100.1
as command.
Still I'm able to ping to the gateway from another host.
I've tried to add another attacker,and open more terminals,still no success, the one thing I have obtained is an increment of the round-trip-time ( about 90ms).
Are the attackers too few to perform this?