Utilities and Testing
This section provides a few examples for checking the mitigation and bridging throughput.
SYN Mitigation
In order to test SYN mitigation you can use one of the SYN flood generators available on internet, such as Juno:
wget http://packetstorm.wowhacker.com/DoS/juno.c
gcc -O2 juno.c -o juno
Throughput
In order to test the bridging throughput you can use iperf:
Target machine:
iperf -s --bind 192.168.1.254
Client machine:
iperf -c 192.168.1.254