|
RE: RE: RE: RE: How to use ftp-proxy
|
11/13/2008 3:39 PM
post16536
|
RE: RE: RE: RE: How to use ftp-proxy
I've done a bit of research into this and found that you definitely need ftp-proxy when using PF (but obviously not when
using ipf, possibly because FTP is using the passive mode of operation and the ipf rules leave the port range open
enough to enable this to work).
I've looked into the NetBSD code base and they've re-arranged their code layout what it was. They've moved ftp-proxy
from under dist/pf/libexec/ftp-proxy to dist/pf/usr.sbin (which is why I was getting confused).
So the upshot of this is that the ftp-proxy code that has to be ported is under dist/pf/libexec/ftp-proxy in our source
base.
This code, when ported, will give you an ftp-proxy binary that you can run with the "-p" option (for PF) to provide the
functionality that you need (as explained in the previous post). You don't need to compile the ipf.c file since it's a
compile time option for ftp-proxy that's not needed.
Robert.
-----Original Message-----
From: Radosław Błajda [mailto:community-noreply@qnx.com]
Sent: Thursday, November 13, 2008 7:37 AM
To: general-networking
Subject: Re: RE: RE: RE: How to use ftp-proxy
when I run for test io-net version 6.3.2 and I used command in /etc/ipnat.conf
map en0 192.168.1.3/32 -> 81.210.62.178/32 proxy port ftp ftp/tcp
map en0 192.168.1.3/32 -> 81.210.62.178/32
Then computer behind NAT (192.168.1.3) has full acces to FTP serwers from outside the network. I would like to get the
same functionality in io-pkt version 6.4.0. Is it possible ?
Computer with QNX has to function as a gateway (NAT) to the internet for dozens of computers.
_______________________________________________
General
http://community.qnx.com/sf/go/post16510
|
|
|