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?