From 178d09ed85d117b8eb5533022e4b61e9d1758856 Mon Sep 17 00:00:00 2001 From: Florian Haas Date: Tue, 26 Jul 2011 18:16:31 +0200 Subject: [PATCH] corosync.conf.example: change mcastaddr Change suggested mcastaddr to one in the 239.255.0.0/16 pseudo-subnet. Multicast addresses outside 239.x.x.x may be IANA registered and can clash with other services present on the network. Suggest an address defined as part of the multicast IPv4 Local Scope in RFC 2365. Signed-off-by: Florian Haas Reviewed-by: Dan Frincu Reviewed-by: Jan Friesse Reviewed-by: Steven Dake --- conf/corosync.conf.example | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/corosync.conf.example b/conf/corosync.conf.example index 5a8d1952..149b72ec 100644 --- a/conf/corosync.conf.example +++ b/conf/corosync.conf.example @@ -8,7 +8,7 @@ totem { interface { ringnumber: 0 bindnetaddr: 192.168.1.0 - mcastaddr: 226.94.1.1 + mcastaddr: 239.255.1.1 mcastport: 5405 ttl: 1 }