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