Hello, Having given up on getting PASV transfers working while blocking p2p applications, I'm trying to get ACTIVE transfers working with ipnat ftp proxy.
This doesn't seem to work at the moment, for some reason. ipnat.conf: map rtk0 0/0 -> 0/32 proxy port 21 ftp/tcp map rtk0 192.168.0.0/24 -> 0/32 portmap tcp/udp 40000:60000 map rtk0 192.168.0.0/24 -> 0/32 ipf.conf: block in log on rtk0 proto tcp/udp from any to any ipmon: 03/02/2005 02:27:56.371646 rtk0 @0:2 b 212.xx.xx.25,21 -> 192.168.0.228,1458 PR tcp len 20 71 -AP IN NAT [repeated] I suspected the block in all was to blame, so I disabled this and still the client couldn't access the directory listing: ... [connection ok] PORT 192,168,0,228,57,48 257 "/" is current directory. Error loading directory... Am I missing something? Thanks Amadeus
