Created
November 6, 2012 15:37
-
-
Save sdoro/4025483 to your computer and use it in GitHub Desktop.
corosync multicast addresses and ports
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# netstat -plantu | grep corosync | |
udp 0 0 10.0.1.219:5410 0.0.0.0:* 3916/corosync | |
udp 0 0 10.0.1.219:5411 0.0.0.0:* 3916/corosync | |
udp 0 0 226.94.1.11:5411 0.0.0.0:* 3916/corosync | |
udp 0 0 10.254.254.254:5412 0.0.0.0:* 3916/corosync | |
udp 0 0 10.254.254.254:5413 0.0.0.0:* 3916/corosync | |
udp 0 0 226.94.1.13:5413 0.0.0.0:* 3916/corosync |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment