Tags

  • 2 items are tagged with Apache
  • 3 items are tagged with CentOS
  • 1 items are tagged with ClamAV
  • 1 items are tagged with Cyrus
  • 2 items are tagged with ESX 3.5
  • 1 items are tagged with Exim
  • 1 items are tagged with FastSCP
  • 1 items are tagged with Horde
  • 1 items are tagged with LAMP
  • 3 items are tagged with Linux
  • 3 items are tagged with MySQL
  • 1 items are tagged with Pam-mysql
  • 3 items are tagged with PFsense
  • 1 items are tagged with PureFTPd

Favourites Create PDF Email Print

FastSCP y ESX 3.5

Author:
F. Javier Lancharro Ramiro
Date added:
Sunday, 29 March 2009
Last revised:
Sunday, 29 March 2009
Hits:
851
Rating:
 
Vote for this:
Good - Bad
favoured:
0 Favour

Answer

Algunos de vosotros estareís usando algunas de las herramientas de Veeam para ESX, FastSCP, Reporter, Configurator, etc. Quien haya updateado su ESX 3.0 a la versión 3.5 se habrá dado cuenta de uno de los problemas más importantes con FastSCP, no se pueden transferir archivos. FastSCP realmente funciona muy bien, nos permite alcanzar velocidades de transferencia en ambos sentidos muy superiores a programas como WinSCP. Para resolver el problema de las transferencias tenemos la solución.
 
 INSTRUCCIONES

1.- Crear el archivo

/etc/vmware/firewall/FastSCP.xml

2.- Editarlo e introducir:

<!-- Firewall configuration information for VeeamFastSCP -->
<ConfigRoot>
<service>
<id>FastSCP</id>
<rule id='0000'>
<direction>outbound</direction>
<protocol>tcp</protocol>
<port type='dst'>
<begin>2500</begin>
<end>5000</end>
</port>
<flags>-m state --state NEW</flags>
</rule>
<rule id='0001'>
<direction>inbound</direction>
<protocol>tcp</protocol>
<port type='dst'>
<begin>2500</begin>
<end>5000</end>
</port>
<flags>-m state --state NEW</flags>
</rule>
</service>
</ConfigRoot>

El Archivo lo podeis descargar de aquí3.- Guardar los cambios.
4.- Ejecutar el siguiente comando:

esxcfg-firewall -e FastSCP

Category

Tags for this item

Comentarios (0)add comment

Escribir comentario

security image
Escribe los caracteres de la imagen


busy