New to web based programming.
I have 2 computers (I know their IPs).
One computer has to use a proxy to connect to the internet. The other doesn't connect via a proxy. They are not on the same LAN.
My Question:
Is it possible to connect them using only their IPs (through the proxy) and transfer data between them (at least a text stream)? Or even sockets?
If not, is it possible to connect them using other information, which is obtainable locally from the computers?
It's OK if
1. I have to install modules on both systems;
2. Both of the computers need to have a .py file;
I am using Python 2.7 on Windows 7 on one system(the one behind proxy), but the other has to work with Windows, Debian and Linux(and doesn't use any proxies).
EDIT 1
The Proxy uses Authentication.