This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
zoo:diagnosticsmac [2020/08/14] 127.0.0.1 external edit |
zoo:diagnosticsmac [2024/10/01] (current) maryfugier |
||
---|---|---|---|
Line 1: | Line 1: | ||
======Zoo - Diagnostics Utility for Mac====== | ======Zoo - Diagnostics Utility for Mac====== | ||
> **Product: | > **Product: | ||
- | > **Summary: | + | > **Summary: |
- | [[zoo: | + | Need Windows? Go [[https:// |
- | The **[[https:// | + | **[[https:// |
- | Use **[[https:// | ||
- | |||
- | - Click the **Search** icon in upper-right corner of the menu bar, or press the **Command** key + **Space** bar. | ||
- | - Type **Network Utility** to search. | ||
- | - Double-click **Network Utility** to run. | ||
| | ||
=====Diagnostics===== | =====Diagnostics===== | ||
The Network Utility provides these useful network tests: | The Network Utility provides these useful network tests: | ||
- | 1. **Ping:** The ping diagnostics utility is the primary TCP/IP tool used to troubleshoot connectivity, | + | 1. **ping:** The ping diagnostics utility is the primary TCP/IP tool used to troubleshoot connectivity, |
- | {{: | + | |
- | >**Note:** The Windows firewall default settings block the ICMP echo requests used for ping command. | + | '' |
+ | |||
+ | Successful ping response looks like: | ||
+ | |||
+ | <code> | ||
+ | > ping zoo.mcneel.com | ||
+ | PING zoo.mcneel.com (192.168.0.100): | ||
+ | 64 bytes from 10.22.0.15: icmp_seq=0 ttl=127 time=9.981 ms | ||
+ | 64 bytes from 10.22.0.15: icmp_seq=1 ttl=127 time=8.630 ms | ||
+ | 64 bytes from 10.22.0.15: icmp_seq=2 ttl=127 time=9.774 ms | ||
+ | </ | ||
+ | |||
+ | Failed ping response looks like: | ||
+ | |||
+ | < | ||
+ | > ping zoo.mcneel.com | ||
+ | PING zoo.mcneel.com (192.168.0.100): | ||
+ | Request timeout for icmp_seq 0 | ||
+ | Request timeout for icmp_seq 1 | ||
+ | Request timeout for icmp_seq 2 | ||
+ | Request timeout for icmp_seq 3 | ||
+ | </ | ||
+ | |||
+ | Press **Ctrl+C** to cancel | ||
+ | |||
+ | 2. **nslookup: | ||
+ | |||
+ | '' | ||
+ | |||
+ | Successful '' | ||
+ | |||
+ | <code> | ||
+ | > nslookup zoo.mcneel.com | ||
+ | Server: | ||
+ | Address: | ||
+ | |||
+ | Non-authoritative answer: | ||
+ | Name: | ||
+ | Address: 192.168.0.100 | ||
+ | </code> | ||
+ | |||
+ | Failed '' | ||
+ | < | ||
+ | > nslookup zoo.mcneel.com | ||
+ | ** server can't find zoo.mcneel.com: | ||
+ | </ | ||
- | 2. **Lookup:** The DNS Lookup diagnostic utility displays information that you can use to diagnose Domain Name System (DNS) infrastructure. | ||
- | {{: | ||
3. **Traceroute: | 3. **Traceroute: | ||
- | {{: | ||
- | 4. **Port Scan:** The Port Scan test scans for open TCP ports. In the case of the Zoo, you will want to scane for for TCP Port 80. | + | '' |
- | {{:zoo:nu_portscan.png? | + | |
+ | Successful '' | ||
+ | |||
+ | < | ||
+ | > traceroute zoo.mcneel.com | ||
+ | traceroute to zoo.mcneel.com (192.168.0.100), | ||
+ | | ||
+ | |||
+ | </ | ||
+ | |||
+ | Failed '' | ||
+ | < | ||
+ | > traceroute zoo.mcneel.com | ||
+ | traceroute to zoo.mcneel.com (192.168.0.100), | ||
+ | 1. * * * | ||
+ | </ | ||
+ | |||
+ | |||
+ | 4. **Port Scan (nc):** The Port Scan test scans for open TCP ports. In the case of the Zoo, you will want to scan for TCP Port 80. | ||
+ | |||
+ | '' | ||
+ | |||
+ | Successful '' | ||
+ | |||
+ | < | ||
+ | > nc -z -v zoo.mcneel.com 80 | ||
+ | Connection to zoo.mcneel.com port 80 [tcp/http] succeeded! | ||
+ | </ | ||
+ | |||
+ | Failed '' | ||
+ | |||
+ | netcat will not return. To cancel, press **Ctrl+C** | ||
//If this test fails, then make sure the Zoo server service is running. You can do this by using either ZooAdmin.exe or the Services applet in Control Panel. Also, make sure __[[zoo: | //If this test fails, then make sure the Zoo server service is running. You can do this by using either ZooAdmin.exe or the Services applet in Control Panel. Also, make sure __[[zoo: |