Check_MK enviou-me um email da seguinte forma:
***** Nagios *****
Notification Type: PROBLEM
Service: Interface 5
Host: foo
Address: x.y.z.t
State: CRITICAL
Date/Time: Fri May 3 10:02:40 ICT 2013
Additional Info: CRIT - [tunl0] (up) speed unknown, in: 3.39MB/s, out: 0.00B/s, out-errors: 100.00%(!!) = 0.1
executando ifconfig
, recebi:
tunl0 Link encap:IPIP Tunnel HWaddr
inet addr:x.y.z.t Mask:255.255.255.255
UP RUNNING NOARP MTU:1480 Metric:1
RX packets:92101704629 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:652 dropped:0 overruns:0 carrier:0
collisions:652 txqueuelen:0
RX bytes:18941091817671 (17.2 TiB) TX bytes:0 (0.0 b)
Preste atenção nos erros e colisões. Eu sei que um valor diferente de zero do campo de colisões indica a possibilidade de congestionamento da rede. Mas:
- Qual pode ser a causa exata? Como posso resolver problemas?
- Existe algum similar a
ethtool
para a interface do túnel IPIP?
modinfo ipip
filename: /lib/modules/2.6.18-194.17.1.el5/kernel/net/ipv4/ipip.ko
license: GPL
srcversion: 288C625C7521D577F7AD9E4
depends: tunnel4
vermagic: 2.6.18-194.17.1.el5 SMP mod_unload gcc-4.1
module_sig: 883f3504ca37590565662cff69dd0be11277ff0a08d3a3...
show de túneis ip
tunl0: ip/ip remote any local any ttl inherit nopmtudisc
ATUALIZAÇÃO em seg 06 de maio 10:05:01 ICT 2013
@Danila Ladner :
Ao pesquisar no Google, achei que este link tem a mesma opinião com você:
My tunnel does not work:
ifconfig tunl<n>
reports errors and collisions
Did you use ifconfig
, perhaps ifconfig ... pointopoint ...
to set up your tunnel?
Shut it down; delete it; start again with ip
.
Mas você poderia, por favor, elaborar mais?
@Sergey Vlasov :
tunl0 Link encap:IPIP Tunnel HWaddr
inet addr:x.y.z.t Mask:255.255.255.255
UP RUNNING NOARP MTU:1480 Metric:1
RX packets:81621711099 errors:0 dropped:0 overruns:0 frame:0
TX packets:2 errors:692 dropped:0 overruns:0 carrier:0
collisions:692 txqueuelen:0
RX bytes:16915649263419 (15.3 TiB) TX bytes:120 (120.0 b)
Eu não entendo porque existem 2 pacotes transmitidos da interface tunl0
? Vou configurar um manipulador de eventos para executar tcpdump
sempre que collisions
counter for aumentado. Vamos esperar para ver o que acontece.
ATUALIZAÇÃO no dia 7 de maio às 14:05:39 TIC 2013
@Danila Ladner : Para excluir a possibilidade, tentei sua sugestão:
ifdown tun0
modprobe -r ipip
modprobe ipip
ip addr add dev tunl0 x.y.z.t/32 brd x.y.z.t
ip link set tunl0 up
Estou esperando para ver se o problema foi resolvido:
tunl0 Link encap:IPIP Tunnel HWaddr
inet addr:x.y.z.t Mask:255.255.255.255
UP RUNNING NOARP MTU:1480 Metric:1
RX packets:19630041 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:4083271398 (3.8 GiB) TX bytes:0 (0.0 b)