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
Перейти к:навигация, поиск
Строка 69: Строка 69:
  
 
{| class="wikitable"
 
{| class="wikitable"
|+Linux
+
|+Apple OS X, *BSD
 
|-
 
|-
 
|Ping for IPv4
 
|Ping for IPv4
Строка 101: Строка 101:
  
 
{| class="wikitable"
 
{| class="wikitable"
|+Linux
+
|+Solaris
 
|-
 
|-
 
|Ping for IPv4
 
|Ping for IPv4

Версия 08:56, 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
Apple OS X, *BSD
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


Solaris
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