vpxd on port 443 or authServer on port 902), the operation fails with a below error message indicating a configuration conflict:VMware vSphere ESXi
The ESXi firewall management logic does not allow the addition of an IP address or range that is already explicitly defined within the same rule's "Allowed IP Addresses" list.
To resolve this issue, verify the existing IP configuration before attempting to add new entries:
Log in to the VMware Host Client or vCenter Server.
Navigate to the ESXi host > Configure > System > Firewall.
Locate the specific rule (e.g., vpxd or authServer).
Click Edit and review the Allowed IP Addresses section.
Cross-reference the list of IPs you intend to add with the list of IPs already configured.
Remove any duplicate IPs from your new list and proceed with the addition of only unique IP addresses.
Click OK to save the configuration.
Alternatively, via ESXi Command Line:
List the allowed IPs for the rule to identify duplicates: esxcli network firewall ruleset allowedip list -r <ruleset_name>
Only add IPs not present in the output: esxcli network firewall ruleset allowedip add -i <IP_ADDRESS> -r <ruleset_name>