Skip to content

Instantly share code, notes, and snippets.

@utdrmac
Created August 19, 2014 15:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save utdrmac/5c64ff62694742c77220 to your computer and use it in GitHub Desktop.
Save utdrmac/5c64ff62694742c77220 to your computer and use it in GitHub Desktop.
vip_move.txt
// If the host with the VIP is up, this removes it
ip addr del 10.20.43.184/32 dev eth2
// Add VIP to new host
ip addr add 10.20.43.184/32 dev eth2
/sbin/arping -c 5 -U -I eth2 10.20.43.184
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment