I´ve set up a private testnet following the one command tangle tutorial. It works properly (curl checked)
When I try to connect another node to this private Tangle, I get:
Dropping connection to neighbor 172.26.110.183:15600 as handshaking was faulty
I am using the following command to launch the second node in a docker container:
docker run -d -p 14265:14265 --name iri iotaledger/iri:latest --remote true -p 14265 --testnet true --testnet-coordinator coo_addr --auto-tethering true --neighbors tcp://172.26.110.183:15600 --neighboring-socket-port 15600
Am I missing any important parameter?
--neighbors. It looks like you are putting the IP of the wrong node. – whomaniac Nov 26 '19 at 17:07