Post
Topic
Board Bitcoin Technical Support
Create a bridge between core nodes
by
rabTAI
on 12/09/2019, 16:29:20 UTC
I am trying to set up something like this, but is not able to
I have node A, B, and C
all of them are running 127.0.0.1 but using different port
I dont' want A and B to connect to outer world so this is the config for them
Code:
connect=127.0.0.1
whitelist=127.0.0.1
whitebind=127.0.0.1:1233
whitebind=127.0.0.1:2344
whitebind=127.0.0.1:3455
But my C node works as a bridge between my private node and public nodes
so the config for C is
Code:
listen=1
whitelist=127.0.0.1
the problem is, local node A, B are not connect to C, as far as I understand, C is connect to the outer nodes, and once A and B conneccts to C, then A and B should be connected too
what am I doing wrong>>>
Quote
2019-09-12 05:17:56 connect() to 127.0.0.1:62456 failed after select(): Connection refused (61)
2019-09-12 05:18:02 connect() to 127.0.0.1:62456 failed after select(): Connection refused (61)
2019-09-12 05:18:07 connect() to 127.0.0.1:62456 failed after select(): Connection refused (61)
2019-09-12 05:18:13 connect() to 127.0.0.1:62456 failed after select(): Connection refused (61)
2019-09-12 05:18:18 connect() to 127.0.0.1:62456 failed after select(): Connection refused (61)
A and B are getting this error

Quote
2806:10be:7:27c8:4838:3f1c:1e7a:da69]:62456 failed: No route to host (65)
2019-09-12 05:19:13 connect() to xxxxxx:62456 failed after select(): Connection refused (61)
2019-09-12 05:19:25 connect() to xxxxxx:62456 failed: No route to host (65)
2019-09-12 05:19:34 connect() to xxxxx:62456 failed after select(): Connection refused (61)
2019-09-12 05:19:35 connect() to xxxxxxx:62456 failed after select(): Connection refused (61)
2019-09-12 05:20:05 connect() to xxxxxx:62456 failed after select(): Connection refused (61)
this is what C (public) node has problem