ipfw: Too many dynamic rules

Gareth de Vaux bsd at lordcow.org
Tue Sep 14 11:12:38 UTC 2010


On Tue 2010-09-14 (04:03), Jeremy Chadwick wrote:
> You're absolutely certain these are all in FIN_WAIT_2 state and not
> TIME_WAIT?

Yup,

$ netstat -an | grep FIN_WAIT_1 | wc -l
      57
$ netstat -an | grep FIN_WAIT_2 | wc -l
     431
$ netstat -an | grep TIME_WAIT | wc -l
      17


More information about the freebsd-stable mailing list