Difference between revisions of "Network issues diagnose"

From vpsget wiki
Jump to: navigation, search
Line 13: Line 13:
 
  ip -6 addr show
 
  ip -6 addr show
  
 +
 +
watch -n1 "ifconfig eth0 | grep 'RX'"
  
 
"[[Category:Admin area]]"
 
"[[Category:Admin area]]"

Revision as of 20:38, 14 April 2015

under construction

arping 1.1.1.1
mtr --report 1.1.1.1
arp -n|grep 1.1.1.1
ip neigh show
ip route show
ip addr show
ip -6 neigh show
ip -6 route show
ip -6 addr show


watch -n1 "ifconfig eth0 | grep 'RX'"

""