Replies: 1 comment 4 replies
-
We intended this so that only people who understood the consequences would change it. You can change from localhost to the correct IP address in config.yaml. |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi Everyone
In Windows it would appear that the RPC services are only listening on the local (loopback) ip(s). (see the screenshot below).
This makes it tricksy to do RPC calls from other hosts. (for example building a script running on another host that does RPC calls)
The docs do state that: "The rpc ports should not be exposed to the internet." but as it stands I can't connect to rpc services running on my lan from other hosts due to this binding.
I can obviously do RPCs when I run the call from the same host.
The Non RPC ports (8444 etc) are binding to the network address and I can access them from other hosts (also expected)
Is this intended or am I missing something ?
Beta Was this translation helpful? Give feedback.
All reactions