#创建虚VIP
ifconfig eth1:1 192.168.202.200 broadcast 192.168.202.255 netmask 255.255.255.0 up

ip addr add 192.168.202.200/32 dev eth1

#关闭虚VIP
ifconfig eth1:1 192.168.202.200 broadcast 192.168.202.255 netmask 255.255.255.0 down

ip addr del 192.168.202.200/32 dev eth1

 

 

详细信息请参考:https://blog.csdn.net/chengxuyuanyonghu/article/details/83539966

相关文章:

  • 2022-12-23
  • 2021-12-26
  • 2021-07-27
  • 2021-08-04
  • 2022-12-23
  • 2021-11-23
  • 2021-05-23
  • 2021-12-07
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2021-12-20
  • 2022-12-23
  • 2021-12-29
  • 2021-04-06
  • 2022-12-23
相关资源
相似解决方案