Network Diagnostics
- 1 Minute to read
- Print
- PDF
Network Diagnostics
- 1 Minute to read
- Print
- PDF
Article summary
Did you find this summary helpful?
Thank you for your feedback
The CTERA Edge Filer provides diagnostic tools directly through the user interface for network troubleshooting:
Ping – Tests the reachability of a host on the network.
DNS lookup – Queries the DNS.
Traceroute – Displays the route packets across the network.
TCP Connect – Tests whether a specific TCP port is open.
Wake – Remotely awakens computers using the WoL (Wake on LAN) command.
iPerf – Measures the maximum achievable upload and download bandwidths using either TCP or UDP.
To use network diagnostics:
- In the Configuration view, select System > Network in the navigation pane.
The Network page is displayed.
- Click Diagnostics.
The Network Diagnostics window is displayed.
- In the Diagnostic Tool field, select the tool you want to use.
The window changes to reflect the diagnostic test requested. Ping, DNS Lookup, and Traceroute all require an address.
Ping – Tests the reachability of a host on the network.
DNS Lookup – Queries the DNS.
Traceroute – Displays the route packets across the network. For example:
TCP Connect – Tests whether a specific TCP port is open.
Or:
Wake – Remotely awakens computers using the WoL (Wake on LAN) command based on the MAC address of the computer. For more details, see Remotely Awakening Computers.
iPerf – Measures the maximum achievable upload and download bandwidths using either TCP or UDP.
Where:
Address – The address of the computer to measure.
Port – The port to measure.
Threads – The number of threads to test the connection.
TCP or UDP – The protocol to measure.
Measure Upload or Measure Download – The direction to measure.
The following command is run:iperf -c {Address} -fM -m -i5 -t25 -p {Port}
If the number of threads is changed from the default, 1, the command is run with the -P flag with the thread number. For example,iperf -c {Address} -fM -m -i5 -t25 -p {Port} -P 10
If UDP is specified, the command is run with the -u flag. For example:iperf -c {Address} -fM -m -i5 -t25 -p {Port} -u
- Enter the information required for the test, such as the IP address you want to ping.
- Click Go.
The test results are displayed in the window, under the tool details. - Click Close when you have completed the diagnostic tests.
Was this article helpful?