NAT crashing FreeBSD 7.x

Kris Kennaway kris at FreeBSD.org
Wed Jun 18 15:32:05 UTC 2008


Dave Robison wrote:
> Hiya,
> 
> I posted this to -questions but didn't get any responses so I'm posting 
> it again here.
> 
> I'm having problems with NAT crashing my FreeBSD box. This never 
> happened in 6.x but in 7.x it's predictable for me. Any time I use 
> either of my two NICs for my internal net my FreeBSD box hangs and 
> requires power cycling to reboot.

Take a look at the chapter on kernel debugging in the developers 
handbook.  Add WITNESS to your kernel, then provoke the bug.  If it 
doesn't catch any locking problems, follow the instructions about using 
DDB to collect debugging information.

Kris



More information about the freebsd-net mailing list