配置真实服务器的ip地址,在lo接口上监听VIP:
配置完发现其他机ping不通这台机的real IP了,用
#ip addr del $VIP/24 dev lo
删除监听地址后才恢复正常
后来对照实验手册,发现是要写成32位地址前缀:
#ip addr add $VIP/32 dev lo