172.16.0.0/12 (any IP address from 172.16.0.1 to 172.31.255.254) or is deployed with a gateway that has a routable path of 172.17.0.0/16.Your license servers are still pending registration. Refresh to update the status." The verification file is invalid. Generate a new verification file in the VCF Business Services console and upload it here."The license server appliance’s use of an internal Docker bridge network is not able to function when detecting a conflict with the 172.17.0.0/16 routable path from the gateway.
This is a known issue with VVF / VCF 9.1.0 and is fixed in License Server 9.1.0.0200 Build 25499768. Refer to VCF Operations 9.1.0.0200 Release Notes for details. See Download Broadcom products and software for steps to download this release.
If you have already deployed license server 9.1.0, you will need to deploy a new license server of version 9.1.0.0200 or higher to fix this issue. Add and Register an Additional License Server.
To verify that your external DNS and default Gateway IPs do not overlap with your internal Docker bridge, you must compare the host's actual network subnets with Docker’s automatically assigned or custom bridge ranges. Overlaps can cause severe traffic drops or routing failures.
ip route show on the host to determine the default gateway and the primary external interface subnet.cat /etc/resolv.conf on the host to find the active nameserver IPs.docker network inspect bridge (or docker network inspect bridge --format='{{json .IPAM.Config}}') to check the subnet and gateway assigned to Docker's default internal network.docker network ls to list custom networks, and use docker network inspect [network_name] to verify their Subnet and Gateway configurations.172.17.0.0/16 through 172.31.0.0/16). docker exec -it [container_id] /bin/sh.ping [Gateway_IP].ping [DNS_IP].