which version of ip_dummynet are you using. There were lately a few changes to fix a problem related to route entries being freed in the wrong way.
> .(02:36:11)(r...@bright.reserved) > ipfw add pipe 1 ip from server to cvsup.freebsd.org > (long pause i assume DNS) > 00000 pipe 1 ip from 192.168.2.20 to 198.104.92.71 ... > > Fatal trap 12: page fault while in kernel mode > fault virtual address = 0xdeadc116 interestingly enough, the above address is "0xdeadbeef + 551 (decimal)". It looks like somehow a wrong route entry was passed to ether_output(). > the only thing i can think of is that dummynet doesn't like not being told > if a pipe is 'in' or 'out' :/ nope -- it can detect this by itself. the problem must be elsewhere. if you have more input on the dummynet version (as per the CVS log) and os version please let me know. > my ether card is a: ed card, a 'realteck 8029' ... and the network card does not make a difference, dummynet works at a layer above. cheers luigi To Unsubscribe: send mail to majord...@freebsd.org with "unsubscribe freebsd-current" in the body of the message