Created
August 2, 2019 22:12
-
-
Save andyone/64862cb0c3ae5ef8f47b2a9ad559ced1 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ! Configuration File for keepalived | |
| vrrp_instance VI_1 { | |
| state MASTER | |
| interface eth0 | |
| virtual_router_id 51 | |
| priority 150 | |
| advert_int 1 | |
| authentication { | |
| auth_type PASS | |
| auth_pass test1234 | |
| } | |
| virtual_ipaddress { | |
| 10.32.75.200 | |
| } | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment