Network Troubleshooting Tools for IPv4 and IPv6 in Apple OS X, BSD, Windows: Vista, 7, Server 2008, Linux and Solaris: различия между версиями

Материал из Wiki - Iphoster - the best ever hosting and support. 2005 - 2024
Перейти к:навигация, поиск
Строка 38: Строка 38:
  
 
{| class="wikitable"
 
{| class="wikitable"
|+Linux
+
|+Windows: Vista, 7, Server 2008 and higher
 
|-
 
|-
 
|Ping for IPv4
 
|Ping for IPv4
|ping
+
|ping -4
 
|-
 
|-
 
|Ping for IPv6
 
|Ping for IPv6
|ping6
+
|ping -6
 
|-
 
|-
 
|Traceroute for IPv4
 
|Traceroute for IPv4
|traceroute -4
+
|tracert -4
 
|-
 
|-
 
|Traceroute for IPv6
 
|Traceroute for IPv6
|traceroute -6
+
|tracert -6
 
|-
 
|-
 
|Interface Info
 
|Interface Info
|ip address show
+
|ipconfig /all
 
|-
 
|-
 
|IPv4 Route table
 
|IPv4 Route table
|netstat -A inet -rn
+
|netsh interface ipv4 show route
 
|-
 
|-
 
|IPv6 Route table
 
|IPv6 Route table
|netstat -A inet6 -rn
+
|netsh interface ipv6 show route
 
|-
 
|-
 
|IPv4 arp table
 
|IPv4 arp table
|arp -an
+
|arp -a
 
|-
 
|-
 
|IPv6 ndp table
 
|IPv6 ndp table
|ip -6 neighbor show
+
|netsh interface ipv6 show neighbors
 
|}
 
|}
  

Версия 08:55, 25 февраля 2016


Network Troubleshooting Tools for IPv4 and IPv6 in Apple OS X, BSD, Windows: Vista, 7, Server 2008, Linux and Solaris

Linux
Ping for IPv4 ping
Ping for IPv6 ping6
Traceroute for IPv4 traceroute -4
Traceroute for IPv6 traceroute -6
Interface Info ip address show
IPv4 Route table netstat -A inet -rn
IPv6 Route table netstat -A inet6 -rn
IPv4 arp table arp -an
IPv6 ndp table ip -6 neighbor show


Windows: Vista, 7, Server 2008 and higher
Ping for IPv4 ping -4
Ping for IPv6 ping -6
Traceroute for IPv4 tracert -4
Traceroute for IPv6 tracert -6
Interface Info ipconfig /all
IPv4 Route table netsh interface ipv4 show route
IPv6 Route table netsh interface ipv6 show route
IPv4 arp table arp -a
IPv6 ndp table netsh interface ipv6 show neighbors
Linux
Ping for IPv4 ping
Ping for IPv6 ping6
Traceroute for IPv4 traceroute -4
Traceroute for IPv6 traceroute -6
Interface Info ip address show
IPv4 Route table netstat -A inet -rn
IPv6 Route table netstat -A inet6 -rn
IPv4 arp table arp -an
IPv6 ndp table ip -6 neighbor show


Linux
Ping for IPv4 ping
Ping for IPv6 ping6
Traceroute for IPv4 traceroute -4
Traceroute for IPv6 traceroute -6
Interface Info ip address show
IPv4 Route table netstat -A inet -rn
IPv6 Route table netstat -A inet6 -rn
IPv4 arp table arp -an
IPv6 ndp table ip -6 neighbor show