Peter wrote:
> I just found out in the log messages that I can log in but is
> says :
>
> Jan 8 18:48:58 server proftpd[3291]: server.smitti.mine.nu
> (80.56.120.178[80.56.120.178]) - Refused PORT
> 192,168,0,101,6,0 (address mismatch).
>
> I am confused now, the ip 192.168.0.101 is from an internal
> network behind another sme server?
What you are seeing is a strangeness of the ftp protocol. It uses two connections, the first one (control) tells where the second one (data) will be. With a masqueraded connection, the control session must be intercepted midstream and the addresses re-written. This is done by a kernel module, which only listens on port 21.
You might find that "passive mode" set in the ftp client works.
Charlie