Subject: Re: kern/26839
To: None <darrenr@netbsd.org, gnats-admin@netbsd.org,>
From: Darren Reed <darrenr@NetBSD.org>
List: netbsd-bugs
Date: 02/27/2005 18:15:03
The following reply was made to PR kern/26839; it has been noted by GNATS.

From: Darren Reed <darrenr@NetBSD.org>
To: Pavel Cahyna <pavel.cahyna@st.mff.cuni.cz>
Cc: gnats-bugs@netbsd.org
Subject: Re: kern/26839
Date: Sun, 27 Feb 2005 18:14:05 +0000

 Ok, my test setup is this:
 vmware netbsd - pcn1 NETA, pcn2 NETB
 vmware linux  - eth2 NETB
 
 NETA is routed via netbsd, on linux.
 
 These are the ipf rules I'm using:
 
 pass in log first quick on pcn2 to pcn1 proto tcp from 192.168.219.0/24 to any f
 lags S keep state
 pass in quick on pcn2 proto udp all keep state
 pass in quick on pcn2 proto icmp all keep state
 block in on pcn2 all
 block in quick on pcn1 proto icmp all
 
 And for ipnat:
 map pcn1 192.168.219.0/24 -> 0/32 portmap tcp/udp 1025:65000
 map pcn1 192.168.219.0/24 -> 0/32
 
 If I traceroute from linux to 192.168.113.1, it works, no problem.
 ICMP and UDP.
 
 Can you make any suggestions about how to change my environment so as
 to reproduce the failure you see ?
 
 Darren