Não é possível conectar-se à VM do Mac usando o FileZilla

0

No meu Mac, eu crio uma VM (CentOS) via VMware Fusion. Eu quero usar o FileZilla para carregar dados do Mac para a VM como o WinSCP.

Eu uso o ifconfig get ip da VM: 192.168.220.128

Eu ping o ip no meu Mac Terminal, está tudo bem:

aircraftdeMacBook-Pro:etc ldl$ ping 192.168.220.128 
PING 192.168.220.128 (192.168.220.128): 56 data bytes
64 bytes from 192.168.220.128: icmp_seq=0 ttl=64 time=0.286 ms
64 bytes from 192.168.220.128: icmp_seq=1 ttl=64 time=0.198 ms
64 bytes from 192.168.220.128: icmp_seq=2 ttl=64 time=0.377 ms

Mas não consigo me conectar à VM usando o FileZilla do meu Mac. Eu testei a 20 , 21 , 14147 port.

EDIT-1

Na minha VM, eu uso o telnet para testar a 21 port. Posso me conectar ao ip.

[root@localhost src]# telnet 192.168.220.128 21
Trying 192.168.220.128...
Connected to 192.168.220.128.
Escape character is '^]'.
220 (vsFTPd 3.0.2)
^Z^C^C^Z^Csa


quit
Connection closed by foreign host.

Editar -2

E eu uso o ps aux para consultar o vsftpd se estiver em execução, ele mostra o status de execução:

[root@localhost src]# ps aux | grep vsftpd 
root      24464  0.0  0.0  52796   564 ?        Ss   10:48   0:00 /usr/sbin/vsftpd
root      26103  0.0  0.0 112644   952 pts/0    S+   11:40   0:00 grep --color=auto vsftpd

EDITAR -3

Eu uso o netstat verificar a 21 port, é vsftpd listen.

[root@localhost src]# netstat -plnt 
Active Internet connections (only servers)
Proto Recv-Q Send-Q Local Address           Foreign Address         State       PID/Program name    
tcp        0      0 192.168.122.1:53        0.0.0.0:*               LISTEN      2092/dnsmasq        
tcp        0      0 0.0.0.0:22              0.0.0.0:*               LISTEN      1537/sshd           
tcp        0      0 127.0.0.1:631           0.0.0.0:*               LISTEN      1540/cupsd          
tcp        0      0 127.0.0.1:25            0.0.0.0:*               LISTEN      1969/master         
tcp6       0      0 :::21                   :::*                    LISTEN      24464/vsftpd        
tcp6       0      0 :::22                   :::*                    LISTEN      1537/sshd           
tcp6       0      0 ::1:631                 :::*                    LISTEN      1540/cupsd          
tcp6       0      0 ::1:25                  :::*                    LISTEN      1969/master 
    
por three-blocks 16.06.2017 / 17:38

0 respostas

Tags