When running vagrant up
, it gets stuck at the point when it's trying to mount the NFS shared folders.
https://github.com/hashicorp/vagrant/blob/f2960d545864e1b644fe7fb0f3b82fec9895dd13/website/content/docs/synced-folders/nfs.mdx#L272 mentions to ensure firewall isn't blocking NFS towards the end, but doesn't specify how to allow it in the firewall.
Workaround: Use rsync rather than NFS.
Answer: here