Hi there,

I just managed to get a kernel dump on a basic clean installed OpenBSD 4.0 with the following settings:

ifconfig lo1 create
ifconfig lo1 inet 1.1.12.1 netmask 255.255.255.0

echo "pass in on ne3 dup-to (lo1 1.1.12.1) inet all keep state" > / etc/pf.conf

pfctl -e
pfctl -f /etc/pf.conf

and the first packet coming in on ne3 will cause a kernel dump, see attached screenshot.

Attachment: Picture 8.png
Description: application/applefile

PNG image


I was trying to create a firewall with snort listening on lo1 and copying the packets I want it to inspect to lo1, no external promiscuos listeners or anything.

any idea why this caused this panic?

Cheers

//johan

Reply via email to