I would guess that there is just some settings with VirtualBox networking that needs to be resolved.
Let’s do tests step by step:
- Make sure the REST API is accessible from your Windows host itself. You can use curl from WSL or simply open 192.168.1.6:9090 from your browser. With Chrome you can run Inspect and make sure you get HTTP 200 OK.
- If that works, let’s test from within Solace PubSub+ container. First just check if we can
ping 192.168.1.6from your Solace shell. - If that works, let’s check the REST port. You can test this by doing
curl -v 192.168.1.6:9090from your Solace shell, just to easily check the connection is there or not. - If that works too, then we need to look at your Solace logs to check

Otherwise you could play around with the Solace Cloud free instance and point out to a dummy REST API server on Internet like http://dummy.restapiexample.com to avoid the networking hassles. For free Solace Cloud instances, just go to console.solace.cloud and create a user.


