Subject: ipfilter q: not possible to proxy ftp for block of addresses ?
To: None <current-users@netbsd.org>
From: Jaromir Dolecek <dolecek@ns.monte.cz>
List: current-users
Date: 06/09/2000 15:08:15
Hi,
I tried an IPNAT rule
map ex1 192.168.1.0/24 -> my_ip_address/32 proxy port ftp ftp/tcp
but this didn't work. ex1 is external network interface, "internal" network
uses 192.168.1.* addresses, my_ip_address is the external ip address
of the host. When I added explicit rules like

map ex1 192.168.1.2/32 -> my_ip_address/32 proxy port ftp ftp/tcp
map ex1 192.168.1.166/32 -> ....

the ftp from those computers started to work again.

Am I doing something wrong, or the proxy ftpmap rule can't be used
for whole block of addresses ?

Jaromir