simple-bootstrap-node icon indicating copy to clipboard operation
simple-bootstrap-node copied to clipboard

Can we run this bootsrap node behind a NAT

Open rahullenkala opened this issue 6 years ago • 7 comments

Hi When I tried to run this bootstrap node in a different network apart from local network I am unable to connect to it Can you help me with this

rahullenkala avatar Sep 20 '19 05:09 rahullenkala

@BenDerPan Can you please help with this

rahullenkala avatar Sep 20 '19 10:09 rahullenkala

@rahullenkala can you give a mini repro, so I can look into what exactly happend, you mean you can't connect to the bootstrap node or you can't get two node connected from the bootstrap node? I am busy for my job these days, maybe reply slowly.
besides, the go-libp2p has changed, some interface were diffirent or deprecated now, I think I should update this project if it's not compatible, of course, after I finish my job. :)

BenDerPan avatar Sep 20 '19 11:09 BenDerPan

@BenDerPan https://github.com/rahullenkala/pocp2p this the git repo temp.go is the node which I am running on my local network and bootstrap.go in a different network

rahullenkala avatar Sep 20 '19 12:09 rahullenkala

@rahullenkala Hi, it seems that the it is incompatible with the new version of go-libp2p, and I can't run the official go-libp2p-examples/chat-with-rendzvous correctly.

BenDerPan avatar Sep 23 '19 08:09 BenDerPan

@BenDerPan Thank you I resolved it

rahullenkala avatar Sep 26 '19 06:09 rahullenkala

@rahullenkala great! can you make a pull request to this repo?

BenDerPan avatar Sep 26 '19 07:09 BenDerPan

@BenDerPan Sure !!

rahullenkala avatar Sep 30 '19 05:09 rahullenkala