SSH Connection Problem: Can't Connect to Server
SSH connection troubleshooting guide: Path.net firewall rules, Default Block, creating a filter rule for SSH port, and step-by-step troubleshooting.
Guide to running MTR network tests with WinMTR and Linux MTR, creating ICMP filter rules, and submitting results to support. Diagnose packet loss and latency.
MTR (My Traceroute) is an advanced network diagnostic tool that combines ping and traceroute. It's used to identify packet loss and latency points in the network path.
MTR uses the ICMP protocol. ICMP is blocked by default in the Path.net firewall. You must create an ICMP filter rule before testing.
When the Ping toggle is enabled, the ICMP filter rule is created automatically. The rule may take 2-5 minutes to propagate. Since the ICMP rule also counts as a rule, enabling Ping while your IP has no other rules automatically triggers Default Block and disallowed ports are closed.
sudo apt install mtr -y
mtr -r -c 150 SERVER_IP_ADDRESS > mtr_result.txt
Run MTR in both directions:
Bidirectional testing is crucial. Single-direction tests may not identify which direction has the issue.
| Column | Description |
|---|---|
| Host | Network hop IP address |
| Loss% | Packet loss percentage |
| Sent | Packets sent |
| Recv | Packets received |
| Best | Lowest latency (ms) |
| Avrg | Average latency (ms) |
| Wrst | Highest latency (ms) |
Packet loss at intermediate hops doesn't always indicate a problem. Some routers deprioritize ICMP. What matters is the loss at the final hop (server).
ICMP is blocked by default in the Path.net firewall. Enable the Ping toggle in the Path Panel and wait 2-5 minutes.
Send at least 150 packets (passes) for reliable statistics.
Packet loss at intermediate hops is usually not a problem; some routers deprioritize ICMP. What matters is the packet loss at the final hop (destination server). If the last hop shows 5% or more packet loss, contact the support team.
SSH connection troubleshooting guide: Path.net firewall rules, Default Block, creating a filter rule for SSH port, and step-by-step troubleshooting.
RDP connection troubleshooting guide: Path.net firewall rules, Default Block, creating a filter rule for RDP port, and step-by-step troubleshooting.
Packet capture guide using Linux tcpdump and Windows Wireshark. Create PCAP files for network analysis, troubleshoot connectivity issues, and submit to support.