ipwatchd detecta conflitos inexistentes?

2

Ipwatchd está me contando sobre um conflito que eu simplesmente não entendo. Tanto quanto eu posso dizer, não há conflito. Estou lendo a mensagem errada?

É uma máquina Xen com as seguintes interfaces de rede:

  • bridge 'eth0' (00: 25: 90: 06: db: 1c), contendo peth0 (00: 25: 90: 06: db: 1c, mesmo endereço): 89.188.x.y
  • eth1 (00: 25: 90: 06: db: 1d): 10.0.0.2

O fato de a ponte ser chamada eth0 e a Ethernet física é peth0 é uma idiossincrasia do Xen 4.0.

A mensagem ipwatchd é:

MAC address 0:25:90:6:db:1c causes IP conflict with address 10.0.0.2 set on interface eth1 - passive mode - reply not sent

O MAC mencionado é o da eth0 (peth0). O endereço 10.0.0.2 é de 00: 25: 90: 06: db: 1d. 00: 25: 90: 06: db: 1c não tem 10.0.0.2 e não está em conflito.

Então, o que significa a mensagem?

Saída do Ifconfig:

eth0      Link encap:Ethernet  HWaddr 00:25:90:06:db:1c  
          inet addr:89.188.x.y  Bcast:89.188.x.255  Mask:255.255.255.0
          inet6 addr: fe80::225:90ff:fe06:db1c/64 Scope:Link
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:58247406 errors:0 dropped:0 overruns:0 frame:0
          TX packets:23023834 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:0 
          RX bytes:56204502250 (52.3 GiB)  TX bytes:3110101143 (2.8 GiB)

eth1      Link encap:Ethernet  HWaddr 00:25:90:06:db:1d  
          inet addr:10.0.0.2  Bcast:10.0.0.255  Mask:255.255.255.0
          inet6 addr: fe80::225:90ff:fe06:db1d/64 Scope:Link
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:385178792 errors:0 dropped:487 overruns:0 frame:0
          TX packets:119369439 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000 
          RX bytes:440434537631 (410.1 GiB)  TX bytes:13541159915 (12.6 GiB)
          Interrupt:17 Memory:fb6e0000-fb700000 

peth0     Link encap:Ethernet  HWaddr 00:25:90:06:db:1c  
          inet6 addr: fe80::225:90ff:fe06:db1c/64 Scope:Link
          UP BROADCAST RUNNING PROMISC MULTICAST  MTU:1500  Metric:1
          RX packets:218781801 errors:0 dropped:0 overruns:0 frame:0
          TX packets:250404109 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000 
          RX bytes:88855286807 (82.7 GiB)  TX bytes:258263353372 (240.5 GiB)
          Interrupt:16 Memory:fb5e0000-fb600000

mostra brctl:

# brctl show
bridge name     bridge id               STP enabled     interfaces
eth0            8000.00259006db1c       no              peth0
                                                        vif1.0
                                                        vif10.0
                                                        vif11.0
                                                        vif13.0
                                                        vif14.0
                                                        vif15.0
                                                        vif19.0
                                                        vif2.0
                                                        vif22.0
                                                        vif3.0
                                                        vif4.0
                                                        vif5.0
                                                        vif6.0
                                                        vif7.0
                                                        vif8.0
    
por Halfgaar 15.07.2013 / 15:39

0 respostas

Tags