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 link to the troubleshoot section #1503

Merged
merged 26 commits into from
Feb 14, 2024
Merged
Changes from 3 commits
Commits
Show all changes
26 commits
Select commit Hold shift + click to select a range
1843fb6
add link to troubleshoot section
joaniefromtheblock Feb 4, 2024
91c73dc
Merge branch 'main' into 1492-troubleshoot
joaniefromtheblock Feb 4, 2024
a71d4e2
update link
joaniefromtheblock Feb 5, 2024
75240de
update language
joaniefromtheblock Feb 5, 2024
1641ccd
reword deprecation
joaniefromtheblock Feb 5, 2024
2737b48
remove space
joaniefromtheblock Feb 5, 2024
338014e
Merge branch 'main' into 1492-troubleshoot
joaniefromtheblock Feb 7, 2024
8639d39
Update manage-peers.md
joaniefromtheblock Feb 9, 2024
05ac1f0
remove spaces
joaniefromtheblock Feb 9, 2024
d7d2c60
update text
joaniefromtheblock Feb 9, 2024
17493f9
Update peering.md
joaniefromtheblock Feb 9, 2024
6798c32
fix link
joaniefromtheblock Feb 9, 2024
4890c92
status
joaniefromtheblock Feb 9, 2024
3f7e204
Update
joaniefromtheblock Feb 9, 2024
9bdcf5a
errors in link
joaniefromtheblock Feb 9, 2024
91c1b8f
rewrite
joaniefromtheblock Feb 9, 2024
3dc13bf
I must get the correct link
joaniefromtheblock Feb 9, 2024
5633fef
spelling error
joaniefromtheblock Feb 10, 2024
9a00bf3
reword and check build
joaniefromtheblock Feb 13, 2024
58f470c
Update relative link
joaniefromtheblock Feb 13, 2024
52206e4
Merge branch 'main' into 1492-troubleshoot
joaniefromtheblock Feb 13, 2024
3b7632c
Update docs/public-networks/how-to/connect/manage-peers.md
joaniefromtheblock Feb 13, 2024
96f0cc3
Add note for AWS ports
joaniefromtheblock Feb 13, 2024
82d3225
Update pwith link
joaniefromtheblock Feb 13, 2024
75118bd
remove AWS node config mention
joaniefromtheblock Feb 14, 2024
9e0b0a3
Add AWS info as note
joaniefromtheblock Feb 14, 2024
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
7 changes: 5 additions & 2 deletions docs/public-networks/how-to/connect/manage-peers.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,11 @@ To reduce the maximum number of peers, use the [`--max-peers`](../../reference/c

The minimum number of peers is set by the `--Xp2p-peer-lower-bound` option, which also has a default of 25. If you reduce the `--max-peers` from the default, you must also set the `--Xp2p-peer-lower-bound` option to the same value or lower. For example, if you decrease `--max-peers` to 20, set `--Xp2p-peer-lower-bound` to 20 or lower.

Note, `Xp2p-peer-lower-bound` is an early access option.
`--Xp2p-peer-lower-bound` is an early access option.
joaniefromtheblock marked this conversation as resolved.
Show resolved Hide resolved

:::


joaniefromtheblock marked this conversation as resolved.
Show resolved Hide resolved
## Limit remote connections

Prevent eclipse attacks when using [`--sync-mode`](../../reference/cli/options.md#sync-mode) and [`--fast-sync-min-peers`](../../reference/cli/options.md##sync-min-peers-fast-sync-min-peers) on public networks by enabling the [remote connection limits](../../reference/cli/options.md#remote-connections-limit-enabled).
Expand Down Expand Up @@ -83,6 +84,8 @@ With discovery disabled, peers can't open connections with the node unless they

If your nodes fail to connect, ensure the [required ports are open](configure-ports.md).

If your nodes are running in AWS, check you have appropriate `SecurityGroups` to allow access to the required ports.
If your nodes are running in AWS, ensure you have the appropriate `SecurityGroups` configured to allow access to the required ports.

Check that the [enode URLs](../../concepts/node-keys.md#enode-url) specified for [bootnodes](../../../private-networks/how-to/configure/bootnodes.md) or [static nodes](static-nodes.md) match the enode URLs displayed when starting the remote nodes.

If your node is having trouble peering, see the [troubleshoot peering documentation](../../how-to/troubleshoot/peering.md).
joaniefromtheblock marked this conversation as resolved.
Show resolved Hide resolved
Loading