Vagrant reload --provision

I recently had to do a clean install of vagrant.
OS: Windows 10
Virtualbox: 6.1
Vagrant: 2.2.19

vagrant_log.txt (1.1 MB)

I have used the same configuration file as Homestead.yaml and kept the folder structure.
When I launch vagran reload provision the following appears:

I recently had to do a clean install of vagrant.
I have used the same configuration file as Homestead.yaml and kept the folder structure.
When I launch vagran reload provision the following appears:

homestead: /home/vagrant/cart => C:/Users/usuario/projects/cart
homestead: /home/vagrant/code => C:/Users/usuario/projects/code
homestead: /home/vagrant/code4 => C:/Users/usuario/projects/code4
homestead: /home/vagrant/code5 => C:/Users/usuario/projects/code5
homestead: /home/vagrant/code3 => C:/Users/usuario/projects/code3
homestead: /home/vagrant/code2 => C:/Users/usuario/projects/code2
homestead: /home/vagrant/cmuros => C:/Users/usuario/projects/cmuros
homestead: /home/vagrant/ecomerce => C:/Users/usuario/projects/ecomerce
homestead: /home/vagrant/apipresta => C:/Users/usuario/projects/apipresta
homestead: /home/vagrant/incidencias => C:/Users/usuario/projects/incidencias
homestead: /home/vagrant/bewaterevents => C:/Users/usuario/projects/bewaterevents
homestead: /home/vagrant/tienda_online => C:/Users/usuario/projects/tienda_online
homestead: /home/vagrant/intranetOficemen => C:/Users/usuario/projects/intranetOficemen
==> homestead: Detected mount owner ID within mount options. (uid: 1000 guestpath: /vagrant)
==> homestead: Detected mount group ID within mount options. (gid: 1000 guestpath: /vagrant)
==> homestead: Detected mount owner ID within mount options. (uid: 1000 guestpath: /home/vagrant/code)
==> homestead: Detected mount group ID within mount options. (gid: 1000 guestpath: /home/vagrant/code)
==> homestead: Detected mount owner ID within mount options. (uid: 1000 guestpath: /home/vagrant/code2)
==> homestead: Detected mount group ID within mount options. (gid: 1000 guestpath: /home/vagrant/code2)
==> homestead: Detected mount owner ID within mount options. (uid: 1000 guestpath: /home/vagrant/code3)
==> homestead: Detected mount group ID within mount options. (gid: 1000 guestpath: /home/vagrant/code3)
==> homestead: Detected mount owner ID within mount options. (uid: 1000 guestpath: /home/vagrant/code4)

I connect well against the homestead database, I enter via ssh and I see the directories fine but when I try to access it through the browser it returns an ERR_CONNECTION_TIMED_OUT.
I understand that this happens to me because it does not map the folders well.
I have tried to modify the Vagrantfile with this:
config.vm.synced_folder “.”, “/vagrant”, :mount_options => [“dmode=777”,“fmode=666”]

but it hasn’t worked for me either.

Could someone tell me what is happening to me?

I live log.

All the best.