asdfasd
heartbeat管理与虚拟IP介绍
heartbeat管理与虚拟IP介绍

ip别名 要弃用了,centos 6 还有,centos 7 没了

别名设置:
ifconfig eth0:0 10.0.0.9/24 netmask 255.255.255.0 up 回车
这个别名是临时的,重启就没了
heartbeat管理与虚拟IP介绍
route add -host 10.0.0.10 dev eth0 回车
route -n 回车
heartbeat管理与虚拟IP介绍

这是标准配置ip 方法,增加路由
heartbeat管理与虚拟IP介绍
ifconfig eth0:1 down 删掉

别名ip将被遗弃了,用辅助ip替代

heartbeat管理与虚拟IP介绍



本文转自 skinglzw 51CTO博客,原文链接:http://blog.51cto.com/skinglzw/2062199,如需转载请自行联系原作者

相关文章:

  • 2021-08-06
  • 2021-10-16
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-06-30
猜你喜欢
  • 2021-10-07
  • 2021-09-03
  • 2021-06-25
  • 2021-12-16
  • 2021-06-21
  • 2021-11-20
相关资源
相似解决方案