VMware vSphere

 View Only
Expand all | Collapse all

NFS share cannot mount unless adapter 1 is bridged.

  • 1.  NFS share cannot mount unless adapter 1 is bridged.

    Posted Jan 28, 2019 01:13 AM

    I have ESXi host 6.7, with two adapters...

    1st: set as host only

    2nd as Bridged

    If try and mount NFS share from ESXi to NAS i get an error "Timed out" based on logs.

    The only way this works is by reversing the adapters i.e. adapter #1 becomes "Bridged", and adapter #2 becomes host only

    I know there is 'fall over' in GUI, but is there anything in ESXI host to say "If it can't reach on 1st adapter, try next one"  Just for convenience so i don't have to recon



  • 2.  RE: NFS share cannot mount unless adapter 1 is bridged.
    Best Answer

    Posted Jan 28, 2019 01:27 AM

    So you're running nested ESXi within Workstation/Fusion here? If so, it'll need to be bridged if the NFS export you're trying to mount is on the same subnet as your Workstation/Fusion host. You need to add a dedicated vNIC and set it to bridged, put a vmkernel interface on it within ESXi, and perform your mount.



  • 3.  RE: NFS share cannot mount unless adapter 1 is bridged.

    Posted Jan 28, 2019 06:27 AM

    ah ok..