Ok, I'll "up" the thread again
When I try to ftp to my server that is behind a firewall i get this
"
-bash-2.05b$ ftp XXX 1121
Connected to XXX.
220 FTP server ready
502 Command not implemented
502 Command not implemented
KERBEROS_V4 rejected as an authentication type
Name (XXX:a0433300): hannes
331 User name okay, need password for hannes
Password:
230 User logged in, proceed
Remote system type is UNIX.
ftp> ls
227 Entering Passive Mode (192,168,2,45,195,170)"
When I ftp to my vsftp-server on the same machine it lookes like this
"-bash-2.05b$ ftp XXX
Connected to XXX
220 (vsFTPd 2.0.5)
500 Command not understood.
500 Command not understood.
KERBEROS_V4 rejected as an authentication type
Name (XXX:a0433300): hannes
331 Please specify the password.
Password:
230 Login successful.
Remote system type is UNIX.
Using binary mode to transfer files.
ftp> ls
227 Entering Passive Mode (213,115,XXX,XXX,225,183) <– real ip behind the XXX
150 Here comes the directory listing.
"
As you see the alfresco-ftp-server gives me the lan-ip for the server, but I need the external ip-adress. How can I change the address?