Thanks for trying out Boundary @karthick-core!
By default, the worker will advertise it’s addr as the bind address, in this case, it’s binding to localhost. Use the public_addr
setting in your worker configuration to advertise the VM address that is bridged to your host machine. This will make it so the proxy address goes from localhost:9202 to <pub_addr>:9202 when the Boundary CLI connects to the worker.
Also thanks for sending such detailed info here!