1
18.7 Legacy Series / pf timeouts
« on: November 07, 2018, 03:18:41 pm »
Hello, how can i change default value for these? (tcp.opening, etc)
this is my old parameters:
cheers
Code: [Select]
TIMEOUTS:
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 30s
interval 10s
src.track 0s
in my old freebsd i always custom the timeouts for protection and other things.this is my old parameters:
Code: [Select]
set timeout { interval 10, frag 10 }
set timeout { tcp.first 15, tcp.opening 10, tcp.established 3600, tcp.closing 10, tcp.finwait 15, tcp.closed 15 }
set timeout { udp.first 60, udp.single 15, udp.multiple 60 }
set timeout { icmp.first 20, icmp.error 10 }
set timeout { other.first 60, other.single 30, other.multiple 60 }
cheers