Communicating to a Node using RPC remotely fails

0 votes
Hello all.

I noticed that in params.dat, the default RPC port to communicate with multichain is 2776. From my local computer I try to connect to the multichain instance using wget. I have inbound and outbound security groups enabled for ports 2776 and 2777.

When I try to to communicate using wget, I can get a connection using 2777, but I get a Refused Connection using 2776.

How can I enable communicating to the MC node using port 2776 for RPC calls that are not localhost?
asked Sep 26, 2016 by 0nix

1 Answer

0 votes

Search this Q&A for rpcallowip and you'll see a few answers about it.

answered Sep 27, 2016 by MultiChain
...