Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

关于主节点关闭后从节点没有自动绑定上的问题 #1

Open
byc233518 opened this issue Dec 2, 2024 · 1 comment
Open

Comments

@byc233518
Copy link

byc233518 commented Dec 2, 2024

您好, 想咨询一下 关于主节点手动关机重启之后, 从节点不能自动绑定VIP的问题

A服务器 10.50.1.171
A服务器 10.50.1.172
VIP 10.50.1.170

A服务器上配置文件如下:
global_defs {
vrrp_mcast_group4 224.100.100.100
}
vrrp_instance {
state MASTER
interface 10.50.1.171
interface_name Ethernet0
virtual_router_id 51
priority 100
advert_int 1
virtual_ipaddress {
10.50.1.170
}
}

B服务器上配置文件如下:
global_defs {
vrrp_mcast_group4 224.100.100.100
}
vrrp_instance {
state BACKUP
interface 10.50.1.172
interface_name Ethernet0
virtual_router_id 51
priority 90
advert_int 1
virtual_ipaddress {
10.50.1.170
}
}

@jarryxy
Copy link
Owner

jarryxy commented Dec 2, 2024 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants