Reyk Floeter wrote:
you have to enable ip multicast on the systems.
Shouldn't it be included in the man page then? May be I miss it, but I read them many times over to try to figure it out. I sure will test tonight when the servers are a bit less use.
by default, openbsd rejects any ip multicast traffic by adding a route route -qn add -net 224.0.0.0/4 -interface 127.0.0.1 -reject
One question however. CARP also use multicast and didn't need this, only net.inet.carp.preempt=1 in that specific case. I guess I am not understanding something here, or just not clear to me. Should it be rejected in CARP case as well then? I know both are not related, but I am more referring at the logic of how each work and both use multicast and in one case, the man page said to enable net.inet.carp.preempt=1 and nothing about adding multicast as well. Or is that does the same thing here?
try to set multicast_host=dc0 in /etc/rc.conf or /etc/rc.conf.local
I sure will try. In any case, I sure can use unicast only as well. But I will try to know for sure.
did you upgrade it to 4.1-stable? there was a minor fix for spamd-sync after the release.
No yet. (;< I install about 20 of them all default install for now. Massive roll out last weekend. All new fresh wipe clean. My mistakes here, sorry.
Thanks for the updates, Daniel