OVH Community, votre nouvel espace communautaire.

Mon dédié ne peut joindre aucun autre serveur (ping ne répond pas)


cdurandeau
04/10/2014, 08h58
C'est précisément ce qui s'est produit. Mauvaise configuration de l'IP FailOver, OVH a bloqué cette IP et comme elle était présente dans la liste des IP pour le bind, la résolution, DNS ne marchait plus du tout, serveur dédié coupé du reste du monde. C'est violent quand même

Nowwhat
03/10/2014, 23h42
Citation Envoyé par cdurandeau
..... Mes IP FailOver semblent maintenant correctement configurées et je n'ai plus des erreurs arp à tout va.
Sache que ce genre d'erreurs ARP peut conduire OVH à bloquer l'IP.
Apparemment ils n'aiment pas ça.
Citation Envoyé par cdurandeau
.Ouf, quelle journée, mais j'ai appris pleins de choses ;-)
T'es sur la bonne voie !
T'as eu l'idée de consulter et montrer les logs. Ce qu'il faut faire. Il y a toujours quelqu'un qui reconnait de suite le "pas normal ça" avec comme résultat: t'as la solution

cdurandeau
03/10/2014, 23h10
Oui, l'erreur à la base vient d'une mauvaise configuration de l'Ip FailOver.
Je suis sur CentOS, et je viens de comprendre que tout se passe via les scripts qui sont sous /etc/sysconfig/network-scripts (un script ifcfg-eth* par interface).
j'ai remis des fichiers corrigés, un coup de /etc/init.d/network restart et c'est bon partout. Mes IP FailOver semblent maintenant correctement configurées et je n'ai plus des erreurs arp à tout va.
Ouf, quelle journée, mais j'ai appris pleins de choses ;-)

Nowwhat
03/10/2014, 22h36
Ce 178.32.46.zzz existe pour le serveur car il figure dans un fichier de config.
C'est un IP FO, donc c'est toi qui l'a mis en place, pas 'OVH'
Pour moi (Debian 7.6), c'est ici:
/etc/network/interfaces

C'est là ou j'ai les définitions comme:
post-up /sbin/ifconfig eth0:0 46.105.79.aa netmask 255.255.255.255 broadcast 46.105.79.aa
post-up /sbin/ifconfig eth0:1 5.196.43.bb netmask 255.255.255.255 broadcast 5.196.43.bb
post-up /sbin/ifconfig eth0:2 5.196.43.cc netmask 255.255.255.255 broadcast 5.196.43.cc

Attention pour l'application des tes edits:
/etc/init.d/network restart
ou
/etc/init.d/network stop ; /etc/init.d/network stop
sur un seul ligne (car sinon ......)

cdurandeau
03/10/2014, 22h31
J'ai trouvé comment dit à bind de ne pas aller voir toutes les adresses IP.
Dans /etc/named.conf
remplacer
listen-on port 53 { ANY; };
par
listen-on port 53 { VOTRE_ADRESSE_IP; };

Un problème de résolu... Tout remarche correctement.
Reste à remettre une config correcte sur l'IP FO.

Merci pour ton aide Nowwat, c'était sympa

cdurandeau
03/10/2014, 21h43
Exact, je viens juste de terminer la manip. Connexion en mode rescue, montage de la partition /, chroot et ifup de eth0.
Donc tout est revenu normal, sauf que j'ai toujours ce problème d'écoute sur une IP FO que je n'utilise pas (et qui est désactivée par OVH).

Oct 3 22:23:23 ns386328 named[2723]: listening on IPv4 interface eth0, 176.31.241.129#53
Oct 3 22:23:23 ns386328 named[2723]: listening on IPv4 interface eth0:0, 46.105.60.169#53
Oct 3 22:23:23 ns386328 named[2723]: listening on IPv4 interface eth0, 178.32.46.235#53

Pourtant cette IP 178.32.46.235 n'est pas dans la liste des interfaces...

[root@ns386328 network-scripts]# ifconfig
eth0 Link encap:Ethernet HWaddr E0:69:95:E5:90:24
inet adr:176.31.241.129 Bcast:176.31.241.255 Masque:255.255.255.0
adr inet6: fe80::e269:95ff:fee5:9024/64 Scope:Lien
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:79466 errors:0 dropped:0 overruns:0 frame:0
TX packets:117834 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 lg file transmission:1000
RX bytes:8378645 (7.9 MiB) TX bytes:147947271 (141.0 MiB)
Interruption:20 Mémoire:fe500000-fe520000

eth0:0 Link encap:Ethernet HWaddr E0:69:95:E5:90:24
inet adr:46.105.60.169 Bcast:46.105.60.169 Masque:255.255.255.255
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
Interruption:20 Mémoire:fe500000-fe520000

