Following this tutorial I have a network of five nodes running, the boot node and four peers. The boot node shows four peers. Two nodes running on the same PC find each other and see two peers each. But the final two nodes show only a single peer, the boot node.
How do I get the nodes to see all other peers and not just the boot node?
I'm attempting to connect using the below with the node_name
, IP, and xxxyyyzzz
bits filled out correctly for my network.
./target/release/node-template \
--base-path /tmp/<node_name> \
--chain ./customSpecRaw.json \
--port 30333 \
--ws-port 9945 \
--rpc-port 9933 \
--validator \
--rpc-methods Unsafe \
--name <other_node_name> \
--bootnodes /ip4/<ip_addr>/tcp/30333/p2p/xxxyyyzzz