I want to use ip(LAN IP) in RPC, not 127.0.0.1 or localhost, but i try to change the configuration of conf with this , but it didn't work
I have been try to close firewall, still not work, and try to add more rpcallowip one by one
my system is ubuntu 20.04
my conf now is:
server=1
testnet=1
rpcuser=test
rpcpassword=123456
rpcallowip=0.0.0.0
rpcallowip=127.0.0.1
rpcallowip=192.168.2.36
rpcallowip=192.168.2.36/255.255.255.0
command report:
2021/07/17 12:33:23 Post "http://192.168.2.36:18332": dial tcp 192.168.2.36:18332: connect: connection refused
(it work in localhost and 127.0.0.1) what should i do?