Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add comment about IPv4/IPv6 connectivity #2870

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions doc/stake-pool-operations/core_relay.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
1 change: 1 addition & 0 deletions doc/stake-pool-operations/getConfigFiles_AND_Connect.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down