Subject: Re: questions about IPNAT setup
To: None <port-mac68k@netbsd.org>
From: KITAMURA Yasuichi <kita@crl.go.jp>
List: port-mac68k
Date: 08/06/1998 00:15:10
Hi, all. Thank you for all your help. But, I'm still fighting with IPNAT.

The status is as follow.

My /etc/ipnat.conf is:
-----
map ppp0 192.168.1.0/24 -> 0.0.0.0/32 portmap tcp/udp 10000:40000
map ppp0 192.168.1.0/24 -> 0.0.0.0/32
-----

But, after I connected to an ISP, when I typed ipnat -l, then
-----
List of active MAP/Redirect filters:
map ppp0 0.0.0.0/8  -> 165.76.179.250/32  portmap tcp/udp 10000:65000
map ppp0 0.0.0.0/8  -> 165.76.179.250/32

List of active sessions:
-----

Should I use the kernel of 1.3.1?


--KITAMURA