OVH Cloud OVH Cloud

2.4.20-27.9 et ipv6

2 réponses
Avatar
Jean-Louis Noel
Hello, All!

Depuis le passage au 2.4.20-27.9 (rh9) mes tunnels
ipv4-ipv6 ne fonctionnent plus sauf un. Les tunnels qui
ne fonctionnent plus sont en 3ffe:: celui qui fonctionne est
en 2001::

Ne fonctionne plus!
==========
sit1 Link encap:IPv6-in-IPv4
inet6 addr: 3ffe:b00:c18::69/127 Scope:Global
inet6 addr: fe80::d444:c40f/128 Scope:Link
UP POINTOPOINT RUNNING NOARP MTU:1480 Metric:1
RX packets:22 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:1408 (1.3 Kb) TX bytes:0 (0.0 b)
==========

Si je "pingue" l'autre côté du tunnel j'ai une réponse "local" :
==========
PING 3ffe:b00:c18::68(3ffe:b00:c18::68) from ::1 sit1: 56 data bytes
64 bytes from ::1: icmp_seq=1 ttl=64 time=0.038 ms
64 bytes from ::1: icmp_seq=2 ttl=64 time=0.009 ms
64 bytes from ::1: icmp_seq=3 ttl=64 time=0.008 ms
==========

Fonctionne!
==========
sit5 Link encap:IPv6-in-IPv4
inet6 addr: 2001:600:8:39::2/72 Scope:Global
inet6 addr: fe80::d444:c40f/128 Scope:Link
UP POINTOPOINT RUNNING NOARP MTU:1480 Metric:1
RX packets:49 errors:0 dropped:0 overruns:0 frame:0
TX packets:51 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:41232 (40.2 Kb) TX bytes:5027 (4.9 Kb)
==========

Si je pingue l'autre côté du tunnel j'ai bien une réponse "remote"
==========
PING 2001:600:8:39::1(2001:600:8:39::1) from 2001:600:8:39::2 sit5: 56 data byte
s
64 bytes from 2001:600:8:39::1: icmp_seq=1 ttl=64 time=25.2 ms
64 bytes from 2001:600:8:39::1: icmp_seq=2 ttl=64 time=25.5 ms
64 bytes from 2001:600:8:39::1: icmp_seq=3 ttl=64 time=27 ms
==========
Quelqu'un aurait une idée?

Merci.

Bye,
Jean-Louis

2 réponses

Avatar
Arnaud Gomes-do-Vale
"Jean-Louis Noel" writes:

Quelqu'un aurait une idée?


Regarder la sortie de tcpdump, pour commencer ? :-) Histoire de savoir
si les paquets IP sortent vraiment ou si ton ping affabule.

Sinon, dans l'erratum Red Hat qui correspond à ton noyau, je vois ça :

- An icmp6 socket contention problem was fixed.

Ça pourrait bien être lié, plus qu'à essayer de comprendre comment.

--
Arnaud Gomes-do-Vale -*-*-*-
http://www.glou.org/~arnaud/
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
En savoir plus sur GNU/Linux : http://www.linux-france.org/

Avatar
Jean-Louis Noel
Bonjour Arnaud,

Arnaud écrivait le Sun, 28 Dec 2003 01:30:05 +0100:

AGd> Regarder la sortie de tcpdump, pour commencer ? :-) Histoire de savoir
AGd> si les paquets IP sortent vraiment ou si ton ping affabule.

A mon avis le ping affabule :

========= tcpdump: WARNING: sit1: no IPv4 address assigned
tcpdump: listening on sit1

1 packets received by filter
0 packets dropped by kernel
=========
========= PING 3ffe:b00:c18::68(3ffe:b00:c18::68) from ::1 sit1: 56 data bytes
64 bytes from ::1: icmp_seq=1 ttld time=0.035 ms
64 bytes from ::1: icmp_seq=2 ttld time=0.035 ms
64 bytes from ::1: icmp_seq=3 ttld time=0.039 ms

--- 3ffe:b00:c18::68 ping statistics ---
3 packets transmitted, 3 received, 0% packet loss, time 1998ms
rtt min/avg/max/mdev = 0.035/0.036/0.039/0.005 ms
=========
Le paquet reçu provient de l'autre bout du tunnel
(c'est un BGP4+).

========= sit1 Link encap:IPv6-in-IPv4
inet6 addr: 3ffe:b00:c18::69/127 Scope:Global
inet6 addr: fe80::d444:c40f/128 Scope:Link
UP POINTOPOINT RUNNING NOARP MTU:1480 Metric:1
RX packets:4476 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:286464 (279.7 Kb) TX bytes:0 (0.0 b)
=========
AGd> Sinon, dans l'erratum Red Hat qui correspond à ton noyau, je vois ça :

AGd> - An icmp6 socket contention problem was fixed.

AGd> Ça pourrait bien être lié, plus qu'à essayer de comprendre comment.

Oui, j'avais vu mais ils ne disent pas ce qu'ils ont modifié!

Bye,
Jean-Louis