On Friday 03 April 2009 14:51:11 Burton Simonds wrote: > We are running a 2 node cluster in an active / passive configuration. > When running a sendmail on the passive host, we get a message saying > it can not bind to the vip address (because that address is on the > active.) Is there a way to configure sendmail / postfix to still be > able to send outgoing messages on the passive node. > > B > > -- > Linux-cluster mailing list > [email protected] > https://www.redhat.com/mailman/listinfo/linux-cluster
echo "net.ipv4.ip_nonlocal_bind=1" >> /etc/sysctl.conf sysctl -p Now postfix/sendmail should be able to bind to ips that the server does not have. Best regards, ./npf
-- Linux-cluster mailing list [email protected] https://www.redhat.com/mailman/listinfo/linux-cluster
