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?