Trying to run Boundary in dev mode on a Vagrant

Hi. I’m trying to run Boundary inside a Rocky Linux Vagrant on my Mac.

As root I’m running boundary dev -host-address=192.168.56.56 however no matter what it binds to 127.0.0.1, so I can only access it from inside the vagrant with at http://127.0.0.1:9200

How can I make it bind to the 192.168.56.56 IP address so I can hit the webui from my Mac?

Thanks

Needed more settings, this worked:

boundary dev -controller-public-cluster-address=0.0.0.0 -host-address=0.0.0.0 -api-listen-address=0.0.0.0