Network issues diagnose

From vpsget wiki
Revision as of 15:58, 4 May 2018 by Ndi (talk | contribs)
Jump to: navigation, search

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'"

""