I have the following:
- A VPS with real IP
- A local server (my laptop)
The local server can connect to the remote server via its real IP, but of course the remote server knows nothing about the local PC.
Questions:
- Can I implement bidirectional replication using this architecture?
- If yes, how?
Thanks!