Subject: IP NAT
To: None <port-mac68k@netbsd.org>
From: Michael Bartosh <bartosh@tamu.edu>
List: port-mac68k
Date: 08/25/1998 16:23:16
Working on getting IP NAT up here in my dorm. On bootup both my internal
sn0 and nubus ae0 inteface are recognized (Quadra 700/ 20 megs ram/ 3.2)
IPNAT delivers no errors on startup, but I can not ping the bsd box from my
mac (which I'm trying to serve to) and can not ping the mac from the bsd
box. In fact when I try to ping the mac, I get the error

/netbsd: ae0: device timeout


ifconfig.ae0 says:

inet 10.0.2.15 netmask 255.255.255.0


ifconfig.sn0 says:

inet 165.91.120.32 netmask 255.255.254.0


ipnat.conf says:

map sn0 10.0.2.0/24 -> 165.91.120.0/32 portmap tcp/udp 10000:40000

Any obvious problems?

Thanks-

-mab