Are there any reasonably simple utilities that unix administrators could use to verify p2p communications between Corda nodes, Artemis brokers, which facilitate the node AMQP communication? For example, we need to ensure that the appropriate urls: ports are open inbound/outbound from Node to Notary cluster. It needs to be a command based tool, not a development exercise since the user would be an administrator.
For verification of Node to Doorman/Network Map since the communication is over HTTP the Node administrator may use command curl http://<netmap url>:<netmap port>/network-map/my-ip
. What can be done to verify other protocol communications such as Node to Notary cluster?