winnfsd / vagrant-winnfsd

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

Connection timeout issue #103

Closed ghost closed 7 years ago

ghost commented 7 years ago

Hey,

since today I'm getting an connection timeout when running vagrant up. The last time I run that command successfully on 18.09.2016 (vacation).


Stderr from the command:

mount.nfs: Connection timed out

The following SSH command responded with a non-zero exit status.
Vagrant assumes that this means the command failed!

set -e
mkdir -p /var/www
mount -o vers=3,udp,vers=3,udp,nolock 192.168.56.1:/D/foo/projects/v3 /var/www
if command -v /sbin/init && /sbin/init --version | grep upstart; then
  /sbin/initctl emit --no-wait vagrant-mounted MOUNTPOINT=/var/www
fi

Stdout from the command:

Stderr from the command:

mount.nfs: Connection timed out

I changed nothing.

Can anyone help?

Best, Christian

ghost commented 7 years ago

My firewall blocked the traffic.