userdoc:tt_high_availability

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Next revision Both sides next revision
userdoc:tt_high_availability [2018/07/29 20:12]
abelbeck [Example Basic Configuration]
userdoc:tt_high_availability [2018/07/29 20:14]
abelbeck [Example Basic Configuration]
Line 37: Line 37:
 The virtual IPv4 address ''10.10.50.244'' labeled ''eth0:10'' will float between "master" and "backup", preferring "master" as long as it is available. The virtual IPv4 address ''10.10.50.244'' labeled ''eth0:10'' will float between "master" and "backup", preferring "master" as long as it is available.
  
-Master, Primary IPv4: ''10.10.50.62''\\+Master, primary IPv4: ''10.10.50.62''\\
 Configuration: ''/mnt/kd/keepalived/keepalived.conf'' Configuration: ''/mnt/kd/keepalived/keepalived.conf''
  
Line 71: Line 71:
   }   }
  
-Backup, Primary IPv4: ''10.10.50.65''\\+Backup, primary IPv4: ''10.10.50.65''\\
 Configuration: ''/mnt/kd/keepalived/keepalived.conf'' Configuration: ''/mnt/kd/keepalived/keepalived.conf''
  
Line 111: Line 111:
 !!Tip ->!! Watch the VRRP packets with: ''tcpdump -i eth0 -vvn vrrp'' !!Tip ->!! Watch the VRRP packets with: ''tcpdump -i eth0 -vvn vrrp''
  
-At this point on the master ''ip addr show dev eth0'' should display the line containing ''10.10.50.244''+At this point on the master ''ip addr show dev eth0'' should display line containing ''10.10.50.244''
  
   inet 10.10.50.244/32 scope global eth0:10   inet 10.10.50.244/32 scope global eth0:10
  • userdoc/tt_high_availability.txt
  • Last modified: 2018/08/02 10:51
  • by abelbeck