https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=86752
c...@pfsense.org changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |c...@pfsense.org --- Comment #8 from c...@pfsense.org --- 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. _______________________________________________ freebsd-pf@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-pf To unsubscribe, send any mail to "freebsd-pf-unsubscr...@freebsd.org"