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
+59-10Lines changed: 59 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -464,27 +464,52 @@ Use the following steps to change the MTU size on a Windows Server virtual machi
464
464
Packets: Sent = 4, Received = 0, Lost = 4 (100% loss),
465
465
```
466
466
467
-
1. Use `Get-NetIPInterface` to determine the current MTU value. The interface aliasused inthe following example is **Ethernet 2**. Replace this value with your value.
467
+
1. Use `Get-NetIPInterface` to determine the interface aliasand the current MTU value.
1. Use `Set-NetIPInterface` to set the MTU value for**vm-1** to persist reboots. For the MTU value, **3892** is usedin this example. Replace this value with your value returned by the `Test-Connection` command.
484
+
In the example, the interface alias is **Ethernet** and the MTU value is **4074**.
485
+
486
+
1. Use `Set-NetIPInterface` to set the MTU value for**vm-1** to persist reboots. For the MTU value, **3892** is usedin this example. Replace this value with your value returned by the `Test-Connection` command. The interface alias is **Ethernet**in this example. Replace this value with your value.
@@ -546,29 +571,53 @@ Use the following steps to change the MTU size on a Windows Server virtual machi
546
571
Packets: Sent = 4, Received = 0, Lost = 4 (100% loss),
547
572
```
548
573
549
-
1. Use `Get-NetIPInterface` to determine the current MTU value. The interface aliasused inthe following example is **Ethernet 2**. Replace this value with your value.
574
+
1. Use `Get-NetIPInterface` to determine the interface aliasand the current MTU value.
1. Use `Set-NetIPInterface` to set the MTU value for**vm-2** to persist reboots. For the MTU value, **3892** is usedin this example. Replace this value with your value returned by the `Test-Connection` command.
591
+
In the example, the interface alias is **Ethernet** and the MTU value is **4074**.
592
+
593
+
1. Use `Set-NetIPInterface` to set the MTU value for**vm-2** to persist reboots. For the MTU value, **3892** is usedin this example. Replace this value with your value returned by the `Test-Connection` command. The interface alias is **Ethernet**in this example. Replace this value with your value.
0 commit comments