Public Cloud OVHcloud - Ping auth.cloud.ovh.net impossible depuis une instance debian 10
BMPCreated with Sketch.BMPZIPCreated with Sketch.ZIPXLSCreated with Sketch.XLSTXTCreated with Sketch.TXTPPTCreated with Sketch.PPTPNGCreated with Sketch.PNGPDFCreated with Sketch.PDFJPGCreated with Sketch.JPGGIFCreated with Sketch.GIFDOCCreated with Sketch.DOC Error Created with Sketch.
Frage

Ping auth.cloud.ovh.net impossible depuis une instance debian 10

Von
RichardO1
Erstellungsdatum 2020-04-13 15:29:01 (edited on 2024-09-04 11:31:42) in Public Cloud OVHcloud

Bonjour,

// J'ai configuré plusieurs ip failover sur une instance debian 10 buster sur mon Public cloud.
Dans la perspective d'utiliser nova/openstack, je n'arrive pas à faire un ping sur 'auth.cloud.ovh.net'


// par contre
> ping google.fr
*********
OK
*********

> ping AA.AAA.AA.AA ( ip FO de mon fichier /etc/network/interfaces.d/50-cloud-init.cfg )
*********
OK
*********


// MAIS

ping auth.cloud.ovh.net
*****************************************************************************
PING auth.cloud.ovh.net (51.68.65.247) 56(84) bytes of data.
From ipXX.ip-EE-EE-EE.eu (EE.EE.EE.XX) icmp_seq=1 Destination Host Unreachable
*****************************************************************************

// ping interroge la derniere IP failover de mon /etc/network/interfaces.d/50-cloud-init.cfg et non le serveur dns
(dns-nameservers 213.186.33.99 )





Debian 10

/etc/network/interfaces.d/50-cloud-init.cfg
*****************************************************************************************
auto lo
iface lo inet loopback
dns-nameservers 213.186.33.99

auto eth0
iface eth0 inet dhcp
mtu 1500

iface eth0 inet static
address AA.AAA.AA.AA

iface eth0 inet static
address BB.BB.BBB.BB

iface eth0 inet static
address CC.CC.CC.CC

iface eth0 inet static
address DD.DD.DD.DD

iface eth0 inet static
address EE.EE.EE.XX
*****************************************************************************************



/etc/resolv.conf
*************************
domain openstacklocal
search openstacklocal
nameserver 213.186.33.99
*************************


iptables/ip6tables
*********************
INPUT POLICY ACCEPT
FORWARD POLICY ACCEPT
OUTPUT POLICY ACCEPT
**********************


Pourquoi le ping 'auth.cloud.ovh.net' se comporte differemment ( inetrroge ma dernier ip fo au lieu de l'ip dns) des autres requetes ping, une piste éventuelle ?
D'avance merci pour votre aide