Difference between revisions of "Network issues diagnose"

From vpsget wiki
Jump to: navigation, search
Line 4: Line 4:
 
  mtr --report 1.1.1.1
 
  mtr --report 1.1.1.1
 
  arp -n|grep 1.1.1.1
 
  arp -n|grep 1.1.1.1
 +
arp
 +
ip -s -s neigh flush all #delete all arp recoreds that lno longer actual...should work in this way :_)
  
 
  ip neigh show
 
  ip neigh show

Revision as of 15:58, 4 May 2018

under construction

arping 1.1.1.1
mtr --report 1.1.1.1
arp -n|grep 1.1.1.1
arp
ip -s -s neigh flush all #delete all arp recoreds that lno longer actual...should work in this way :_)
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'"

""