Skip to content

Instantly share code, notes, and snippets.

@sdoro
Created November 6, 2012 15:37
Show Gist options
  • Save sdoro/4025483 to your computer and use it in GitHub Desktop.
Save sdoro/4025483 to your computer and use it in GitHub Desktop.
corosync multicast addresses and ports
# 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