RPC from Wine to its host

Questions about Wine on Linux
Locked
owlrly
Newbie
Newbie
Posts: 1
Joined: Wed Nov 21, 2018 6:29 pm

RPC from Wine to its host

Post by owlrly »

Hello,
I'm trying to figure out how to send RPC commands from a wineprefix to an rpyc server running on Wine's Debian host machine. So far I have the following things done:
  • installed python27 in the wineprefix (using winetricks),
  • in wineprefix - installed rpyc via pip.
Now I have the problem with Wine recognizing only its own open ports, and running netstat -ab seems to confirm this. Therefore, rpyc client doesn't have anything to connect to. Is it at all possible to connect to a port open on Wine's host GNU/Linux system?

Please advise.
Locked