diff --git a/HowtoOpenBSD/PacketFilter.md b/HowtoOpenBSD/PacketFilter.md index 43b83c58..9d3e21c5 100644 --- a/HowtoOpenBSD/PacketFilter.md +++ b/HowtoOpenBSD/PacketFilter.md @@ -158,57 +158,33 @@ D'après le man : ~~~ -Aggressive +Comparaison des valeurs des modes *aggressif* et *normal* ~~~ -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 -icmp.first 20s -icmp.error 10s -other.first 60s -other.single 30s -other.multiple 60s -frag 60s -interval 10s -adaptive.start 6000 states -adaptive.end 12000 states -src.track 0s + Agressive Normal +tcp.first 30s 120s +tcp.opening 5s 30s +tcp.established 18000s 86400s +tcp.closing 60s 900s +tcp.finwait 30s 45s +tcp.closed 30s 90s +tcp.tsdiff 10s 30s +udp.first 60s 60s +udp.single 30s 30s +udp.multiple 60s 60s +icmp.first 20s 20s +icmp.error 10s 10s +other.first 60s 60s +other.single 30s 30s +other.multiple 60s 60s +frag 60s 60s +interval 10s 10s +adaptive.start 6000 states 6000 states +adaptive.end 12000 states 12000 states +src.track 0s 0s ~~~ -Normal - -~~~ -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 -icmp.first 20s -icmp.error 10s -other.first 60s -other.single 30s -other.multiple 60s -frag 60s -interval 10s -adaptive.start 6000 states -adaptive.end 12000 states -src.track 0s -~~~ - -Satellite +À titre d'indication, en mode *satellite* ~~~ tcp.first 180s