I am running a private chain in my LAN with Node1 as primary server. I connected the Node2 to the chain created using Node1 and 2 nodes were synced after I granted permission to connect,send and receive to node2.
Disconnected the node2 by stopping the multichaind and i could see that node1 is still trying to connect to node2 , following is the message in the debug log in node1.
"connect() to 192.168.100.21:4249 failed after select(): Connection refused (111)"
How do I tell node1 not to try to connect to node2. if there any config entry which I can delete the reference to node2.
( my second node was rebooted and hence lost this connectivity. thats the reason for the question)