Start

The Pane Network

The pane Network can be used to replace the functions that have been lost from the previous Network Utility which had been part of the operating system in older versions of macOS. TinkerTool System provides a similar range of functions and additionally contains modernized features, in particular to support today’s default network protocol IPv6.

Information About Network Interfaces

You can review technical details and statistics on all network interfaces of your Mac that are currently active. Active means that at least one IPv4 or IPv6 address has been assigned to the network port which can be used to communicate with other devices. To get the data, perform the following steps:

  1. Open the sub-item Info on the pane Network.
  2. Use the pop-up button to select the interface for which you like to get information.

The items shown in the window are automatically updated every 10 seconds.

Determine details about each active network interface
Determine details about each active network interface

The following details are available:

Routing Tables and Network Statistics

Via the item Netstat, you can review further statistics from the network management of macOS, relevant for all network ports.

  1. Open the sub-item Netstat on the pane Network.
  2. Select one of the radio buttons to choose the item for which you like to retrieve data.
  3. Click the button Netstat.

The application will determine the information and show it in an additional dialog sheet. You can also print the results or save them as text file.

Please note that macOS may need several minutes of computation time before data will be shown. The information comes directly from the UNIX level of the operating system.

Statistics and routing tables can be retrieved from the operating system
Statistics and routing tables can be retrieved from the operating system

The following statistics are available:

Checking Network Connections via Echo Signals

To check the connection to another device in the network, it can be useful to send this device a request to report back. A test packet is sent to the other device, asking to reflect it like an echo. From the technical slang of working with echo sounders (sonars), sending a test signal back and forth is called ping.

Perform the following steps to run such a communication test:

  1. Open the sub-item Ping on the pane Network.
  2. Enter the desired destination into the text field either by address or by name and press the return key.
  3. Check the field Use IPv6 protocol if the test should not be performed based on IPv4, but based on IPv6.
  4. Choose whether a specific number of test signals should be sent, or whether the test should run endlessly until you click the Stop button.
  5. Click the Ping button.
To check a connection, an echo request can be sent
To check a connection, an echo request can be sent

The report that is shown during the individual ping signals indicates how many bytes have been sent to which address, the current running number of this signal (icmp_seq, Internet Control Message Protocol sequence number), the maximum number of intermediate stations the sent packets are allowed to pass (ttl, time-to-live), and how long (in milliseconds) it took until the echo came back again (time). An additional summary is shown at the end of the report, indicating among other things, how many test packets have been sent, as well as the minimum, average, and maximum echo times, together with their standard deviation during the entire test.

Not all devices will respond to ping requests. For security or performance reasons, some devices may refuse to answer. Such a case cannot be distinguished directly from cases where the destination host could actually not be reached.

You can use the normal copy/paste or drag-and-drop features of macOS when you like to transfer an address or computer name into the text field. Note however, that a paste operation won’t be accepted if you try to transfer text containing characters that are officially forbidden by the Internet standards, an underscore (_), for example. TinkerTool System doesn’t perform a full syntax check, but may reject pasted text with characters not compliant with the rules of RFC 952.

Other fields in the Network pane for entering addresses or host names also follow this policy.

Determine the Assignment Between Host Names and Addresses

The Domain Name Service (DNS) is designed to make it possible to reach other devices in the network not only by their addresses, but also by their names. This service either looks up the name for a valid address, or in reverse direction, determines the assigned name(s) for an address. You can submit such a request to the service manually any time. To do this, perform the following steps:

  1. Open the sub-item Lookup on the pane Network.
  2. Enter either the name of the device, or its IPv4 address, or its IPv6 address into the text field and press the return key. This will be interpreted as request to look up the missing parts via DNS.
  3. If you like to receive a lot more details about the internal query sent and the associated response from DNS in addition to the plain answer to your request, check the field Use “dig” for more detailed information.
  4. In case you have selected the detailed variant in item (3.), you can additionally choose whether you like the request to be sent via IPv6 only, and whether the IPv6 address should be looked up as well.
  5. Click the button Lookup.
The relationships between names and addresses can be reviewed
The relationships between names and addresses can be reviewed

The response contains in each case

To evaluate the lookup request, the system will use the DNS server currently configured in the network settings of macOS.

Trace the Path of Data Packets

In larger networks such as the Internet, destination points can only be reached if the data packets can travel along multiple intermediate stations. The individual nodes of the network determine the currently best route, based on network maps, connection costs, and current utilization of the network components. It can be interesting to display the currently selected route for communication with a specific destination. This operation is known as packet tracing or traceroute.

  1. Open the sub-item Traceroute on the pane Network.
  2. Enter either name or address of the destination into the text field and press the return key.
  3. Click the button Trace.
The currently chosen route for data packets can be traced in the network
The currently chosen route for data packets can be traced in the network

The current route is determined and measured using a series of test data packets (similar to the ping operation). For each intermediate station, called hop, you will get one line of output. If available, it will indicate its name and address, as well as the transmission times to reach the next node. Determining the entire route can take a few seconds. Data that cannot be retrieved at the moment is replaced by asterisks.

Querying Databases of the Whois Service

On the Internet, names of the individual network devices, or their ports, respectively, are assigned using a hierarchical system. The names are registered for a fee at specific registration authorities. These registries establish the whois service, a database that lists all domain names currently in use. The databases can be accessed publicly to determine information about the owner of a name, a contact person for administration, a contact for technical questions, one for name abuse, the date of registration and the validity period, the responsible registration authority, and the authoritative DNS service.

For data protection reasons, not all of this information can be retrieved in each country or from every registration authority. The amount of available data can vary greatly depending on the domain name.

To find information about a registered domain name, perform the following steps:

  1. Open the sub-item Whois on the pane Network.
  2. Enter the domain name into the text field and press the return key.
  3. From the overview of whois servers, select the server which presumably belongs to the responsible registration authority for that domain, or enter the name of another whois server.
  4. Click the button Whois.
The whois service of the Internet can be queried
The whois service of the Internet can be queried

The publicly available data provided by the selected whois service will be shown. As always, you can print the result or save it as text file.

Determining User Information via the Finger Service

The finger protocol describes an information service that provides data about network users live, mainly to determine how and where a user can be reached within a company or similar organization. In addition to contact details, such as phone numbers, room numbers, or email addresses, finger is designed to indicate at which computer of the network a user is currently logged on, and for how long. Querying the finger service is done via text patterns similar to email addresses, namely

name@domain

where name is the short account name of the user, and domain is the domain name of the network.

Perform the following steps to get finger data about a network user:

  1. Open the sub-item Finger on the pane Network.
  2. Enter the finger specification into the text field and press the return key.
  3. Click the button Finger.
The finger service may provide information on network users
The finger service may provide information on network users

The finger protocol was developed between 1971 and 1977 and is considered obsolete. For data protection reasons, as well as for labor law and security reasons, it is rarely used today. If it is actually used, data will usually be available in the local network only, not across the Internet.

If the finger service is unavailable, you will typically receive an error response that includes the message

finger: connect: Connection refused.

Responsiveness

macOS contains a built-in speed test that is able to assess the quality of your local network and its Internet connection. You can run the test, which usually takes less than half a minute, via a simple mouse click. The test basically estimates how well your Internet connection will react when several devices or applications are using it at the same time. The results of the test can be particularly useful if you are using an Internet gateway whose performance can be optimized manually, for example by configuring features such as Smart Queue Management (SCM). You can run several tests under similar conditions to experiment which changes lead to better performance.

Please note that both, the network between this computer and your Internet gateway (“router”), the network between the gateway and your Internet provider, as well as the link between your provider and the Internet are part of the measurement. macOS records the following metrics during the test:

During the measurement, a large amount of test data is transferred between your computer and one or more Apple Internet servers. Which servers are involved can be dynamically controlled by Apple and change any time.

macOS can measure the typical responsiveness of your network and assess its quality
macOS can measure the typical responsiveness of your network and assess its quality

Perform the following steps to get an overall assessment of your network quality:

  1. Make sure that the pop-up button Select a network interface to check is set to the desired option. TinkerTool System offers all physical and virtual network interfaces that currently have an active IP address. Please note that not all interfaces are usually connected to the Internet, so they cannot be used for testing. Usually, it is sufficient to keep the selection Default interface for Internet access which causes macOS to automatically choose the network link currently in use for Internet data transfers.
  2. Click the button Run Test.

The test will then be run by macOS and TinkerTool System will show its results. The overall assessment is at the discretion of macOS and is not influenced by TinkerTool System. Apple provides the following documentation to understand the end result: