Hello,
I am trying to setup a vSphere HA lab using vmware workstation. I have two vSphere VMs installed on vmware workstation running on my laptop and I have a third VM which is hosting FreeNAS for shared network storage. I have configured two storage in the FreeNAS and I am trying to add these storages to my vSphere VMs. But for some reason I always keep getting the error : NFS mount failed:Unable to connect to NFS server.
I am able to ping between the ESXi VMs and the NFS server. One strange thing I have observed is that when I try to " nc -z <nfs server ip> 3261" it usually does not give me any result. Which makes me think that there is some problem with the port being opened on NFS server. But then when I actually try to add the shared data storage using the vSphere client of one of the ESXi host and while that is trying to add the data store I also run the netcat command from the ESXi's cli and during that period it works giving me an output saying "connection to port 3261 succeeded!".
I am unable to figure out what is going wrong? Is there something wrong with my mounting on the NFS FreeNAS server, or if there is a communication issue between the two VMs. I tried to capture packets on my laptop LAN interface, but I think the packets between VMs dont hit the LAN interface? I dont see them there.
Please help me and suggest how I should go further with troubleshooting this issue.
Just an FYI, I am trying to implement the LAB described on this link.
And the FreeNAS server I am using is ver 9.2.1.
Thank you.
Shivani