winnfsd / vagrant-winnfsd

Manage and adds support for NFS for Vagrant on Windows.
Other
567 stars 62 forks source link

WinNFSd does not attach to VirtualBox host IP address #53

Open andrewmatthews opened 9 years ago

andrewmatthews commented 9 years ago

When launched from the Vagrant WinNFSd plugin, WinNFSd attaches does not attach expected to the Virtualbox host port. The plugin then attempts to mount the NFS share/s using the wrong IP address, and simply stalls.

By editing the class file (synced_folders.rb) and hard-coding the host IP address to the IP address that WinNFSd attaches to, I was able to get Vagrant to mount the shares.

dmwp37 commented 9 years ago

I met the same problem, hard-coding IP address works. But after change back to original synced_folders.rb, I can't reproduce it any more.

krasi-georgiev commented 8 years ago

same issue

also reported by one more user https://github.com/winnfsd/vagrant-winnfsd/issues/67

andythorne commented 8 years ago

Had the same issue - had to hard code the IP address, like @dmwp37 did.