Skip to content

Instantly share code, notes, and snippets.

@fabiocruzcoelho
Created December 6, 2017 18:50
Show Gist options
  • Save fabiocruzcoelho/2c5555fe6d9ee2a1059734f270f3b612 to your computer and use it in GitHub Desktop.
Save fabiocruzcoelho/2c5555fe6d9ee2a1059734f270f3b612 to your computer and use it in GitHub Desktop.
graph LR
A[Pubic VIP] --Floating Virtual IP Address--> B[VRRP]
B --> C{N Master}
B --> D[Private Network]
B --> E{N Backup}
D --> G(Pool Server A)
D --> H(Pool Server B)
G --> I(node A)
H --> J(node B)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment