AzureLoadBalancer

Tech 1 Reputation point
2022-12-10T14:53:45.647+00:00

Is there a way i can allow range of ports for our FTP server on the Azure load Balancer like 5000-7000 for passive FTP communication?

Azure Load Balancer
Azure Load Balancer
An Azure service that delivers high availability and network performance to applications.
467 questions
0 comments No comments
{count} votes

2 answers

Sort by: Most helpful
  1. rafalzak 3,231 Reputation points
    2022-12-11T08:40:11.31+00:00

    Hi @Tech ,

    There is no way to add a port range in load balancing rules at the moment. You need to create rules for each of those ports in Load balancer individually.
    If you configure port 65440 to 65450 in Passive mode, then you need to create 10 rules for those ports in Load balancer so that it forwards the traffic to the backend server.

    Please upvote or acceot as answer if it helped.

    0 comments No comments

  2. KapilAnanth-MSFT 48,331 Reputation points Microsoft Employee
    2022-12-12T05:43:51.92+00:00

    Hi @Tech ,

    Welcome to the Microsoft Q&A Platform. Thank you for reaching out & I hope you are doing well.
    I understand that you would like to configure a range of ports in the Load Balancing Rule in Azure SLB.

    In case you are using a External SLB,

    • I am afraid this won't be feasible
    • You will be required to create individual rules for individual ports as mentioned by @rafalzak .

    In case you are using a Internal SLB,

    • You can consider using High availability ports
    • While you cannot specify the set of port ranges, HA port allows you to load-balance all protocol flows on all ports simultaneously

    Kindly let us know if the below helps or you need further assistance on this issue.

    Thanks,
    Kapil

    ----------------------------------------------------------------------------------------------------------------

    Please don’t forget to close the thread by clicking "Accept the answer" wherever the information provided helps you, as this can be beneficial to other community members.

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.