Subject: Re: Mounting shares from Linux NFS servers on NetBSD 1.5
To: David S. <davids@idiom.com>
From: Will Andrews <will@csociety.org>
List: netbsd-help
Date: 03/25/2002 18:24:33
On Mon, Mar 25, 2002 at 02:58:06PM -0800, David S. wrote:
> Is the communication between the NetBSD host and the file server going
> through IPF?  What are your IPF rules?  Do you have IPMON enabled?

netbsd# cat /etc/ipf.conf
pass in all
netbsd# cat /etc/ipnat.conf
map ep1 192.168.0.0/24 -> 0.0.0.0/32 portmap tcp/udp 40000:65000
map ep1 192.168.0.0/24 -> 0.0.0.0/32

rdr ep1 xxx.xxx.xxx.xxx/32 port 111 -> 192.168.0.11 port 22 tcp
rdr ep1 xxx.xxx.xxx.xxx/32 port 112 -> 192.168.0.12 port 22 tcp
rdr ep1 xxx.xxx.xxx.xxx/32 port 113 -> 192.168.0.13 port 22 tcp
rdr ep1 xxx.xxx.xxx.xxx/32 port 114 -> 192.168.0.14 port 22 tcp
rdr ep1 xxx.xxx.xxx.xxx/32 port 115 -> 192.168.0.15 port 22 tcp
netbsd#

IPMON is not running.

Thanks,
-- 
wca