设置iptable后----heartbeat不能正常切换

发布于 2022-09-26 12:12:22 字数 456 浏览 16 评论 0

linux集群问题----heartbeat

前两天用两台机子做heartbeat ,主要提供WEB服务,配置完成后,当主服务器档机后,可以自动切换到辅助服务器上,实现了快速的故障转移,为了安全起见,我设置了iptables

iptables -P INPUT DROP
iptables -P OUTPUT ACCEPT
iptables -I INPUT -p tcp --dport 80 -j ACCEPT
iptables -I INPUT -p tcp --dport 22 -j ACCEPT
iptables -I INPUT -p udp --dport 694 -j ACCEPT
service iptables save

这样设置后,当主服务器档机后,却不能切换到辅助服务器上,不知道iptables哪设置错了,请大伙指教下,谢谢!!!

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(6

肤浅与狂妄 2022-10-03 12:12:22

heartbeat use port 693  ??   u are sure u open the server port in iptables   ?
netstat -ant | grep LISTEN

and  u can see  ur heartbeat log in ur log file    , check the problem

帝王念 2022-10-03 12:12:22

Thank you for your help!!

I do not know the port heartbeat!

囍笑 2022-10-03 12:12:22

find  it in the /etc/ha.d/ha.cf     

didn't u   config it  ?

谢绝鈎搭 2022-10-03 12:12:22

u  use iptables  , so  it  close the port of heartbeat     

then   heartbeat  cannot work , it  use ping  to know whether the master or slave  is living ?

狂之美人 2022-10-03 12:12:22

If the installation iptables, then what should be open ports?

网白 2022-10-03 12:12:22

原帖由 king_819 于 2007-11-30 14:38 发表
If the installation iptables, then what should be open ports?

......     

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文