Hello everybody,
I'm new in this forum.
I'm actually developping a tool which test firewall protections like syn flooding, udp flooding, rule following.
For this test, 2 computers are on each side of the firewall and simulate a high quantity of other computers (clients, server...).
1 of the computer act like a client and the other like a server.
The problem is actually on the server (running freebsd).
I'll need to deactivated all protections (syn flooding, syn response, udp limit, buffer limit) of freebsd during the test (and may reactive it for getting results), the software analyse packet at a low level (promiscuous mode).
I found the way to increase some option with sysctl and loader.conf but it's not enough to avoid lost of packets...
How can I temporaly remove all protections and analyses (tcp following, icmp, udp) of received packets from freebsd ?
Thank you
I'm new in this forum.
I'm actually developping a tool which test firewall protections like syn flooding, udp flooding, rule following.
For this test, 2 computers are on each side of the firewall and simulate a high quantity of other computers (clients, server...).
1 of the computer act like a client and the other like a server.
The problem is actually on the server (running freebsd).
I'll need to deactivated all protections (syn flooding, syn response, udp limit, buffer limit) of freebsd during the test (and may reactive it for getting results), the software analyse packet at a low level (promiscuous mode).
I found the way to increase some option with sysctl and loader.conf but it's not enough to avoid lost of packets...
How can I temporaly remove all protections and analyses (tcp following, icmp, udp) of received packets from freebsd ?
Thank you