Quorum Blockchain developer

Job ID: 37862755

Budget: ₹1,500 – ₹12,500 INR

I have created a private blockchain on two different machines. Now I want these nodes to connect with each other as "peers". I am using geth console.

I have tried the following command:

>admin.addPeer("enode://3414c01c19aa75a34f2dbd2f8d0898dc79d6b219ad77f8155abf1a287ce2ba60f14998a3a98c0cf14915eabfdacf914a92b27a01769de18fa2d049dbf4c17694@10.10.23.196:30301");

Here 10.10.23.196 is the IP of the 2nd machine and 30301 is the port on which it's running.

A true value is displayed but when I type:

> admin.peers
[] is displayed.

Need someone experienced to fix this issue. Also, my ports are same on both the machines.
Related categories: Blockchain Ethereum