Bonjour,
Voici le résultat des commandes :
michelwend@wendling:~$ sudo cat /etc/hosts
[sudo] password for michelwend:
127.0.0.1 localhost
::1 localhost ip6-localhost ip6-loopback
ff02::1 ip6-allnodes
ff02::2 ip6-allrouters
127.0.1.1 wend1 wend1
127.0.0.1 wendling
michelwend@wendling:~$
Et :
michelwend@wendling:~$ sudo cat /etc/resolv.conf
Dynamic resolv.conf(5) file for glibc resolver(3) generated by resolvconf(8)
DO NOT EDIT THIS FILE BY HAND – YOUR CHANGES WILL BE OVERWRITTEN
127.0.0.53 is the systemd-resolved stub resolver.
run “resolvectl status” to see details about the actual nameservers.
nameserver 127.0.0.1
ping google.com
ping 1.1.1.1
Voilà la première commande qui défile sans fin :
michelwend@wendling:~$ ping google.com
PING google.com (ams15s48-in-x0e.1e100.net (2a00:1450:400e:811::200e)) 56 data bytes
64 bytes from ams15s48-in-x0e.1e100.net (2a00:1450:400e:811::200e): icmp_seq=1 ttl=114 time=10.3 ms
64 bytes from ams15s48-in-x0e.1e100.net (2a00:1450:400e:811::200e): icmp_seq=2 ttl=114 time=10.3 ms
64 bytes from ams15s48-in-x0e.1e100.net (2a00:1450:400e:811::200e): icmp_seq=3 ttl=114 time=10.4 ms
64 bytes from ams15s48-in-x0e.1e100.net (2a00:1450:400e:811::200e): icmp_seq=4 ttl=114 time=10.4 ms
^C
— google.com ping statistics —
4 packets transmitted, 4 received, 0% packet loss, time 3001ms
rtt min/avg/max/mdev = 10.266/10.319/10.355/0.036 ms
La deuxième :
michelwend@wendling:~$ ping 1.1.1.1
PING 1.1.1.1 (1.1.1.1) 56(84) bytes of data.
64 bytes from 1.1.1.1: icmp_seq=1 ttl=54 time=4.66 ms
64 bytes from 1.1.1.1: icmp_seq=2 ttl=54 time=4.69 ms
64 bytes from 1.1.1.1: icmp_seq=3 ttl=54 time=4.67 ms
64 bytes from 1.1.1.1: icmp_seq=4 ttl=54 time=4.68 ms
^C
— 1.1.1.1 ping statistics —
4 packets transmitted, 4 received, 0% packet loss, time 3006ms
rtt min/avg/max/mdev = 4.657/4.676/4.694/0.013 ms
Je pense qu’on a fait le tour de tout ce qui peut clocher sauf le vpn que je ne maîtrise pas.
Si quelqu’un peut aider
@jarod5001 Merci beaucoup pour le temps que vous m’avez consacré. Je n’utilise pas de vpn, je l’ai installé, mais sans avoir paramétré quoique ce soit. Je vais simplement me concentrer sur la récupération en ssh de mes données hébergées par yunohost,
En effet, pour l’instant, je n’y suis pas parvenu, cela étant probablement lié à un problème de droits sur les dossiers. À cette fin, je vais sûrement ouvrir un autre ticket sur le forum.
Car l’objectif final pour cet été est de passer en auto-hébergement comme je l’ai amorcé sur ce message .
En vous remerciant encore vivement pour votre patience.
Il suffit de passer en root avec la commande sudo -i
system
Closed
August 9, 2024, 12:14pm
27
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.