Support I have a host A with ip 9.21.118.35, in this host there exists a virtual server with ip 192.168.130.11 and virtual server expose port 31666.
Then I want to connect to virtual server (192.168.130.11 : 31666) from another remote host B with ip 9.21.118.157. host 9.21.118.157 can communicate with host 9.21.118.35.
The question is, is there any ways (tunnel? or HAProxy? or iptable? ...) to make it possible that remote host B (9.21.118.157) can connect virtual server (192.16.130.11)?
Please share your detail commands how to approach it? Thanks in advanced.