From be61d9b7894f3f26e5ff09a75203e056f81466de Mon Sep 17 00:00:00 2001 From: Daniel Jakots Date: Tue, 31 Oct 2017 10:31:26 -0400 Subject: [PATCH] fix... --- HowtoOpenBSD/PacketFilter.md | 29 +++++++++++++++-------------- 1 file changed, 15 insertions(+), 14 deletions(-) diff --git a/HowtoOpenBSD/PacketFilter.md b/HowtoOpenBSD/PacketFilter.md index 88b1bf7a..dda01d7d 100644 --- a/HowtoOpenBSD/PacketFilter.md +++ b/HowtoOpenBSD/PacketFilter.md @@ -119,13 +119,13 @@ D'après la man : Aggressive ~~~ -tcp.first 120s -tcp.opening 30s -tcp.established 86400s -tcp.closing 900s -tcp.finwait 45s -tcp.closed 90s -tcp.tsdiff 30s +tcp.first 30s +tcp.opening 5s +tcp.established 18000s +tcp.closing 60s +tcp.finwait 30s +tcp.closed 30s +tcp.tsdiff 10s udp.first 60s udp.single 30s udp.multiple 60s @@ -140,16 +140,17 @@ adaptive.start 6000 states adaptive.end 12000 states src.track 0s ~~~ + Normal ~~~ -tcp.first 30s -tcp.opening 5s -tcp.established 18000s -tcp.closing 60s -tcp.finwait 30s -tcp.closed 30s -tcp.tsdiff 10s +tcp.first 120s +tcp.opening 30s +tcp.established 86400s +tcp.closing 900s +tcp.finwait 45s +tcp.closed 90s +tcp.tsdiff 30s udp.first 60s udp.single 30s udp.multiple 60s