Can I configure Same VIP with same subnet of VM on Same VPC?

jw.park 1 Reputation point
2022-02-04T04:59:07.303+00:00

I want to use Load Balnacer.
Can I configure Same IP address range of VIP with Same IP Address Subnet on Same VPC?

for example,
VPC : test_vpc 192.168.0.0/16
Subnet : test_subnet 192.168.10.0/24
LB VIP : 192.168.10.3

is this possible??

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

2 answers

Sort by: Most helpful
  1. suvasara-MSFT 10,011 Reputation points
    2022-02-04T05:11:30.083+00:00

    @jw.park , Is your question towards Azure cloud or AWS? If Azure, then we have VNET concept here where you can create a subnet under it. You can select an address range for the VNET and can utilize it completely or can divide it into multiple subnets using subnetting theory. All these setups are for internal communication between Azure resources in same VNET. The communication stays on Azure backbone. So, Deploying Azure load balancer in to a VNET doesn't support here as it must be deployed with a public facing frontend configuration.

    1 person found this answer helpful.

  2. jw.park 1 Reputation point
    2022-02-04T05:37:06.88+00:00

    So you mean azure doesn't support same ip range between VIP and VM. is this right?
    How aboud AWS?