1000 FAQs, 500 tutorials and explanatory videos. Here, there are only solutions!
Perform a TELNET / TRACEROUTE command
This guide presents commands that can be executed to test a connection or a network and thus specify the source of a potential error more precisely.
Perform a Telnet...
TELNET allows you to test the connection to a server without considering all the additional settings of a mail or FTP application in order to determine the origin of a problem. If the connection does not go through on an SMTP server, you will need to check, for example, if your firewall is not blocking port 587 or 465.
... on macOS
- Search for Network Utility.
- Go to the
Ping,Lookup, orTraceroutetab depending on what you want to test. - You can also use a
Terminaltype application (command line interface,CLI / Command Line Interface) on your device and, depending on what you want to test, enter:traceroute [server]nc [server] [port]
Replace[server]with the server name or its IP address, the same for[port]...
... on Windows
Enable Telnet if necessary.
- Use a
Terminaltype application (command line interface,CLI / Command Line Interface) on your device, for example by typing Run thencmd. - In the window that opens, depending on what you want to test, type:
tracert [server]telnet [server] [port]
Example:telnet mail.infomaniak.com 587(allows you to test the SMTP port if your software/email client does not allow sending emails)...
... on Android
- Use the application Simple Telnet Client which allows you to test very simply via 2 fields to fill in (for example
mail.infomaniak.comand port143or993)...
Perform a PING
PING allows you to know if a machine is accessible via the Internet. You can also check with this tool if you are indeed addressing the correct machine, for example during a DNS change, by looking at the IP address obtained. It is possible to perform a ping on a domain name, a hostname or an IP address.
PING is definitely blocked on shared hostings.