Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Vivalada update vpn guidance #300

Merged
merged 6 commits into from
Apr 15, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions hcx/HCX-Migrations/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# VMware HCX Migrations

You can find detailed explanation of the VMware HCX migration types in the table below:

| Document | Description |
|----------|-------------|
| [HCX Bulk Migration](./hcx-migrations-BulkMigration.md) | Explanation of HCX Bulk Migration. |
| [HCX Cold Migration](./hcx-migrations-ColdMigration.md) | Explanation of HCX Cold Migration. |
| [HCX Replicated Assisted vMotion](./hcx-migrations-RAV.md) | Explanation of HCX Replicated Assisted vMotion (RAV). |
| [HCX vMotion Migration](./hcx-migrations-vMotion.md) | Explanation of HCX vMotion Migrations. |
1 change: 1 addition & 0 deletions hcx/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,4 @@ You can find official VMware HCX documentation in VMware documentation page: [VM
| [HCX Service Mesh](hcx-servicemesh.md) | Explanation of HCX Service Mesh and its components. |
| [HCX Deployment Scenarios](hcx-deployment.md) | Different possible HCX Deployment Scenarios and recommendations. |
| [Networking and Network Extension Considerations](netextconsiderations.md) | Options for networking setups for migrations and HCX Network Extension considerations. |
| [HCX Migrations](./HCX-Migrations/README.md) | Explanation of HCX Migration types. |
4 changes: 3 additions & 1 deletion hcx/hcx-deployment.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,9 @@ For the purposes of this article, VPN will also include connections via 3rd part

HCX over a VPN connection is fully supported on Azure VMware Solution. VMware has a set of minimum requirements for support which can be found here: [Network Underlay Minimum Requirements](https://docs.vmware.com/en/VMware-HCX/4.2/hcx-user-guide/GUID-8128EB85-4E3F-4E0C-A32C-4F9B15DACC6D.html).

A minimum MTU size of 1150 is required. Microsoft recommends setting the MTU to 1300 in the Uplink Network Profile.
A minimum MTU size of 1150 is required. It is recommended to set the Uplink Network Profile MTU to 1350 to account for IPSec overhead. While an MTU of 1300 is a safe default, 1350 MTU will work in most cases.

Verify your MTU setting using an MTU tool to ensure optimal configuration.

![VMware HCX over VPN](./images/hcx-vpn.png)

Expand Down
Loading