Network issues diagnose

From vpsget wiki
Revision as of 16:08, 6 September 2019 by Ndi (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

under construction

arping 1.1.1.1

specifying interface:

arping -I <IF_NAME> 191.101.251.34

Like:

arping -I em2 191.101.251.34
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'"

""