besu-docs
besu-docs copied to clipboard
Separate Listening and Discovery Ports in Node Configuration
The p2p-port configuration file option can be used to configure the listening port for the node, which is used for both the TCP listening port and the UDP discovery port.
For enterprise setups using Kubernetes, users can use K8s services mapping as explained in https://besu.hyperledger.org/en/latest/HowTo/Find-and-Connect/Specifying-NAT/#kubernetes -> K8s services mapping + NAT = different ports possible.
This PR is to seperate the TCP listening port and UDP discovery port into separate CLI options.
See: https://github.com/hyperledger/besu/issues/2308
Completely slipped my mind regarding private Slack links. I've deleted it.