When you start the beacon service a random UDP port is grabbed. When the beacon is stopped and restarted a different UDP port is taken. If you have this machine configured with a firewall, you need to continue to open up ports.
Steps to Reproduce:
Expected Result: The IP address of the machine should reference the same port
Actual Result: Notice the IP address of the machine with a different port being used
Any supported clarity releases configured either with multicast or JDBC Ping
JGroups requires the Ephemeral Port range to be open. It will pull a "random" port from that range. Additional information can be found in our documentation
Ephemeral Ports - Defines the ephemeral (short-lived) port range.
This is required for multicast / JDBC Ping to work.