networking:ping
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| networking:ping [2021/11/15 09:49] – bstafford | networking:ping [2022/11/23 12:49] (current) – external edit 127.0.0.1 | ||
|---|---|---|---|
| Line 2: | Line 2: | ||
| ===== Ping without Framenting ===== | ===== Ping without Framenting ===== | ||
| + | |||
| + | Data from Palo Alto Networks [[https:// | ||
| + | |||
| -f will mean that the ping is only sent if it isn't fragmented. | -f will mean that the ping is only sent if it isn't fragmented. | ||
| Line 18: | Line 21: | ||
| 1372 Bytes + ICMP header 8 Bytes + IP header 20 Bytes = 1400 Bytes. | 1372 Bytes + ICMP header 8 Bytes + IP header 20 Bytes = 1400 Bytes. | ||
| + | |||
| + | To determine the Optimal MSS that can be used, take the result of the above test which is 1400 Bytes and subtract the potential TCP header and IP header value. | ||
| + | |||
| + | 1400 Bytes - (IP header 20 Bytes + TCP header 20 Bytes) = 1360 Bytes. | ||
| + | |||
| + | So the Optimal MSS that can be used is 1360 Bytes. | ||
| + | |||
| + | On PA firewall to adjust the MSS value to 1360 Bytes, the Adjustment size has to be configured as 140 Bytes. | ||
| + | |||
| + | 1500 - 1360 = 140 Bytes | ||
| + | |||
| + | ===== Windows Show MTU ===== | ||
| + | Show MTU on Windows. It is in the left column | ||
| + | < | ||
networking/ping.1636969782.txt.gz · Last modified: (external edit)
