【发布时间】:2018-12-27 09:55:31
【问题描述】:
我在 Azure 上有一个 Windows Server VM,geth 运行良好(没有挖矿,只有节点)。
现在,“启动命令”是:
geth --rpcapi "eth,web3,db,net,personal,admin" --rpcaddr "10.0.0.4" --port "30303" --rpccorsdomain "*" --rpcport "8545" --rpc --ws --wsaddr "10.0.0.4" --nat "any"
从虚拟机本身,我可以去浏览器上写
http://10.0.0.4:8545
一切正常。 从“外部”我尝试访问
http://virtualmachineip:8545
如果我配置的防火墙规则完全允许,我会收到一个超时事件,例如:
可能是什么问题?
谢谢
【问题讨论】:
标签: azure firewall go-ethereum