Hi,
I have setup a 4 node blockchain accross two different servers.
Thay have been linked in a way that node3 was connected to node2
and node2 to node1 which is the initial blockchain node.
All three reside on server1. If I add new assets to node1 they get
propagated to node2 and node3 successfully.
The forth node, node4, resides on server2 in it was connected to
node3 residing on server1.
Server1 and server2 are both on the same network.
All nodes have assigned different rpcports and pear to pear ports
so there is no confusioin there.
My problem is that I do not get any asset propagated to node4.
Can you please help?