Explorar el Código

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 <florian.haas@linbit.com>
Reviewed-by: Dan Frincu <dan.frincu@1and1.ro>
Reviewed-by: Jan Friesse <jfriesse@redhat.com>
Reviewed-by: Steven Dake <sdake@redhat.com>
Florian Haas hace 14 años
padre
commit
178d09ed85
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      conf/corosync.conf.example

+ 1 - 1
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
 	}