Skip to content

Commit 0456bbd

Browse files
committed
fixes
1 parent 7d2e2a8 commit 0456bbd

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

articles/virtual-network/how-to-virtual-machine-mtu.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -538,17 +538,17 @@ Use the following steps to change the MTU size on a Windows Server virtual machi
538538
1. Verify the MTU size on the network interface using `PING`. For Windows, use -f and -l. The -f option instructs ping to NOT fragment and -l sets the packet size. To determine the packet size, subtract 28 from the MTU setting of 3900.
539539
540540
```powershell
541-
ping 10.0.0.4 -f -l 3872
541+
ping 10.0.0.4 -f -l 3892
542542
```
543543
544544
```output
545-
PS C:\Users\azureuser> ping 10.0.0.4 -f -l 3872
545+
PS C:\Users\azureuser> ping 10.0.0.4 -f -l 3892
546546
547-
Pinging 10.0.0.4 with 3872 bytes of data:
548-
Reply from 10.0.0.4: bytes=3872 time=1ms TTL=128
549-
Reply from 10.0.0.4: bytes=3872 time<1ms TTL=128
550-
Reply from 10.0.0.4: bytes=3872 time=1ms TTL=128
551-
Reply from 10.0.0.4: bytes=3872 time=1ms TTL=128
547+
Pinging 10.0.0.4 with 3892 bytes of data:
548+
Reply from 10.0.0.4: bytes=3892 time=1ms TTL=128
549+
Reply from 10.0.0.4: bytes=3892 time<1ms TTL=128
550+
Reply from 10.0.0.4: bytes=3892 time=1ms TTL=128
551+
Reply from 10.0.0.4: bytes=3892 time=1ms TTL=128
552552
553553
Ping statistics for 10.0.0.4:
554554
Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),
@@ -559,9 +559,9 @@ Use the following steps to change the MTU size on a Windows Server virtual machi
559559
An indication that there is a mismatch in settings between the source and destination displays as an error message in the output. In this case, the MTU isn't set on the source network interface.
560560

561561
```output
562-
PS C:\Users\azureuser> ping 10.0.0.4 -f -l 3872
562+
PS C:\Users\azureuser> ping 10.0.0.4 -f -l 3892
563563
564-
Pinging 10.0.0.4 with 3872 bytes of data:
564+
Pinging 10.0.0.4 with 3892 bytes of data:
565565
Packet needs to be fragmented but DF set.
566566
Packet needs to be fragmented but DF set.
567567
Packet needs to be fragmented but DF set.

0 commit comments

Comments
 (0)