search for: vrrp_unicast_bind

Displaying 2 results from an estimated 2 matches for "vrrp_unicast_bind".

2015 Sep 29
3
Keepalived vrrp problem
...s --- 5 packets transmitted, 0 received, +4 errors, 100% packet loss, time 14001ms pipe 3 Here are my configs starting with the first machine: # cat keepalived.conf vrrp_instance VI_1 { interface eth1 state MASTER virtual_router_id 51 priority 101 # 101 on master, 100 on backup vrrp_unicast_bind 10.40.116.30 # Internal IP of this machine vrrp_unicast_peer 10.40.116.31 # Internal IP of peer virtual_ipaddress { 10.40.116.34 } And here's the config on the second machine: # cat /etc/keepalived/keepalived.conf vrrp_instance VI_1 { interface eth1 state MASTER virtual_router_id 51 prio...
2015 Sep 29
1
Keepalived vrrp problem
Em 29-09-2015 15:03, Gordon Messmer escreveu: > On 09/29/2015 09:14 AM, Tim Dunphy wrote: >> And if I do an ifconfig command I see no evidence of an eth1 existing. > > "ifconfig -a" will show you all of your interfaces. Maybe there is a confusion here. Sounds like Tim thought keepalived would create that eth1, like a tunnel interface, but it won't. You have to