Unable to connect peers in local network , Please Help !

tulioemmanueltulioemmanuel Member Posts: 1
edited July 2016 in Geth - Go Implementation
Hey folks , need some help here !
I have two geth instances running in different virtual machines (192.x.x.220 and 192.x.x.222) in a virtual network , both with CentOS 7 installed.

Instance 1:
admin.nodeInfo.enode

"enode://.....blablabla....@[::]:30303?discport=0"

Instance 2:
admin.nodeInfo.enode

"enode://.....blablabla....@[::]:30303?discport=0"

both with --maxpeers 25 set .

If i run admin.addPeer("@192.x.x.220:30303") in Instance 2

geth does not add Instance1 as Instance2 peer.

admin.peers
[]


PLEASE HELP !!!!!

EDIT : If i run 2 instances in the same machine i get no problems
Sign In or Register to comment.