Server IP : 111.118.215.189 / Your IP : 216.73.216.3 Web Server : Apache System : Linux md-in-83.webhostbox.net 4.19.286-203.ELK.el7.x86_64 #1 SMP Wed Jun 14 04:33:55 CDT 2023 x86_64 User : a1673wkz ( 2475) PHP Version : 8.2.25 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON Directory (0755) : /proc/self/root/usr/share/doc/conntrack-tools-1.4.4/doc/sync/ |
[ Home ] | [ C0mmand ] | [ Upload File ] |
---|
# # Simple script for primary-backup setups # vrrp_sync_group G1 { # must be before vrrp_instance declaration group { VI_1 VI_2 } notify_master "/etc/conntrackd/primary-backup.sh primary" notify_backup "/etc/conntrackd/primary-backup.sh backup" notify_fault "/etc/conntrackd/primary-backup.sh fault" } vrrp_instance VI_1 { interface eth1 state SLAVE virtual_router_id 61 priority 80 advert_int 3 authentication { auth_type PASS auth_pass papas_con_tomate } virtual_ipaddress { 192.168.0.100 # default CIDR mask is /32 } } vrrp_instance VI_2 { interface eth0 state SLAVE virtual_router_id 62 priority 80 advert_int 3 authentication { auth_type PASS auth_pass papas_con_tomate } virtual_ipaddress { 192.168.1.100 } }