[ Charset ISO-8859-1 unsupported, converting... ] > Hi All, > > I'm using NetBSD 2.1_Stable > ipf V4.1.3 > > ipf and ipnat are working fine... > > When I try to invoke ippool, I get the following error message: > ippool -l > open(IPLOOKUP_NAME): No such file or directory > > ippool -f test.pool gives same error message. > > I notice that there is no /dev/iplookup > > In /dev , "./MAKEDEV iplookup" says: > ./MAKEDEV: iplookup: unknown device.
Use send-pr and report the problem. > Is the error due to not having /dev/iplookup? Yes. > If so, how do I create this device? If you do "ls -al /dev/ipnat", you should see something like: crw------- 1 root wheel 44, 1 May 15 07:08 /dev/ipnat do: mknod /dev/iplookup c 44 6 Darren
