Skip to content

Commit f98c8f8

Browse files
committed
images wasnt updated
1 parent 213f39c commit f98c8f8

File tree

2 files changed

+5
-6
lines changed

2 files changed

+5
-6
lines changed

docs/CNAME

Lines changed: 0 additions & 1 deletion
This file was deleted.

docs/network-analysis.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,15 +10,15 @@ sidebar_label: Network troubleshooting
1010
WinMTR is a network diagnostics program that combines the features of ping and traceroute. The program was developed by Matt Kimball based on the well-known MTR program for Linux. It offers the possibility to get detailed information about possible network problems. The program also allows to track the time between sending a signal and receiving the corresponding response packet. In the following screenshot the outgoing route to fshost.me is shown as an example:
1111

1212

13-
![image](https://docs.fshost.me/img/winmtr-3.png)
13+
![image](https://help.fshost.me/img/winmtr-3.png)
1414

1515
## Installation
1616

1717

1818

1919
### Windows
2020

21-
WinMTR for Windows can be downloaded from the [FSHOST](https://docs.fshost.me/WinMTR.zip) page. Once installed, the program must be started and the host name or IP address of the affected case needs to be filled in:
21+
WinMTR for Windows can be downloaded from the [FSHOST](https://help.fshost.me/WinMTR.zip) page. Once installed, the program must be started and the host name or IP address of the affected case needs to be filled in:
2222

2323
![image](https://user-images.githubusercontent.com/13604413/159171614-5ffff921-5d69-4786-8c8f-1a1f63413a97.png)
2424

@@ -34,12 +34,12 @@ Now the package can be installed with the following command:
3434
apt install -y mtr-tiny
3535
```
3636

37-
![image](https://docs.fshost.me/img/aptlinux.png)
37+
![image](https://help.fshost.me/img/aptlinux.png)
3838

3939

4040
The evaluation can then be started with the command **mtr IPaddress/hostname**. By pressing CTRL+C you can stop the test at any time as desired.
4141

42-
![image](https://docs.fshost.me/img/mtr.png)
42+
![image](https://help.fshost.me/img/mtr.png)
4343

4444

4545
## Create report
@@ -53,7 +53,7 @@ The network diagnostic test should be performed when the problem actively occurs
5353
The program provides several kinds of information. You have to check this information carefully in order to identify the problem correctly.
5454

5555

56-
![image](https://docs.fshost.me/img/winmtr-2.png)
56+
![image](https://help.fshost.me/img/winmtr-2.png)
5757

5858
While evaluating a route, the example message **No response from host** may appear from time to time, reporting 100% packet loss. However, this is often not the direct cause. In such a case it is possible that only the packets are filtered by the firewall and therefore no response comes or is generally unreachable. The next possible option for the route is then selected. Only if the packet loss starts at one point and continues through others is there active packet loss.
5959

0 commit comments

Comments
 (0)