menu
small_header_rootserver.svg

netcup wiki

Server

Troubleshooting Network Issues

Learn how to identify and resolve network issues when the rescue system is running.

For the latest information on any disruptions, visit our status page: https://www.netcup-status.de

The following characteristics may indicate problems with your server:

  • Increased ping times of 100 milliseconds or more.
  • Packet loss on the route to the vServer, possibly even at the last node.

Check your network connection and send us the results.

1. Activating the Rescue System

Boot your server into the rescue system.

Please note that it is necessary to perform these tests while the rescue system is active. This will rule out any problems at operating system level.

2. Running dhclient

The dhclient command checks whether your server receives an IP address from the DHCP server.

Execute the following command:

dhclient -v <Networkinterface>

The default network interface is usually eth0. Different names can be determined using ip a.

3. Running MTR

Use MTR (My Traceroute) or WIN-MTR to check for packet loss on the route to the nodes. Execute at least 500 pings on both the server and the corresponding host using the terminal command below: mtr <server_ip>

You can find the server IP in the Server Control Panel (SCP) under Network.

Please note that we need a My Traceroute instead of a regular Traceroute for analysis purposes, given that My Traceroute is much more detailed.

4. Running iperf3

Next, run Iperf3 via the terminal. This will provide us with information about the connection and speed to and from your server.

IPv4
  1. Execute the following command:

iperf3 -c speedtest.wtnet.de -p 5200 -P 10 -4

  1. Execute the following command:

iperf3 -c speedtest.wtnet.de -p 5200 -P 10 -4 -R

IPv6
  1. Execute the following command:

iperf3 -c speedtest.wtnet.de -p 5200 -P 10 -6

  1. Execute the following command:

iperf3 -c speedtest.wtnet.de -p 5200 -P 10 -6 -R

5. Reporting to netcup

Contact our Customer Support. Your ticket should contain the following information:

  • Your customer number
  • The server name and IP address
  • The output of dhclient
  • The output of MTR
  • The output of Iperf3
  • Information on whether the rescue system was booted

To help us process your ticket, please provide the requested information as a text file in the attachment. We will then process your request as quickly as possible.

Last update: 06/11/2025