<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: NSX-V FTP Load Balancer in Networking Members</title>
    <link>https://communities.vmware.com/t5/Networking-Members/NSX-V-FTP-Load-Balancer/m-p/2917917#M180</link>
    <description>&lt;P&gt;Configuring NSX Advanced Load Balancer&lt;BR /&gt;To configure NSX Advanced Load Balancer for load balancing passive FTP, follow the steps below:&lt;/P&gt;&lt;P&gt;Configuring health monitor for FTP&lt;/P&gt;&lt;P&gt;Configuring pool with the required FTP servers&lt;/P&gt;&lt;P&gt;Configuring Layer 4 response DataScript for FTP&lt;/P&gt;&lt;P&gt;Configuring Layer 4 virtual service with port configuration for the data channel&lt;/P&gt;&lt;P&gt;Configuring Health Monitor&lt;BR /&gt;To configure an external health monitor for FTP, on NSX Advanced Load Balancer UI navigate to Templates &amp;gt; Profiles &amp;gt; Health Monitors and click Create.&lt;/P&gt;&lt;P&gt;Enter a name for the health monitor.&lt;/P&gt;&lt;P&gt;Click the dropdown for Type and select External.&lt;/P&gt;&lt;P&gt;Enter a relevant value in the Send Interval field.&lt;/P&gt;&lt;P&gt;Under External Settings,&lt;/P&gt;&lt;P&gt;Enter port number 21 in the Health Monitor Port field.&lt;/P&gt;&lt;P&gt;Paste the below bash script for the FTP health monitor in the Script Code section.&lt;BR /&gt;#!/bin/bash&lt;BR /&gt;curl -s ftp://$IP/$path --ftp-pasv -u $user:$pass&lt;/P&gt;&lt;P&gt;Enter the Username, Password, and the Filepath in the Script Variables section.&amp;nbsp;&lt;A href="https://www.mythdhr.net/" target="_self"&gt;MyTHDHR Schedule&lt;/A&gt;&lt;/P&gt;</description>
    <pubDate>Sat, 09 Jul 2022 04:19:51 GMT</pubDate>
    <dc:creator>McDonald43452</dc:creator>
    <dc:date>2022-07-09T04:19:51Z</dc:date>
    <item>
      <title>NSX-V FTP Load Balancer</title>
      <link>https://communities.vmware.com/t5/Networking-Members/NSX-V-FTP-Load-Balancer/m-p/2898543#M103</link>
      <description>&lt;P&gt;Hi NSX experts,&lt;/P&gt;&lt;P&gt;I am trying to get some help since I am not able to set up an LB using NSX-V for my FTP service.&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am following a TOI presentation however I am seeing the following outouts:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Loadbalancer Pool Statistics:&lt;/P&gt;&lt;P&gt;POOL ftp-test&lt;BR /&gt;| LB METHOD round-robin&lt;BR /&gt;| LB PROTOCOL L7&amp;nbsp; &amp;lt;---------------------- even when acceleration is enabled.&lt;BR /&gt;| Transparent disabled&lt;BR /&gt;| SESSION (cur, max, total) = (0, 0, 0)&lt;BR /&gt;| BYTES in = (0), out = (0)&lt;BR /&gt;+-&amp;gt;POOL MEMBER: ftp-test/member-1, STATUS: UP&lt;BR /&gt;| | HEALTH MONITOR = BUILT-IN, default_tcp_monitor:L4OK&lt;BR /&gt;| | | LAST STATE CHANGE: 2022-03-14 20:23:45&lt;BR /&gt;| | SESSION (cur, max, total) = (0, 0, 0)&lt;BR /&gt;| | BYTES in = (0), out = (0)&lt;/P&gt;&lt;P&gt;Also I have the ALG configures as&amp;nbsp;&lt;/P&gt;&lt;P&gt;allow any any and in service I selected FTP.&lt;/P&gt;&lt;P&gt;I took some packet captures at the pool member level and I can see when I bypass the LB the communication working fine, but when I use the LB the request does not even reach the pool, seems like it is not passing the ESG.&lt;/P&gt;&lt;P&gt;Best Regards.&lt;/P&gt;</description>
      <pubDate>Mon, 14 Mar 2022 20:41:20 GMT</pubDate>
      <guid>https://communities.vmware.com/t5/Networking-Members/NSX-V-FTP-Load-Balancer/m-p/2898543#M103</guid>
      <dc:creator>sguadamu1</dc:creator>
      <dc:date>2022-03-14T20:41:20Z</dc:date>
    </item>
    <item>
      <title>Re: NSX-V FTP Load Balancer</title>
      <link>https://communities.vmware.com/t5/Networking-Members/NSX-V-FTP-Load-Balancer/m-p/2917917#M180</link>
      <description>&lt;P&gt;Configuring NSX Advanced Load Balancer&lt;BR /&gt;To configure NSX Advanced Load Balancer for load balancing passive FTP, follow the steps below:&lt;/P&gt;&lt;P&gt;Configuring health monitor for FTP&lt;/P&gt;&lt;P&gt;Configuring pool with the required FTP servers&lt;/P&gt;&lt;P&gt;Configuring Layer 4 response DataScript for FTP&lt;/P&gt;&lt;P&gt;Configuring Layer 4 virtual service with port configuration for the data channel&lt;/P&gt;&lt;P&gt;Configuring Health Monitor&lt;BR /&gt;To configure an external health monitor for FTP, on NSX Advanced Load Balancer UI navigate to Templates &amp;gt; Profiles &amp;gt; Health Monitors and click Create.&lt;/P&gt;&lt;P&gt;Enter a name for the health monitor.&lt;/P&gt;&lt;P&gt;Click the dropdown for Type and select External.&lt;/P&gt;&lt;P&gt;Enter a relevant value in the Send Interval field.&lt;/P&gt;&lt;P&gt;Under External Settings,&lt;/P&gt;&lt;P&gt;Enter port number 21 in the Health Monitor Port field.&lt;/P&gt;&lt;P&gt;Paste the below bash script for the FTP health monitor in the Script Code section.&lt;BR /&gt;#!/bin/bash&lt;BR /&gt;curl -s ftp://$IP/$path --ftp-pasv -u $user:$pass&lt;/P&gt;&lt;P&gt;Enter the Username, Password, and the Filepath in the Script Variables section.&amp;nbsp;&lt;A href="https://www.mythdhr.net/" target="_self"&gt;MyTHDHR Schedule&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 09 Jul 2022 04:19:51 GMT</pubDate>
      <guid>https://communities.vmware.com/t5/Networking-Members/NSX-V-FTP-Load-Balancer/m-p/2917917#M180</guid>
      <dc:creator>McDonald43452</dc:creator>
      <dc:date>2022-07-09T04:19:51Z</dc:date>
    </item>
  </channel>
</rss>

