Hi, thank you for providing the files. In the VMmark4.properties file, the parameter PrimeClient is set to the Prime Client's public IP address (10.61.60.31) when it should be the private IP (such as 198.18.4.251). As a result, the workload VMs' hosts files had the Prime Client's public IP in them which was unreachable.
The Prime Client has two virtual NICs and two IP addresses: A private IP (such as 198.18.4.251 by default) and a public IP (Yours is 10.61.60.31). The private IP is used to communicate with the workload VMs and clients. The public IP is used to communicate with vCenter Server.
Since your workload VMs use the default IP range starting at 198.18.4.1, I recommend using the prime client default private IP 198.18.4.251.
In VMmark4.properties, please update the PrimeClient parameter to 198.18.4.251 or leave it commented out. It looks like you provisioned the VMmark tile using the VMmark4.properties file. You will need to delete and reprovision your VMmark workload VMs after you change the VMmark4.properties PrimeClient parameter.
When you set up the Prime Client, did you also run make-prime.sh with the parameter 10.61.60.31? If so you will need to delete and recreate your Prime Client and run make-prime.sh using the private IP address.
Thank you and please let me know if you have any further questions.