Subject: ipmon
To: None <netbsd-help@NetBSD.ORG>
From: Patrick Welche <prlw1@cam.ac.uk>
List: netbsd-help
Date: 10/29/1997 14:09:20
I built a kernel with
options PFIL_HOOKS # pfil(9) packet filter hooks
pseudo-device ipfilter # ip filter
options IPFILTER
options IPFILTER_LOG
options IPFILTER_DEFAULT_BLOCK
I run ipf with rules allowing everything back and forth and logging in
on the outside interface (should get me lots out of ipmon).
/dev/ipl has numbers 44,0
and running ipmon gives me
read: Device not configured
What have I missed?
Cheers,
Patrick