mirror of
https://git.proxmox.com/git/mirror_corosync
synced 2025-08-05 09:40:38 +00:00
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>
This commit is contained in:
parent
f85b9448f8
commit
178d09ed85
@ -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
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user