Mount.nfs: Connection timed out

I’m trying torun vagrant up for the first time, but I’m getting this error:

==> default: Mounting NFS shared folders…
The following SSH command responded with a non-zero exit status.
Vagrant assumes that this means the command failed!

mount -o vers=3,udp 1xxx.xxx.xx.x:/home/erick/… (path)

Stdout from the command:

Stderr from the command:

mount.nfs: Connection timed out

How Can I fix it?

Thank You

What have you tried so far? Googling your error message produces several results

I have to use default ip (192.168.50.5) on trellis configuration (vagrant.default.yml )?