Buscar contenidos

lunes, 22 de marzo de 2021

Pasos para configurar Azure+VM+FTP

→Crear en Azure FTP, según el tier requerido...

→Componentes requeridos para un FTP:

  • FTP_VNET          |  Virtual network
  • FTPVM                |  Virtual machine
  • FTPVM-nic          |  Network interface
  • FTPVM-nsg         |  Network security group
  • FTPVM-osdisk    |  Disk
  • FTPVM-pip         |  Public IP address
  • ftpvmstorage0f5  |  Storage account



→Virtual machine > Networking 

→VM > Add Features>
  • WebServer (IIS)
  • FTP Server
→VM > IIS FTP Setting


→VM > Restart Microsoft FTP Service




→VM > FileZilla Server >



Short summary of what can fix this issue. Worked for me.

  1. Azure VM - Firewall

    1.1) Open Inbound port 21

    1.2) Open few Inbound ports for Passive mode - Say 1035 to 1040

  2. Azure VM - FileZilla Server

    2.1) In settings - Change Passive ports to 1035 to 1040 ( or what ever ports you opened in 1.2 above )

    2.2) For "External Server IP" option, use "Retrieve external IP address from"

  3. Azure Control Panel - Endpoints

    3.1) Open port 21, and 1035 to 1040 ( or what ever ports you opened in 1.2 above )


→ VM > FileZilla Server > 
  • User Add
  • Shared folder Add



→VM > Revisar Firewall Inbound con el rango de puertos selecionados

→Recursos:

https://www.youtube.com/watch?v=J6IJ7JPAuN8
https://serverfault.com/questions/527322/problems-configuring-filezilla-ftp-server-on-windows-azure-virtual-machine
https://docs.microsoft.com/en-us/azure/connectors/connectors-create-api-ftp

No hay comentarios:

Publicar un comentario