can you paste a bad /etc/exprorts?
are you in the last vagrant version?
What I am understand now is this.
vagrant setup /etc/exports for a folder, and secure by guest ip access.
a new guest came in, and /etc/exports gets updated, and having multiple entires cause trouble.
I will like to see one /etc/exports first since I would assume all the vms are having the same ip, so the same /etc/exports should work
if each guest is getting different ip, then /etc/exports should be like
/folder machine1(permissions) machine2(permissions)
instead of
/folder machine1(permissions)
/folder machine2(permissions)
Thanks