Keepalived não enviando propagandas mutlicast

6

Eu tenho dois sistemas, ambos VMs. Estão configurados para usar a rede em ponte. Eu estou tentando obter keepalived para gerenciar a propriedade de um VIP - 10.190.1.230. Eu tentei duas versões do keepalived-1.2.2 e keepalived-1.2.1, construídas a partir da fonte.

ServerA - RHEL5.2 x64 - 10.190.1.228 - PRIORITY 50
ServerB - RHEL6 x64 - 10.190.1.229 - PRIORITY 101
VIP - 10.190.1.230

Meu problema parece ser keepalived no ServerB não está enviando anúncios multicast. Está vendo anúncios multicast. do ServerA:

[root@ServerB~]# tcpdump -vv -c 3 -i eth0 vrrp
tcpdump: listening on eth0, link-type EN10MB (Ethernet), capture size 65535 bytes
10:18:10.760577 IP (tos 0x0, ttl 255, id 856, offset 0, flags [none], proto VRRP (112), length 40)
10.190.1.228 > 224.0.0.18: VRRPv2, Advertisement, vrid 151, prio 50, authtype none, intvl 1s, length 20, addrs: 10.190.1.230
10:18:11.762039 IP (tos 0x0, ttl 255, id 857, offset 0, flags [none], proto VRRP (112), length 40)
10.190.1.228 > 224.0.0.18: VRRPv2, Advertisement, vrid 151, prio 50, authtype none, intvl 1s, length 20, addrs: 10.190.1.230
10:18:12.762883 IP (tos 0x0, ttl 255, id 858, offset 0, flags [none], proto VRRP (112), length 40)
10.190.1.228 > 224.0.0.18: VRRPv2, Advertisement, vrid 151, prio 50, authtype none, intvl 1s, length 20, addrs: 10.190.1.230
3 packets captured
3 packets received by filter
0 packets dropped by kernel
[root@ServerB~]# 

Se eu matar o keepalived no ServerA e manter o tcpdump em execução, não vejo pacotes. Estou usando a seguinte configuração keepalived simples:

Servidor A - 10.190.1.228

 vrrp_instance VI_1 {
    interface eth0
    state BACKUP 
    virtual_router_id 151
    priority 50 
    virtual_ipaddress {
            10.190.1.230
    }
}

Servidor B - 10.190.1.229

vrrp_instance VI_1 {
    interface eth0
    state MASTER
    virtual_router_id 151
    priority 100 
    virtual_ipaddress {
        10.190.1.230
    }
}

ServerA, corretamente eu acho, visto que ele não pode ver anúncios VRRPv2 da prioridade mais alta keepalived no ServerB, está segurando o VIP:

[root@ServerA~]# ip add sh eth0
2: eth0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast qlen 1000
link/ether 08:00:27:59:58:c0 brd ff:ff:ff:ff:ff:ff
inet 10.190.1.228/24 brd 10.190.1.255 scope global eth0
inet 10.190.1.230/32 scope global eth0
inet6 fe80::a00:27ff:fe59:58c0/64 scope link 
   valid_lft forever preferred_lft forever
[root@ServerA~]# 

Configuração de rede

Os firewalls estão desativados nas duas máquinas. Ambas as interfaces têm o sinalizador MULTICAST definido.

Eu usei o iperf para publicar no grupo VRRP:

[root@ServerB~]# iperf -u -c 224.0.0.18
------------------------------------------------------------
Client connecting to 224.0.0.18, UDP port 5001
Sending 1470 byte datagrams
Setting multicast TTL to 1
UDP buffer size:  122 KByte (default)
------------------------------------------------------------
[  3] local 10.190.1.229 port 32929 connected with 224.0.0.18 port 5001
^C[ ID] Interval       Transfer     Bandwidth
[  3]  0.0- 0.6 sec  73.2 KBytes  1.05 Mbits/sec
[  3] Sent 51 datagrams
[root@ServerB~]# 

ServerA pode ver esse tráfego:

[root@ServerA~]# tcpdump -c 3 -i eth0 host 224.0.0.18
tcpdump: verbose output suppressed, use -v or -vv for full protocol decode
listening on eth0, link-type EN10MB (Ethernet), capture size 96 bytes
10:37:30.460427 IP 10.190.1.229.33088 > vrrp.mcast.net.commplex-link: UDP, length 1470
10:37:30.472247 IP 10.190.1.229.33088 > vrrp.mcast.net.commplex-link: UDP, length 1470
10:37:30.482908 IP 10.190.1.229.33088 > vrrp.mcast.net.commplex-link: UDP, length 1470
3 packets captured
10 packets received by filter
0 packets dropped by kernel
[root@ServerA~]# 

O acima me faz pensar que isso não é um problema de rede. Eu não tenho rotas mutlast na tabela de roteamento, mas o acima sugere que eu não preciso de um. O tráfego multicast está usando eth0.

Finalmente, aqui está logout do keepalived no ServerB:

May 18 10:40:46 ServerB Keepalived: Starting Keepalived v1.2.1 (05/17,2011)
May 18 10:40:46 ServerB Keepalived: Remove a zombie pid file /var/run/keepalived.pid
May 18 10:40:46 ServerB Keepalived: Registering Kernel netlink reflector
May 18 10:40:46 ServerB Keepalived: Registering Kernel netlink command channel
May 18 10:40:46 ServerB Keepalived: Registering gratutious ARP shared channel
May 18 10:40:46 ServerB Keepalived: Configuration is using : 55219 Bytes
May 18 10:40:46 ServerB Keepalived: Using LinkWatch kernel netlink reflector...

Eu não o executei com o switch -D, isso parece ser uma depuração de memória e significa muito pouco para mim. Enviei a saída do Strace para aqui .

Quando eu strace keepalived com o sinalizador -n (não garfo) recebo a seguinte saída, após a saída vinculada acima:

sendto(3, "<30>May 18 10:58:50 Keepalived: "..., 68, MSG_NOSIGNAL, NULL, 0) = 68
sendto(3, "<30>May 18 10:58:50 Keepalived: "..., 75, MSG_NOSIGNAL, NULL, 0) = 75
rt_sigaction(SIGCHLD, {0x411b60, [], SA_RESTORER|SA_RESTART, 0x3db5a32a20}, {SIG_DFL, [], 0}, 8) = 0
select(1024, [4 6], [], [], {1, 0})     = 0 (Timeout)
select(1024, [4 6], [], [], {1, 0})     = 0 (Timeout)
select(1024, [4 6], [], [], {1, 0})     = 0 (Timeout)
select(1024, [4 6], [], [], {1, 0})     = 0 (Timeout)
[ etc ..]

Isto está em contraste com a saída de strace para o trabalho keepalived no ServerA, no qual eu posso ver as chamadas sendto (), sendmdg () e recmsg () sendo feitas.

    
por The_Viper 18.05.2011 / 11:49

1 resposta

4

Garoto eu me sinto idiota. Eu tinha meu arquivo keepalived.conf salvo como keepalived.cfg em / etc / keepalived / (acho que eu peguei isso do haproxy.cfg). O Keepalived procura pelo /etc/keepalived/keepalive.conf. Eu estava começando keepalived sem o sinalizador -f, então ele estava começando sem configuração.

Se eu tivesse usado as opções -d (dump conf para syslog) eu teria visto que estava usando a configuração padrão e não pegaria minhas configurações.

    
por 19.05.2011 / 12:03