Connection from one appVM to anotherVM

Maybe I missed it while searching, but I can’t figure it out and need your help please.

I set up one debian appVM and run a server on it that listens on localhost:3000/api (also tried to listen for 0.0.0.0:3000/api)
I set up another appVM with no internet connection and want to connect to that appVM above(send it something, recieve from it etc).

some notes:
from the same appVM it works.
I tried to use curl for testing from another appVM, like:
curl (http://)10.137.0.39/3000/api and curl --proxy (http://)127.0.0.1:8082 (http://)10.137.0.39/3000/api
I wraped the http because forum doesn’t let me post it the right way.

Any suggestions please?

https://www.qubes-os.org/doc/firewall/#opening-a-single-tcp-port-to-other-network-isolated-qube

For stuff like that you can use inline code or a code block:

https://meta.discourse.org/t/formatting-posts-using-markdown-bbcode-and-html/239348#supported-markdown-4

1 Like

Thanks man! Worked like a charm!

1 Like