forbidden when trying to rpc

0 votes
Hi, I'm trying to get a json-rpc working but on the method calls I received a 403 error.

Here are the steps I follow:

       multichain-util create chain1
        echo "rpcallowip=192.168.1.0" >> ~/.multichain/chain1/multichain.conf
        multichaind chain1 -daemon

I then use the contents of ~/.multichain/chain1/multichain.conf to set my credentials in the request. I'm calling from another machine on the network.
asked Oct 1, 2015 by JB

1 Answer

0 votes

I forgot to put the netmask in the rpcallowip value.  It works now!yes

answered Oct 1, 2015 by jb
...