simple-bootstrap-node
simple-bootstrap-node copied to clipboard
Can we run this bootsrap node behind a NAT
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
@BenDerPan Can you please help with this
@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 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 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 Thank you I resolved it
@rahullenkala great! can you make a pull request to this repo?
@BenDerPan Sure !!