Diagnostiquer sa connexion : Différence entre versions

De Asso Val Libre
Aller à : navigation, rechercher
(Carte réseau reconnue)
(Ping localhost)
Ligne 11 : Ligne 11 :
  
 
== Ping localhost ==
 
== Ping localhost ==
 +
 +
  ping 127.0.0.1
 +
 +
  PING 127.0.0.1 (127.0.0.1) 56(84) bytes of data.
 +
  64 bytes from 127.0.0.1: icmp_seq=1 ttl=64 time=0.029 ms
 +
  64 bytes from 127.0.0.1: icmp_seq=2 ttl=64 time=0.019 ms
 +
 +
L'interface lo est correctement configurée.
 +
 +
== Ping adresse machine ==
 +
 +
  ping xxx.xxx.xxx.xxx
 +
 +
  PING  56(84) bytes of data.
 +
  64 bytes from xxx.xxx.xxx.xxx : icmp_seq=1 ttl=64 time=0.040 ms
 +
 +
ou
 +
 +
  fping xxx.xxx.xxx.xxx
 +
  xxx.xxx.xxx.xxx. is alive

Version du 13 mars 2018 à 14:22

 En ligne de commande ;-)

Service réseau opérationnel

Carte réseau reconnue

 dmesg -T | grep eth

Carte réseau active

Ping localhost

 ping 127.0.0.1
 PING 127.0.0.1 (127.0.0.1) 56(84) bytes of data.
 64 bytes from 127.0.0.1: icmp_seq=1 ttl=64 time=0.029 ms
 64 bytes from 127.0.0.1: icmp_seq=2 ttl=64 time=0.019 ms

L'interface lo est correctement configurée.

Ping adresse machine

  ping xxx.xxx.xxx.xxx
 PING  56(84) bytes of data.
 64 bytes from xxx.xxx.xxx.xxx : icmp_seq=1 ttl=64 time=0.040 ms

ou

 fping xxx.xxx.xxx.xxx
 xxx.xxx.xxx.xxx. is alive