You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/virtual-network/how-to-virtual-machine-mtu.md
+9-9Lines changed: 9 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -538,17 +538,17 @@ Use the following steps to change the MTU size on a Windows Server virtual machi
538
538
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.
539
539
540
540
```powershell
541
-
ping 10.0.0.4 -f -l 3872
541
+
ping 10.0.0.4 -f -l 3892
542
542
```
543
543
544
544
```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
546
546
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
552
552
553
553
Ping statistics for 10.0.0.4:
554
554
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
559
559
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.
0 commit comments