The vCenter was earlier connected to the AD via LDAP.
Later, the identity source was deleted, however the connections to the domain were still being attempted and was checked from the firewall.
VMware vCenter Server
Possible registry stale entries or domain cache entry could cause this issue
Check whether :
Workaround 1:
>> krb5.conf -----> run this command: cp krb5.conf krb5.conf.bck
>> krb5-affinity.conf ---------------> run this command: cp krb5-affinity.conf krb5-affinity.conf.bak
Workaround 2:
# /opt/likewise/bin/lwregshell set_value '[HKEY_THIS_MACHINE\Services\netlogon\Parameters]' BlacklistedDCs DC_IP1,DC_IP2,...
# /opt/likewise/bin/lwsm restart lwreg
Workaround 3:
To confirm whether any additional ports are also sending outbound traffic, please check the below outcomes:
1. Execute the command for 15 minutes and type "Ctrl+C" keys to end command execution: tcpdump -i eth0 -s 150 -w /storage/core/eth0.pcap
2. Execute the command for 15 minutes and type "Ctrl+C" keys to end command execution: watch -n 2 'date >> /storage/core/netstat-output.txt; netstat -epvl >> /storage/core/netstat-output.txt; echo >> /storage/core/netstat-output.txt; echo >> /storage/core/netstat-output.txt'
From Packet Captures, check if the packets are getting resolved over DNS server for the Domain Controller that you are trying to blacklist:
Jul 10 11:00:46 dnsmasq[1886]: query[A] example.example.com from ##.##.##.##
Jul 10 11:00:46 dnsmasq[1886]: forwarded
example.example.com
to ##.##.##.##
Jul 10 11:00:46 dnsmasq[1886]: query[A]
example.example.com
from ##.##.##.##
Jul 10 11:00:46 dnsmasq[1886]: reply
example.example.com
is ##.##.##.##
/etc/vmware-sso/trusts_cache
[{"dcInfo":{"domainName":"
example.example.com
","domainIpAddress":"##.##.##.##
","domainFQDN":"example.example.com
.......................}]
Perform the below steps to remove the domain cache entry:
Note: If the above steps doesn't resolve the issue, reboot the vCenter Server.