I'm creating a chain using multichain-util, setting a username and password in multichain.conf, and then starting the daemon using multichaind chainname -rpcallowip=0.0.0.0/0 -daemon.
I receive the following output:
Starting up node...
Other nodes can connect to this node using:
multichaind chainname@172.20.10.0:7217
Node ready.
When trying to use multichaind chainname@172.20.10.0:7217 -rpcport=7216 -rpcuser=multichainrpc -multichainpass=pass from another computer I receive:
Error: Couldn't connect to the seed node 172.20.10.0 on port 7217 - please check multichaind is running at that address and that your firewall settings allow incoming connections.
I have tried turning firewalls off to no success. I can create two nodes and connect them successfully when they are using the same internet connection, but can't find what the problem is here.