mirror of
https://github.com/XRPLF/xrpl-dev-portal.git
synced 2025-11-20 03:35:51 +00:00
Link peer protocol w/ default port notes
This commit is contained in:
@@ -33,7 +33,7 @@ If you run multiple [`rippled` servers](the-rippled-server.html) in the same dat
|
||||
|
||||
This defines specific peer servers to which this server should always attempt to maintain a direct peer-to-peer connection.
|
||||
|
||||
**Note:** If you omit the port number, the server uses port 2459, the IANA-assigned port for the XRP Ledger protocol. [New in: rippled 1.6.0][]
|
||||
**Note:** If you omit the port number, the server uses port 2459, the IANA-assigned port for the [XRP Ledger protocol](peer-protocol.html). [New in: rippled 1.6.0][]
|
||||
|
||||
2. In the `[node_seed]` section, set the server's node seed to one of the `validation_seed` values you generated using the [validation_create method][] in step 2. Each server must use a unique node seed. For example:
|
||||
|
||||
|
||||
@@ -44,7 +44,7 @@ To set up a specific server as a private peer, complete the following steps:
|
||||
192.168.0.1 51235
|
||||
192.168.0.2 51235
|
||||
|
||||
**Note:** If you omit the port number, the server uses port 2459, the IANA-assigned port for the XRP Ledger protocol. [New in: rippled 1.6.0][]
|
||||
**Note:** If you omit the port number, the server uses port 2459, the IANA-assigned port for the [XRP Ledger protocol](peer-protocol.html). [New in: rippled 1.6.0][]
|
||||
|
||||
4. If using proxies, cluster them with your private peer and each other.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user