Connection timeout issue
Closed this issue · 1 comments
Deleted user commented
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
Deleted user commented
My firewall blocked the traffic.