Diagnostiquer sa connexion : Différence entre versions

De Asso Val Libre
Aller à : navigation, rechercher
(Ping localhost)
(Ping localhost)
Ligne 12 : Ligne 12 :
 
== Ping localhost ==
 
== Ping localhost ==
  
   ping 127.0.0.1
+
   ping 127.0.0.1   ou ping localhost
  
 
   PING 127.0.0.1 (127.0.0.1) 56(84) bytes of data.
 
   PING 127.0.0.1 (127.0.0.1) 56(84) bytes of data.
Ligne 19 : Ligne 19 :
  
 
L'interface lo est correctement configurée.
 
L'interface lo est correctement configurée.
 +
 +
  fping localhost
  
 
== Ping adresse machine ==
 
== Ping adresse machine ==

Version du 13 mars 2018 à 14:23

 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    ou ping localhost
 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.

 fping localhost

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