https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=86752
[email protected] changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #8 from [email protected] --- This was fixed some time ago, should be closed. Starting at default timeouts (none specified in pf.conf). # pfctl -s timeout|grep tcp.closed tcp.closed 90s Add "set timeout tcp.closed 60" to pf.conf and reload it. # pfctl -s timeout|grep tcp.closed tcp.closed 60s Then remove that line from pf.conf and 'pfctl -f /etc/pf.conf' and you're back to the default. # pfctl -s timeout|grep tcp.closed tcp.closed 90s -- You are receiving this mail because: You are the assignee for the bug. _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-pf To unsubscribe, send any mail to "[email protected]"
