Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- !
- ! Configuration file for keepalived
- !
- vrrp_instance eth0_1 {
- state BACKUP
- interface eth0
- virtual_router_id 1
- use_vmac eth0v1
- priority 100
- preempt_delay 10
- virtual_ipaddress {
- 192.168.123.1
- }
- }
Add Comment
Please, Sign In to add comment