I'm tryng to build a network of computer and multichain based system.
i start first server:
multichaind xyzchain -daemon
answer from server:
Other nodes can connect to this node using: multichaind xyzchain @1.1.1.1:4765
i go to server number 2, and i connect this server to origin server.
multichaind xyzchain @1.1.1.1:4765
i become answer:
Other nodes can connect to this node using: multichaind xyzchain@2.2.2.2:4336
i go to server number 3, and i connect this server to origin server.
multichaind xyzchain @1.1.1.1:4765
i become answer:
Other nodes can connect to this node using: multichaind xyzchain@3.3.3.3:4336
and i can set more and more servers on same system... null problems
at this we have origin server and some "first ring" servers...
then i connect "second ring of servers":
i go to server number 20 , and i connect this server to server number 2.
multichaind xyzchain @2.2.2.2:4336
i become answer:
Other nodes can connect to this node using: multichaind xyzchain@20.20.20.20:4337
i go to server number 21 , and i connect this server to server number 3.
multichaind xyzchain @3.3.3.3:4336
i become answer:
Other nodes can connect to this node using: multichaind xyzchain@21.21.21.21:4337
and so on ... null problem
if one of the "first server ring" goes down the connected server also goes down... (example: server number 2 goes down, the server 21 goes also down) .
I try to connect the server 21 to server 2 and the server 20 to server 3. in this manner i can prevent lost connection and/or brocken servers....but if i try to do this vonnection i become: answer i can't do thath connection... node alreaddy connected.
how i can connect: server A to server B & server B to server C & Server C to Server A like a triangle ?????? when i try to made last connection C to A the system answer connection alreaddy exist.
sorry for duplicated explanations.... the question is how i can interconnect a multichain servers for prevent to have isolated service servers.
Regards.