在 geth 中可以托管不在本地主机上的专用网络吗?

In geth it possible to host a private network not on localhost?

我想知道是否可以在 geth 中而不是在本地主机上托管专用网络。是否可以使用非本地 IP 地址连接到我的私有链?

是的,可以 运行 您自己的本地网络。网上有不同的教程,像这样:https://github.com/ethereum/go-ethereum/wiki/Setting-up-private-network-or-local-cluster

Would it be possible to connect to my private chain using a non-local ip address?

这取决于:如果您的节点绑定到本地主机 (127.0.0.1),则无法从您的计算机外部连接。如果节点绑定到您的(一个或所有)"real" 网络接口,那么每个人都可以连接到这个区块链,具体取决于您的系统连接到网络的方式。那要看你的防火墙,网络and/or你网络环境的代理配置。