we have two client machines, how do we connect both of them using proxy server? As you said earlier: "To start a RethinkDB proxy on the client: rethinkdb proxy -j -j ..." only of the clients can connect in this way, since the ports will already be in use.
Asked
Active
Viewed 302 times
1
-
Could you share more about how your architecture is setup @hellodk? – dalanmiller Sep 09 '15 at 18:13
1 Answers
1
As mentioned elsewhere, you can avoid the port conflict by passing in the -o 1
argument. This shifts the ports that the proxy uses by an offset of 1.

Daniel Mewes
- 1,876
- 14
- 16