尝试使用Geth连接来自多个虚拟机的节点

时间:2019-07-18 04:06:58

标签: ubuntu networking nodes ethereum portforwarding

我正在尝试在单独的虚拟机上连接2个节点。 这些机器运行的是Ubuntu 64位16.04和Geth 1.8.27稳定版。

问题是我们正在输入此命令

geth --datadir " " --rpc --rpcaddr my-address --port 20202 -networkid 123 
console 2>console.log

当我们键入该代码时,我们会收到此错误

"Fatal: Error starting protocol stack: listen tcp my-address:port: bind:
cannot assign requested address.

我们希望它说“欢迎使用Geth JavaScript控制台!”并让节点信息显示公共IP地址。

请帮助,谢谢。

0 个答案:

没有答案