Hi and HELP please - cannot connect to my :forwarded_port / Configure Networking

I am working on an intel mac

  • I can vagrant up and provision with no issues
  • The project builds without an issue

But when attempting to view my project in the browser I get a site cant can't be reached
I have tried the below with no ability to connect to my application

  • machine.vm.network :forwarded_port, guest: 80, host: 4567
  • machine.vm.network “forwarded_port”, guest: 92, host: 9292

When in SSH and I run ip addr I get 127.0.0.1.
Thank you for any recommendations