Please consider the following scenario:
Host1 has a public IP
Host2 doesn't
Hosts are in different networks.
Host2 is running a web service (yes, Host2)
Host1 is a client for it
I understand that to provide accessibility to Host2 from Host1:
1) I can set up a VPN, but this is too much just for one communicating channel.
2) I can use SSH connection with remote forwarding (-R option), but again - this is too much
3) I can set up Jabber server on Host1 and Jabber client on Host2 and communicate through the XMPP messaging protocol - nice option but looking for more unattended solution
I'm interested in finding a software that allows to set up a persistent socket connection between these hosts and map web service port from Host2 to Host1.
Please advise to what type of proxy this scenario conforms and is there any software for that?
UPDATE: A good rephrase for this question: How to map a listening port from Host2 to Host1?
Thank you in advance!