lo Link encap:Boucle locale
inet adr:127.0.0.1 Masque:255.0.0.0
adr inet6: ::1/128 Scope:Hôte
UP LOOPBACK RUNNING MTU:16436 Metric:1
RX packets:32351 errors:0 dropped:0 overruns:0 frame:0
TX packets:32351 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 lg file transmission:0
RX bytes:49904062 (47.5 MiB) TX bytes:49904062 (47.5 MiB)

Savez vous comment enlever l'IP FO 178.32.46.235 de la liste ?
Là je sèche...

Nowwhat
03/10/2014, 21h33
Bof.
Il faut toujours un truc comme ça pour tester "le mode rescue".
Il est fait pour gérer ce genre de situations.

cdurandeau
03/10/2014, 20h36
Merci, je pense que c'est ça.
J'avais configuré un IP FO il y a quelques jours et je m'étais trompé dans le nom de l'interface. J'avais mis eth0 au lieu de eth0:1.
Et là je viens de faire une grosse connerie, j'ai fait un ifdown de ce fichier vérolé (donc ifdown de eth0) et visiblement je n'ai plus de réseau du tout. Le serveur ne répond plus...
Flute...
Une solution ?

Nowwhat
03/10/2014, 20h13
Ici:
Oct 3 20:18:04 ns386328 named[32433]: listening on IPv6 interfaces, port 53
Oct 3 20:18:04 ns386328 named[32433]: listening on IPv4 interface lo, 127.0.0.1#53
Oct 3 20:18:04 ns386328 named[32433]: listening on IPv4 interface eth0, 176.31.241.xxx#53
Oct 3 20:18:04 ns386328 named[32433]: listening on IPv4 interface eth0:0, 46.105.60.zzz#53
Oct 3 20:18:04 ns386328 named[32433]: listening on IPv4 interface eth0, 178.32.46.yyy#53
Ton IP FO #2, ça me semble pas correct.
Oct 3 20:18:04 ns386328 named[32433]: listening on IPv4 interface eth0:1, 178.32.46.yyy#53

cdurandeau
03/10/2014, 19h12
Bonsoir,
Depuis ce matin je rencontre de gros soucis avec mon serveur dédié. Plus aucune connexion à des sites distants n'est possible. Je ne peux plus envoyer de mails.
Cela ressemble à un problème de DNS. Je n'ai fait aucune modification de la config.
Code:
[root@ns386328 ~]# ping www.google.com
ping: unknown host www.google.com
Dans /var/log/maillog
Code:
Oct  3 20:13:34 ns386328 postfix/error[30489]: DDDB0E7437: to=, relay=none, delay=29798, delays=29763/35/0/0.01, dsn=4.4.3, status=deferred (delivery temporarily suspended: Host or domain name not found. Name service error for name=gmail.com type=MX: Host not found, try again)
J'ai essayé de redémarrer le démon named, mais cela n'a eu aucun effet.

Code:
[root@ns386328 ~]# service named start
D?marrage de named?:                                       [  OK  ]

