Knowledge base
1000 FAQs, 500 tutorials and instructional videos. Here, there are only solutions!
Run a TELNET / TRACEROUTE command
This guide presents commands that can be executed to test a connection or network and thus further identify the possible source of the error.
Perform a Telnet…
TELNET allows you to test the connection to a server without taking into account all the additional settings of a mail or FTP application, in order to determine the source of a problem. For example, if the connection fails on an SMTP server, you will need to check whether your firewall is 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
Terminalapplication (command-line interface,CLI) 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, and do the same for[port]…
… on Windows
Enable Telnet beforehand if necessary.
- Use a
Terminalapplication (command-line interface,CLI) 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(this allows you to test the SMTP port if your software/email client does not allow you to send emails)…
… on Android
- Use the Simple Telnet Client app, which allows you to easily test by filling in two fields (for example,
mail.infomaniak.comand port143or993)…
Perform a PING
PING allows you to determine if a machine is accessible via the Internet. You can also use this tool to verify that you are connecting to the correct machine, for example, after a DNS change, by checking 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 Infomaniak shared hosting plans.
Link to this FAQ: https://faq.infomaniak.com/727
Has this FAQ been helpful?