DEL HTML anchors from posts as they are going to be added automaticly with new ssg
This commit is contained in:
parent
3484b45045
commit
3d28d5eee9
26 changed files with 263 additions and 263 deletions
|
|
@ -6,7 +6,7 @@ In a nutshell: ICMP echo requests can be used to check the reachability of two h
|
|||
|
||||
**Side note**: All Linux references should work on **MacOS** too.
|
||||
|
||||
# Simple ping without any options <a href="#ping" id="ping">#</a>
|
||||
# Simple ping without any options
|
||||
|
||||
Linux:
|
||||
: `ping 10.10.20.1`
|
||||
|
|
@ -85,7 +85,7 @@ PingSucceeded : True
|
|||
PingReplyDetails (RTT) : 0 ms
|
||||
```
|
||||
|
||||
## Continuous ping requests <a href="#cont" id="cont">#</a>
|
||||
## Continuous ping requests
|
||||
|
||||
Linux:
|
||||
: *continuous pings by default*
|
||||
|
|
@ -98,7 +98,7 @@ Windows - Powershell 7.2+ - Test-Connection:
|
|||
: `-Repeat`
|
||||
|
||||
|
||||
## Number of ping requests <a href="#number" id="number">#</a>
|
||||
## Number of ping requests
|
||||
|
||||
Sets the number of pings
|
||||
|
||||
|
|
@ -114,7 +114,7 @@ Windows - Powershell 5.1+ - Test-Connection:
|
|||
: `-Count NUMBER`
|
||||
: Default is 4
|
||||
|
||||
## Using a specific interface <a href="#interface" id="interface">#</a>
|
||||
## Using a specific interface
|
||||
|
||||
Linux:
|
||||
: `-I INTERFACE-NAME`
|
||||
|
|
@ -125,7 +125,7 @@ Windows - Cmd Line:
|
|||
: *you have to choose the IP of the interface to use it for a ping*
|
||||
|
||||
|
||||
## domain name resolution <a href="#resolution" id="resolution">#</a>
|
||||
## domain name resolution
|
||||
|
||||
You get results faster if you can avoid domain name resolution.
|
||||
|
||||
|
|
@ -138,7 +138,7 @@ Windows - Cmd Line:
|
|||
: `/a` / `-a`
|
||||
|
||||
|
||||
## Avoid output / quiet mode <a href="#quiet" id="quiet">#</a>
|
||||
## Avoid output / quiet mode
|
||||
|
||||
Linux:
|
||||
: `-q`
|
||||
|
|
@ -153,7 +153,7 @@ Windows - Powershell 5.1+ - Test-Connection:
|
|||
: Just outputs `True` / `False`
|
||||
|
||||
|
||||
## Add timestamp <a href="#timestamp" id="timestamp">#</a>
|
||||
## Add timestamp
|
||||
|
||||
Linux:
|
||||
: `-D`
|
||||
|
|
@ -163,7 +163,7 @@ Windows:
|
|||
: *haven't found an option. There are multiple ways with bash scripting*
|
||||
|
||||
|
||||
## Packet Size <a href="#size" id="size">#</a>
|
||||
## Packet Size
|
||||
|
||||
Linux:
|
||||
: `-s NUMBER`
|
||||
|
|
@ -178,7 +178,7 @@ Windows - Powershell 5.1+ - Test-Connection:
|
|||
: data bytes. The default is 32 bytes + 8 bytes ICMP header data.
|
||||
|
||||
|
||||
## TTL / Time to live <a href="#ttl" id="ttl">#</a>
|
||||
## TTL / Time to live
|
||||
|
||||
Sets the IP Time to live!
|
||||
|
||||
|
|
@ -193,7 +193,7 @@ Windows - Powershell 5.1+ - Test-Connection:
|
|||
: *default is 128*
|
||||
|
||||
|
||||
## Sets "Don't Fragment" bit <a href="#df" id="df">#</a>
|
||||
## Sets "Don't Fragment" bit
|
||||
|
||||
Sets the DF flag in the IP header.
|
||||
|
||||
|
|
@ -207,7 +207,7 @@ Windows - Powershell 7.2+ - Test-Connection:
|
|||
: `-DontFragment`
|
||||
|
||||
|
||||
## IP Protocol 4 or 6 <a href="#protocol" id="protocol">#</a>
|
||||
## IP Protocol 4 or 6
|
||||
|
||||
Linux:
|
||||
: `-4` *# IPv4*
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue