Problem:
I cannot connect to my ftpserver (vsftpd, running on SLES 9 called SERVER3) from my ESX 3.0 host.
BUT:
I can connect to the above ftpserver (vsftpd, running on SLES 9 called SERVER3) from ANOTHER linux machine.
I can connect to another ftpserver (filezilla, running on Windows 2k) from the same ESX 3.0 host.
Heres the output:
Server 1 is ok connecting to SERVER 2 (Server 1 is a virtual SLES 9 Server, Server 2 is a physical SLES 9 Server)
root@SERVER1:/# ftp 10.100.112.32
Connected to 10.100.112.32.
220 (vsFTPd 1.2.1)
Name (10.100.112.32:vmuser): test
331 Please specify the password.
Password:
230 Login successful.
Remote system type is UNIX.
Using binary mode to transfer files.
ftp> ls
229 Entering Extended Passive Mode (|||15566|)
150 Here comes the directory listing.
drwxr-xr-x 2 1002 100 80 Oct 20 12:36 Documents
drwxr-xr-x 2 1002 100 48 Oct 20 12:36 bin
drwxr-xr-x 2 1002 100 80 Oct 20 12:36 public_html
226 Directory send OK.
ftp>
[root@SERVER3 /]# ftp 10.100.112.32
Connected to 10.100.112.32 (10.100.112.32).
220 (vsFTPd 1.2.1)
Name (10.100.112.32:root): test
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 (10,100,112,32,154,20)
ftp: connect: Connection refused
ftp>
Question: What is wrong with ftp, probably on my ESX 3.0-Server side?
I cannot connect to my ftpserver (vsftpd, running on SLES 9 called SERVER3) from my ESX 3.0 host.
BUT:
I can connect to the above ftpserver (vsftpd, running on SLES 9 called SERVER3) from ANOTHER linux machine.
I can connect to another ftpserver (filezilla, running on Windows 2k) from the same ESX 3.0 host.
Heres the output:
Server 1 is ok connecting to SERVER 2 (Server 1 is a virtual SLES 9 Server, Server 2 is a physical SLES 9 Server)
root@SERVER1:/# ftp 10.100.112.32
Connected to 10.100.112.32.
220 (vsFTPd 1.2.1)
Name (10.100.112.32:vmuser): test
331 Please specify the password.
Password:
230 Login successful.
Remote system type is UNIX.
Using binary mode to transfer files.
ftp> ls
229 Entering Extended Passive Mode (|||15566|)
150 Here comes the directory listing.
drwxr-xr-x 2 1002 100 80 Oct 20 12:36 Documents
drwxr-xr-x 2 1002 100 48 Oct 20 12:36 bin
drwxr-xr-x 2 1002 100 80 Oct 20 12:36 public_html
226 Directory send OK.
ftp>
[root@SERVER3 /]# ftp 10.100.112.32
Connected to 10.100.112.32 (10.100.112.32).
220 (vsFTPd 1.2.1)
Name (10.100.112.32:root): test
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 (10,100,112,32,154,20)
ftp: connect: Connection refused
ftp>
Question: What is wrong with ftp, probably on my ESX 3.0-Server side?