From 7ae8f5e7840db2b753c25e1a17a38c572f6c6a64 Mon Sep 17 00:00:00 2001 From: Wessel Nieboer Date: Thu, 15 Jul 2021 10:22:09 +0200 Subject: [PATCH] Add comment about IPv4/IPv6 connectivity --- doc/stake-pool-operations/core_relay.md | 4 ++++ doc/stake-pool-operations/getConfigFiles_AND_Connect.md | 1 + 2 files changed, 5 insertions(+) diff --git a/doc/stake-pool-operations/core_relay.md b/doc/stake-pool-operations/core_relay.md index 52b5aee1ae9..19456669b25 100644 --- a/doc/stake-pool-operations/core_relay.md +++ b/doc/stake-pool-operations/core_relay.md @@ -44,3 +44,7 @@ Make your __relay node__ `talk` to your __block-producing__ node and __other rel } ] } + +**Note**: If you want to connect to IPv4 and IPv6 relays, you must either not +specify host addresses when starting `cardano-node` or make sure to specify +both an IPv4 and IPv6 host address. diff --git a/doc/stake-pool-operations/getConfigFiles_AND_Connect.md b/doc/stake-pool-operations/getConfigFiles_AND_Connect.md index 7704cce442a..22bdfae40ab 100644 --- a/doc/stake-pool-operations/getConfigFiles_AND_Connect.md +++ b/doc/stake-pool-operations/getConfigFiles_AND_Connect.md @@ -44,6 +44,7 @@ Get the complete list of available options with `cardano-node run --help` specified slot -h,--help Show this help text +**Note**: If you do not specify `--host-addr` nor `--host-ipv6-addr`, node will use the default IPv4 and IPv6 addresses (depending which addresses are available). If one specifies one of them only that address will be used, in particular if you only provide an IPv4 address, the node will not connect over IPv6. To start a passive node: cardano-node run \