[root@ns386328 ~]# vi /var/log/bind
Oct  3 20:18:04 ns386328 named[32433]: ----------------------------------------------------
Oct  3 20:18:04 ns386328 named[32433]: BIND 9 is maintained by Internet Systems Consortium,
Oct  3 20:18:04 ns386328 named[32433]: Inc. (ISC), a non-profit 501(c)(3) public-benefit
Oct  3 20:18:04 ns386328 named[32433]: corporation.  Support and training for BIND 9 are
Oct  3 20:18:04 ns386328 named[32433]: available at https://www.isc.org/support
Oct  3 20:18:04 ns386328 named[32433]: ----------------------------------------------------
Oct  3 20:18:04 ns386328 named[32433]: adjusted limit on open files from 1024 to 1048576
Oct  3 20:18:04 ns386328 named[32433]: found 4 CPUs, using 4 worker threads
Oct  3 20:18:04 ns386328 named[32433]: using up to 4096 sockets
Oct  3 20:18:04 ns386328 named[32433]: loading configuration from '/etc/named.conf'
Oct  3 20:18:04 ns386328 named[32433]: reading built-in trusted keys from file '/etc/named.iscdlv.key'
Oct  3 20:18:04 ns386328 named[32433]: using default UDP/IPv4 port range: [1024, 65535]
Oct  3 20:18:04 ns386328 named[32433]: using default UDP/IPv6 port range: [1024, 65535]
Oct  3 20:18:04 ns386328 named[32433]: listening on IPv6 interfaces, port 53
Oct  3 20:18:04 ns386328 named[32433]: listening on IPv4 interface lo, 127.0.0.1#53
Oct  3 20:18:04 ns386328 named[32433]: listening on IPv4 interface eth0, 176.31.241.129#53
Oct  3 20:18:04 ns386328 named[32433]: listening on IPv4 interface eth0:0, 46.105.60.169#53
Oct  3 20:18:04 ns386328 named[32433]: listening on IPv4 interface eth0, 178.32.46.235#53
Oct  3 20:18:04 ns386328 named[32433]: generating session key for dynamic DNS
Oct  3 20:18:04 ns386328 named[32433]: sizing zone task pool based on 21 zones
Oct  3 20:18:04 ns386328 named[32433]: using built-in DLV key for view _default
Oct  3 20:18:04 ns386328 named[32433]: set up managed keys zone for view _default, file 'dynamic/managed-keys.bind'
Oct  3 20:18:04 ns386328 named[32433]: Warning: 'empty-zones-enable/disable-empty-zone' not set: disabling RFC 1918 empty zones
Oct  3 20:18:04 ns386328 named[32433]: automatic empty zone: 127.IN-ADDR.ARPA
Oct  3 20:18:04 ns386328 named[32433]: automatic empty zone: 254.169.IN-ADDR.ARPA
Oct  3 20:18:04 ns386328 named[32433]: automatic empty zone: 2.0.192.IN-ADDR.ARPA
Oct  3 20:18:04 ns386328 named[32433]: automatic empty zone: 100.51.198.IN-ADDR.ARPA
Oct  3 20:18:04 ns386328 named[32433]: automatic empty zone: 113.0.203.IN-ADDR.ARPA
Oct  3 20:18:04 ns386328 named[32433]: automatic empty zone: 255.255.255.255.IN-ADDR.ARPA
Oct  3 20:18:04 ns386328 named[32433]: automatic empty zone: 0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.IP6.ARPA
Oct  3 20:18:04 ns386328 named[32433]: automatic empty zone: D.F.IP6.ARPA
Oct  3 20:18:04 ns386328 named[32433]: automatic empty zone: 8.E.F.IP6.ARPA
Oct  3 20:18:04 ns386328 named[32433]: automatic empty zone: 9.E.F.IP6.ARPA
Oct  3 20:18:04 ns386328 named[32433]: automatic empty zone: A.E.F.IP6.ARPA
Oct  3 20:18:04 ns386328 named[32433]: automatic empty zone: B.E.F.IP6.ARPA
Oct  3 20:18:04 ns386328 named[32433]: automatic empty zone: 8.B.D.0.1.0.0.2.IP6.ARPA
Oct  3 20:18:04 ns386328 named[32433]: command channel listening on 127.0.0.1#953
Oct  3 20:18:04 ns386328 named[32433]: command channel listening on ::1#953
Oct  3 20:18:04 ns386328 named[32433]: zone 0.in-addr.arpa/IN: loaded serial 0
Oct  3 20:18:04 ns386328 named[32433]: zone 1.0.0.127.in-addr.arpa/IN: loaded serial 0
Oct  3 20:18:04 ns386328 named[32433]: zone 1.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.ip6.arpa/IN: loaded serial 0
Oct  3 20:18:04 ns386328 named[32433]: zone orion-menuiseries.be/IN: loaded serial 2014092501
Oct  3 20:18:04 ns386328 named[32433]: zone orion-menuiseries.ch/IN: loaded serial 2014092402
Oct  3 20:18:04 ns386328 named[32433]: zone acsb-partenaires.com/IN: loaded serial 2012122801
Oct  3 20:18:04 ns386328 named[32433]: zone bbc-menuiseries.com/IN: loaded serial 2014092601
Oct  3 20:18:04 ns386328 named[32433]: zone galaxy-concept.com/IN: loaded serial 2012111301
Oct  3 20:18:04 ns386328 named[32433]: zone menuiseries-et-pose.com/IN: loaded serial 2013070707
Oct  3 20:18:04 ns386328 named[32433]: zone orion-cuisines.com/IN: loaded serial 2013040101
Oct  3 20:18:04 ns386328 named[32433]: zone orion-dressings.com/IN: loaded serial 2014012202
Oct  3 20:18:04 ns386328 named[32433]: zone orion-escaliers.com/IN: loaded serial 2013040101
Oct  3 20:18:04 ns386328 named[32433]: zone orion-menuiseries.com/IN: loaded serial 2014100301
Oct  3 20:18:04 ns386328 named[32433]: zone planete-devis.com/IN: loaded serial 2013102901
Oct  3 20:18:04 ns386328 named[32433]: zone planete-gazonenrouleau.com/IN: loaded serial 2013091001
Oct  3 20:18:04 ns386328 named[32433]: zone planete-menuiseries.com/IN: loaded serial 2013060303
Oct  3 20:18:04 ns386328 named[32433]: zone planetedecoration.com/IN: loaded serial 2014081102
Oct  3 20:18:04 ns386328 named[32433]: zone brico-line.fr/IN: loaded serial 2013120202
Oct  3 20:18:04 ns386328 named[32433]: zone localhost.localdomain/IN: loaded serial 0
Oct  3 20:18:04 ns386328 named[32433]: zone localhost/IN: loaded serial 0
Oct  3 20:18:04 ns386328 named[32433]: managed-keys-zone ./IN: loaded serial 5832
Oct  3 20:18:04 ns386328 named[32433]: running
Oct  3 20:18:04 ns386328 named[32433]: zone orion-menuiseries.com/IN: sending notifies (serial 2014100301)
Oct  3 20:18:04 ns386328 named[32433]: zone galaxy-concept.com/IN: sending notifies (serial 2012111301)
Oct  3 20:18:04 ns386328 named[32433]: zone planete-menuiseries.com/IN: sending notifies (serial 2013060303)
Oct  3 20:18:04 ns386328 named[32433]: zone acsb-partenaires.com/IN: sending notifies (serial 2012122801)
Oct  3 20:18:04 ns386328 named[32433]: zone planete-devis.com/IN: sending notifies (serial 2013102901)
Oct  3 20:18:04 ns386328 named[32433]: zone brico-line.fr/IN: sending notifies (serial 2013120202)
Oct  3 20:18:04 ns386328 named[32433]: zone planetedecoration.com/IN: sending notifies (serial 2014081102)
Oct  3 20:18:04 ns386328 named[32433]: zone orion-escaliers.com/IN: sending notifies (serial 2013040101)
Oct  3 20:18:04 ns386328 named[32433]: zone menuiseries-et-pose.com/IN: sending notifies (serial 2013070707)
Oct  3 20:18:04 ns386328 named[32433]: zone bbc-menuiseries.com/IN: sending notifies (serial 2014092601)
Oct  3 20:18:04 ns386328 named[32433]: zone orion-menuiseries.be/IN: sending notifies (serial 2014092501)
Oct  3 20:18:04 ns386328 named[32433]: zone planete-gazonenrouleau.com/IN: sending notifies (serial 2013091001)
Oct  3 20:18:04 ns386328 named[32433]: zone orion-dressings.com/IN: sending notifies (serial 2014012202)
Oct  3 20:18:04 ns386328 named[32433]: zone orion-cuisines.com/IN: sending notifies (serial 2013040101)
Oct  3 20:18:04 ns386328 named[32433]: error (network unreachable) resolving 'ns386328.ovh.net/A/IN': 2001:dc3::35#53
Oct  3 20:18:04 ns386328 named[32433]: error (network unreachable) resolving 'ns386328.ovh.net/AAAA/IN': 2001:dc3::35#53
Oct  3 20:18:04 ns386328 named[32433]: zone orion-menuiseries.ch/IN: sending notifies (serial 2014092402)
Oct  3 20:18:04 ns386328 named[32433]: error (network unreachable) resolving 'ns.386328.ovh.net/A/IN': 2001:dc3::35#53
Oct  3 20:18:06 ns386328 named[32433]: error (network unreachable) resolving 'ns386328.ovh.net/A/IN': 2001:503:ba3e::2:30#53
Oct  3 20:18:06 ns386328 named[32433]: error (network unreachable) resolving 'ns386328.ovh.net/AAAA/IN': 2001:503:ba3e::2:30#53
Oct  3 20:18:06 ns386328 named[32433]: error (network unreachable) resolving 'ns.386328.ovh.net/A/IN': 2001:503:ba3e::2:30#53
Oct  3 20:18:07 ns386328 named[32433]: error (network unreachable) resolving 'ns.386328.ovh.net/AAAA/IN': 2001:503:ba3e::2:30#53
Oct  3 20:18:07 ns386328 named[32433]: error (network unreachable) resolving './NS/IN': 2001:503:ba3e::2:30#53
Oct  3 20:18:07 ns386328 named[32433]: error (network unreachable) resolving 'sdns2.ovh.net/A/IN': 2001:503:ba3e::2:30#53
Oct  3 20:18:07 ns386328 named[32433]: error (network unreachable) resolving 'sdns2.ovh.net/AAAA/IN': 2001:503:ba3e::2:30#53
Oct  3 20:18:14 ns386328 named[32433]: error (network unreachable) resolving 'sdns2.ovh.net/A/IN': 2001:dc3::35#53
Oct  3 20:18:14 ns386328 named[32433]: error (network unreachable) resolving 'sdns2.ovh.net/AAAA/IN': 2001:dc3::35#53
Oct  3 20:18:14 ns386328 named[32433]: error (network unreachable) resolving 'ns.386328.ovh.net/AAAA/IN': 2001:dc3::35#53
Oct  3 20:18:14 ns386328 named[32433]: error (network unreachable) resolving './NS/IN': 2001:dc3::35#53
Oct  3 20:18:14 ns386328 named[32433]: error (network unreachable) resolving 'blog.bbc-menuiseries.com.ovh.net/A/IN': 2001:500:2f::f#53
Oct  3 20:18:14 ns386328 named[32433]: error (network unreachable) resolving 'blog.bbc-menuiseries.com.ovh.net/AAAA/IN': 2001:500:2f::f#53
Oct  3 20:18:14 ns386328 named[32433]: error (network unreachable) resolving 'blog.bbc-menuiseries.com.ovh.net/A/IN': 2001:503:c27::2:30#53
Oct  3 20:18:14 ns386328 named[32433]: error (network unreachable) resolving 'blog.bbc-menuiseries.com.ovh.net/AAAA/IN': 2001:503:c27::2:30#53
Oct  3 20:18:14 ns386328 named[32433]: error (network unreachable) resolving 'outlook.fr/MX/IN': 2001:500:2f::f#53
Oct  3 20:18:14 ns386328 named[32433]: error (network unreachable) resolving 'outlook.fr/MX/IN': 2001:503:c27::2:30#53
Oct  3 20:18:15 ns386328 named[32433]: error (network unreachable) resolving 'mail.com/MX/IN': 2001:500:2f::f#53
Oct  3 20:18:15 ns386328 named[32433]: error (network unreachable) resolving 'mail.com/MX/IN': 2001:503:c27::2:30#53
Oct  3 20:18:15 ns386328 named[32433]: error (network unreachable) resolving 'ns.386328.ovh.net/A/IN': 2001:500:2f::f#53
Oct  3 20:18:15 ns386328 named[32433]: error (network unreachable) resolving 'sdns2.ovh.net/A/IN': 2001:500:2f::f#53
Oct  3 20:18:15 ns386328 named[32433]: error (network unreachable) resolving 'ns.386328.ovh.net/A/IN': 2001:503:c27::2:30#53
Oct  3 20:18:15 ns386328 named[32433]: error (network unreachable) resolving 'ns386328.ovh.net/A/IN': 2001:500:2f::f#53
Oct  3 20:18:15 ns386328 named[32433]: error (network unreachable) resolving 'sdns2.ovh.net/A/IN': 2001:503:c27::2:30#53
Oct  3 20:18:15 ns386328 named[32433]: error (network unreachable) resolving 'ns.386328.ovh.net/A/IN': 2001:500:1::803f:235#53
Oct  3 20:18:15 ns386328 named[32433]: error (network unreachable) resolving 'ns.386328.ovh.net/A/IN': 2001:7fd::1#53
Oct  3 20:18:15 ns386328 named[32433]: error (network unreachable) resolving 'sdns2.ovh.net/A/IN': 2001:500:1::803f:235#53
Oct  3 20:18:15 ns386328 named[32433]: error (network unreachable) resolving './NS/IN': 2001:500:2f::f#53
Oct  3 20:18:15 ns386328 named[32433]: error (network unreachable) resolving 'sdns2.ovh.net/AAAA/IN': 2001:500:2f::f#53
Oct  3 20:18:15 ns386328 named[32433]: error (network unreachable) resolving 'ns386328.ovh.net/AAAA/IN': 2001:500:2f::f#53
Oct  3 20:18:15 ns386328 named[32433]: error (network unreachable) resolving './NS/IN': 2001:503:c27::2:30#53
Oct  3 20:18:15 ns386328 named[32433]: error (network unreachable) resolving 'sdns2.ovh.net/A/IN': 2001:7fd::1#53
Oct  3 20:18:15 ns386328 named[32433]: error (network unreachable) resolving 'ns386328.ovh.net/A/IN': 2001:503:c27::2:30#53
Oct  3 20:18:15 ns386328 named[32433]: error (network unreachable) resolving 'ns386328.ovh.net/AAAA/IN': 2001:503:c27::2:30#53
Oct  3 20:18:15 ns386328 named[32433]: error (network unreachable) resolving './NS/IN': 2001:500:1::803f:235#53
Oct  3 20:18:15 ns386328 named[32433]: error (network unreachable) resolving './NS/IN': 2001:7fd::1#53
Oct  3 20:18:15 ns386328 named[32433]: error (network unreachable) resolving 'sdns2.ovh.net/AAAA/IN': 2001:503:c27::2:30#53
Oct  3 20:18:15 ns386328 named[32433]: error (network unreachable) resolving 'ns386328.ovh.net/A/IN': 2001:500:1::803f:235#53
Oct  3 20:18:15 ns386328 named[32433]: error (network unreachable) resolving 'ns386328.ovh.net/AAAA/IN': 2001:500:1::803f:235#53
Oct  3 20:18:15 ns386328 named[32433]: error (network unreachable) resolving 'ns386328.ovh.net/A/IN': 2001:7fd::1#53
Oct  3 20:18:15 ns386328 named[32433]: error (network unreachable) resolving 'ns.386328.ovh.net/AAAA/IN': 2001:500:2f::f#53
Oct  3 20:18:15 ns386328 named[32433]: error (network unreachable) resolving 'sdns2.ovh.net/AAAA/IN': 2001:500:1::803f:235#53
Oct  3 20:18:15 ns386328 named[32433]: error (network unreachable) resolving 'ns.386328.ovh.net/AAAA/IN': 2001:503:c27::2:30#53
Oct  3 20:18:15 ns386328 named[32433]: error (network unreachable) resolving 'ns386328.ovh.net/AAAA/IN': 2001:7fd::1#53
Oct  3 20:18:15 ns386328 named[32433]: error (network unreachable) resolving 'sdns2.ovh.net/AAAA/IN': 2001:7fd::1#53
Oct  3 20:18:15 ns386328 named[32433]: error (network unreachable) resolving 'ns.386328.ovh.net/AAAA/IN': 2001:500:1::803f:235#53
Oct  3 20:18:15 ns386328 named[32433]: error (network unreachable) resolving 'ns.386328.ovh.net/AAAA/IN': 2001:7fd::1#53
Oct  3 20:18:16 ns386328 named[32433]: error (network unreachable) resolving 'C.ROOT-SERVERS.NET/AAAA/IN': 2001:503:ba3e::2:30#53
Oct  3 20:18:16 ns386328 named[32433]: error (network unreachable) resolving 'D.ROOT-SERVERS.NET/AAAA/IN': 2001:503:ba3e::2:30#53
Oct  3 20:18:16 ns386328 named[32433]: error (network unreachable) resolving 'B.ROOT-SERVERS.NET/AAAA/IN': 2001:503:ba3e::2:30#53
Oct  3 20:18:16 ns386328 named[32433]: error (network unreachable) resolving 'E.ROOT-SERVERS.NET/AAAA/IN': 2001:503:ba3e::2:30#53
Oct  3 20:18:16 ns386328 named[32433]: error (network unreachable) resolving 'G.ROOT-SERVERS.NET/AAAA/IN': 2001:503:ba3e::2:30#53
Oct  3 20:18:16 ns386328 named[32433]: error (network unreachable) resolving 'L.ROOT-SERVERS.NET/AAAA/IN': 2001:503:ba3e::2:30#53
Oct  3 20:18:16 ns386328 named[32433]: error (network unreachable) resolving 'I.ROOT-SERVERS.NET/AAAA/IN': 2001:503:ba3e::2:30#53
Oct  3 20:18:16 ns386328 named[32433]: error (network unreachable) resolving 'blog.bbc-menuiseries.com.ovh.net/A/IN': 2001:500:1::803f:235#53
Oct  3 20:18:16 ns386328 named[32433]: error (network unreachable) resolving 'blog.bbc-menuiseries.com.ovh.net/AAAA/IN': 2001:500:1::803f:235#53
Oct  3 20:18:16 ns386328 named[32433]: error (network unreachable) resolving 'blog.bbc-menuiseries.com.ovh.net/A/IN': 2001:7fd::1#53
Oct  3 20:18:16 ns386328 named[32433]: error (network unreachable) resolving 'blog.bbc-menuiseries.com.ovh.net/AAAA/IN': 2001:7fd::1#53
Oct  3 20:18:16 ns386328 named[32433]: error (network unreachable) resolving 'blog.bbc-menuiseries.com.ovh.net/AAAA/IN': 2001:7fd::1#53
Oct  3 20:18:16 ns386328 named[32433]: error (network unreachable) resolving 'blog.bbc-menuiseries.com.ovh.net/A/IN': 2001:503:ba3e::2:30#53
Oct  3 20:18:16 ns386328 named[32433]: error (network unreachable) resolving 'blog.bbc-menuiseries.com.ovh.net/AAAA/IN': 2001:503:ba3e::2:30#53
Oct  3 20:18:18 ns386328 named[32433]: error (network unreachable) resolving 'outlook.fr/MX/IN': 2001:500:1::803f:235#53
Oct  3 20:18:18 ns386328 named[32433]: error (network unreachable) resolving 'outlook.fr/MX/IN': 2001:7fd::1#53
Oct  3 20:18:18 ns386328 named[32433]: error (network unreachable) resolving 'outlook.fr/MX/IN': 2001:503:ba3e::2:30#53
Oct  3 20:18:18 ns386328 named[32433]: error (network unreachable) resolving 'mail.com/MX/IN': 2001:500:1::803f:235#53
Oct  3 20:18:18 ns386328 named[32433]: error (network unreachable) resolving 'mail.com/MX/IN': 2001:7fd::1#53
Oct  3 20:18:18 ns386328 named[32433]: error (network unreachable) resolving 'mail.com/MX/IN': 2001:503:ba3e::2:30#53
Oct  3 20:18:18 ns386328 named[32433]: error (network unreachable) resolving 'blog.bbc-menuiseries.com.ovh.net/A/IN': 2001:dc3::35#53
Oct  3 20:18:18 ns386328 named[32433]: error (network unreachable) resolving 'blog.bbc-menuiseries.com.ovh.net/AAAA/IN': 2001:dc3::35#53
Oct  3 20:18:19 ns386328 named[32433]: error (network unreachable) resolving 'outlook.fr/MX/IN': 2001:dc3::35#53
Oct  3 20:18:19 ns386328 named[32433]: error (network unreachable) resolving 'mail.com/MX/IN': 2001:dc3::35#53
Oct  3 20:18:24 ns386328 named[32433]: error (network unreachable) resolving 'D.ROOT-SERVERS.NET/AAAA/IN': 2001:dc3::35#53
Oct  3 20:18:24 ns386328 named[32433]: error (network unreachable) resolving 'B.ROOT-SERVERS.NET/AAAA/IN': 2001:dc3::35#53
Oct  3 20:18:24 ns386328 named[32433]: error (network unreachable) resolving 'E.ROOT-SERVERS.NET/AAAA/IN': 2001:dc3::35#53
Oct  3 20:18:24 ns386328 named[32433]: error (network unreachable) resolving 'C.ROOT-SERVERS.NET/AAAA/IN': 2001:dc3::35#53
Oct  3 20:18:24 ns386328 named[32433]: error (network unreachable) resolving 'L.ROOT-SERVERS.NET/AAAA/IN': 2001:dc3::35#53
Oct  3 20:18:24 ns386328 named[32433]: error (network unreachable) resolving 'G.ROOT-SERVERS.NET/AAAA/IN': 2001:dc3::35#53
Oct  3 20:18:24 ns386328 named[32433]: error (network unreachable) resolving 'I.ROOT-SERVERS.NET/AAAA/IN': 2001:dc3::35#53
Oct  3 20:18:25 ns386328 named[32433]: error (network unreachable) resolving 'B.ROOT-SERVERS.NET/AAAA/IN': 2001:500:2f::f#53
Oct  3 20:18:25 ns386328 named[32433]: error (network unreachable) resolving 'E.ROOT-SERVERS.NET/AAAA/IN': 2001:500:2f::f#53
Oct  3 20:18:25 ns386328 named[32433]: error (network unreachable) resolving 'B.ROOT-SERVERS.NET/AAAA/IN': 2001:503:c27::2:30#53
Oct  3 20:18:25 ns386328 named[32433]: error (network unreachable) resolving 'E.ROOT-SERVERS.NET/AAAA/IN': 2001:503:c27::2:30#53
Oct  3 20:18:25 ns386328 named[32433]: error (network unreachable) resolving 'D.ROOT-SERVERS.NET/AAAA/IN': 2001:500:2f::f#53
Oct  3 20:18:25 ns386328 named[32433]: error (network unreachable) resolving 'D.ROOT-SERVERS.NET/AAAA/IN': 2001:503:c27::2:30#53
Oct  3 20:18:25 ns386328 named[32433]: error (network unreachable) resolving 'B.ROOT-SERVERS.NET/AAAA/IN': 2001:500:1::803f:235#53
Oct  3 20:18:25 ns386328 named[32433]: error (network unreachable) resolving 'B.ROOT-SERVERS.NET/AAAA/IN': 2001:7fd::1#53
Oct  3 20:18:25 ns386328 named[32433]: error (network unreachable) resolving 'E.ROOT-SERVERS.NET/AAAA/IN': 2001:500:1::803f:235#53
Oct  3 20:18:25 ns386328 named[32433]: error (network unreachable) resolving 'D.ROOT-SERVERS.NET/AAAA/IN': 2001:500:1::803f:235#53
Oct  3 20:18:25 ns386328 named[32433]: error (network unreachable) resolving 'E.ROOT-SERVERS.NET/AAAA/IN': 2001:7fd::1#53
Oct  3 20:18:25 ns386328 named[32433]: error (network unreachable) resolving 'D.ROOT-SERVERS.NET/AAAA/IN': 2001:7fd::1#53
Oct  3 20:18:25 ns386328 named[32433]: error (network unreachable) resolving 'G.ROOT-SERVERS.NET/AAAA/IN': 2001:500:2f::f#53
Oct  3 20:18:25 ns386328 named[32433]: error (network unreachable) resolving 'I.ROOT-SERVERS.NET/AAAA/IN': 2001:500:2f::f#53
Oct  3 20:18:25 ns386328 named[32433]: error (network unreachable) resolving 'G.ROOT-SERVERS.NET/AAAA/IN': 2001:503:c27::2:30#53
Oct  3 20:18:25 ns386328 named[32433]: error (network unreachable) resolving 'L.ROOT-SERVERS.NET/AAAA/IN': 2001:500:2f::f#53
Oct  3 20:18:25 ns386328 named[32433]: error (network unreachable) resolving 'I.ROOT-SERVERS.NET/AAAA/IN': 2001:503:c27::2:30#53
Oct  3 20:18:25 ns386328 named[32433]: error (network unreachable) resolving 'L.ROOT-SERVERS.NET/AAAA/IN': 2001:503:c27::2:30#53
Oct  3 20:18:25 ns386328 named[32433]: error (network unreachable) resolving 'C.ROOT-SERVERS.NET/AAAA/IN': 2001:500:2f::f#53
Oct  3 20:18:25 ns386328 named[32433]: error (network unreachable) resolving 'I.ROOT-SERVERS.NET/AAAA/IN': 2001:500:1::803f:235#53
Oct  3 20:18:25 ns386328 named[32433]: error (network unreachable) resolving 'C.ROOT-SERVERS.NET/AAAA/IN': 2001:503:c27::2:30#53
Oct  3 20:18:25 ns386328 named[32433]: error (network unreachable) resolving 'I.ROOT-SERVERS.NET/AAAA/IN': 2001:7fd::1#53
Oct  3 20:18:25 ns386328 named[32433]: error (network unreachable) resolving 'L.ROOT-SERVERS.NET/AAAA/IN': 2001:500:1::803f:235#53
Oct  3 20:18:25 ns386328 named[32433]: error (network unreachable) resolving 'C.ROOT-SERVERS.NET/AAAA/IN': 2001:500:1::803f:235#53
Oct  3 20:18:25 ns386328 named[32433]: error (network unreachable) resolving 'L.ROOT-SERVERS.NET/AAAA/IN': 2001:7fd::1#53
Oct  3 20:18:25 ns386328 named[32433]: error (network unreachable) resolving 'G.ROOT-SERVERS.NET/AAAA/IN': 2001:500:1::803f:235#53
Oct  3 20:18:25 ns386328 named[32433]: error (network unreachable) resolving 'C.ROOT-SERVERS.NET/AAAA/IN': 2001:7fd::1#53
Oct  3 20:18:25 ns386328 named[32433]: error (network unreachable) resolving 'G.ROOT-SERVERS.NET/AAAA/IN': 2001:7fd::1#53
Oct  3 20:18:36 ns386328 named[32433]: error (network unreachable) resolving './NS/IN': 2001:503:ba3e::2:30#53
Oct  3 20:18:36 ns386328 named[32433]: error (network unreachable) resolving './NS/IN': 2001:500:2f::f#53
Oct  3 20:18:36 ns386328 named[32433]: error (network unreachable) resolving './NS/IN': 2001:500:1::803f:235#53
Oct  3 20:18:36 ns386328 named[32433]: error (network unreachable) resolving './NS/IN': 2001:503:c27::2:30#53
Oct  3 20:18:36 ns386328 named[32433]: error (network unreachable) resolving './NS/IN': 2001:7fd::1#53
Oct  3 20:18:53 ns386328 named[32433]: error (network unreachable) resolving './NS/IN': 2001:dc3::35#53
Oct  3 20:19:38 ns386328 named[32433]: error (network unreachable) resolving 'www.google.com/A/IN': 2001:503:ba3e::2:30#53
Oct  3 20:19:38 ns386328 named[32433]: error (network unreachable) resolving 'www.google.com/A/IN': 2001:500:2f::f#53
Oct  3 20:19:38 ns386328 named[32433]: error (network unreachable) resolving 'www.google.com/A/IN': 2001:500:1::803f:235#53
Oct  3 20:19:38 ns386328 named[32433]: error (network unreachable) resolving 'www.google.com/A/IN': 2001:503:c27::2:30#53
Oct  3 20:19:38 ns386328 named[32433]: error (network unreachable) resolving 'www.google.com/A/IN': 2001:7fd::1#53
Oct  3 20:19:38 ns386328 named[32433]: error (network unreachable) resolving 'www.google.com/A/IN': 2001:dc3::35#53
Oct  3 20:19:38 ns386328 named[32433]: error (network unreachable) resolving './NS/IN': 2001:503:ba3e::2:30#53
Oct  3 20:19:38 ns386328 named[32433]: error (network unreachable) resolving './NS/IN': 2001:500:2f::f#53
Oct  3 20:19:38 ns386328 named[32433]: error (network unreachable) resolving './NS/IN': 2001:500:1::803f:235#53
Oct  3 20:19:38 ns386328 named[32433]: error (network unreachable) resolving './NS/IN': 2001:503:c27::2:30#53
Oct  3 20:19:38 ns386328 named[32433]: error (network unreachable) resolving './NS/IN': 2001:7fd::1#53
Oct  3 20:19:38 ns386328 named[32433]: error (network unreachable) resolving './NS/IN': 2001:dc3::35#53
J'ai ouvert un ticket au support mais en attendant leur réponse j'aimerais quand même essayer de débloquer la situation car c'est vraiment très pénalisant. Le dédié héberge plusieurs sites de vente en ligne...
Merci pour votre aide.

Christophe