Subject: ipnat problem
To: None <port-sparc@netbsd.org>
From: John Acree <jfacree@eos.ncsu.edu>
List: port-sparc
Date: 07/05/1998 15:56:25
I recently upgraded to 1.3.2 on a sparc ipx, I tried setting ipnat up to

run, following the instructions I found on the web site, and loking in
some of the example files.  This is what I get when I reboot

installing  packet filter rules ...
open device: No such file or directory
ioctl(SIOCIPFFL): Bad file descriptor
open devie: No such file or directory
configuring network interfaces: le0
adding interface aliases:
starting IP network address translation (ipnat)...
open: No such file or directory
Enter pathname of shell or RETURN for sh:


Any ideas?

/etc/netstart.local:
if [ -f /etc/ipnat.conf ]; then
  echo 'starting IP network address translation (ipnat)...';
  /usr/sbin/ipnat -f /etc/ipnat.conf
fi

/etc/ipnat.conf:
map ppp0 10.0.0.0/24 -> 0.0.0.0/32 portmap tcp/udp 10000:4000