View Single Post

  #2  
Old 09-10-2015, 06:45 PM
stepen stepen is offline
Member
 
Join Date: Sep 2015
Posts: 46
Default

You have to be sure that DNS is enable from ESX host. That means the DNS has to be reachable and configured.
Another way is that you have to log in as a main root of your ESX host. You have to create a command from the SSH client: tcpdump -nvvvl -i vswif0 port 53
In this way you can see the status of the DNS traffic on the port 53.
Reply With Quote