Skip to content

Commit 24c4706

Browse files
committed
OOB - 39316531 new feature support
1 parent 1cef44f commit 24c4706

1 file changed

Lines changed: 90 additions & 0 deletions

File tree

Lines changed: 90 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,90 @@
1+
---
2+
# required metadata
3+
title: Use RDP Shortpath for public networks with Windows 365 Cloud PCs.
4+
titleSuffix:
5+
description: Learn how to use RDP Shortpath for public networks with Windows 365 Cloud PCs.
6+
keywords:
7+
author: ErikjeMS
8+
ms.author: erikje
9+
manager: dougeby
10+
ms.date: 05/18/2022
11+
ms.topic: how-to
12+
ms.service: cloudpc
13+
ms.subservice:
14+
ms.localizationpriority: high
15+
ms.technology:
16+
ms.assetid:
17+
18+
# optional metadata
19+
20+
#ROBOTS:
21+
#audience:
22+
23+
ms.reviewer: docoombs
24+
ms.suite: ems
25+
search.appverid: MET150
26+
#ms.tgt_pltfrm:
27+
ms.custom: intune-azure; get-started
28+
ms.collection: M365-identity-device-management
29+
---
30+
31+
# Use RDP Shortpath for public networks (preview) with Windows 365 
32+
33+
You can now use Remote Desktop Protocol (RDP) Shortpath for public networks with your Windows 365 Cloud PCs. RPD Shortpath for public networks can provide an additional connection path for improved Cloud PC connectivity, especially in suboptimal network conditions.
34+
35+
## Requirements
36+
37+
To use RDP Shortpath for public networks with Windows 365, you must meet these requirements:
38+
39+
- Session Host (Cloud PC)
40+
- UDP outbound to all public IP space (because, in most cases, it’s not possible to know the source IP address of the connecting PC).
41+
- STUN server IP ranges on UDP port 347.
42+
- Client PC Network
43+
- UDP outbound to:
44+
- the public IP addresses assigned to NAT gateway or the Azure Firewall in an Azure Hosted Network Scenario.
45+
- For a Microsoft Hosted network scenario, all public IP spaces.
46+
47+
## Enable the preview of RDP Shortpath for public networks
48+
49+
To participate in the public preview for RDP Shortpath for public networks, visit the following Azure Virtual Desktop documentation page and follow the instructions:
50+
51+
[Enabling the preview of RDP Shortpath for public networks](/azure/virtual-desktop/shortpath-public#enabling-the-preview-of-rdp-shortpath-for-public-networks).
52+
53+
## Verify UDP connectivity
54+
55+
UDP connectivity can be checked within the “Connection Information” section of a Remote session. For more information, see [Verify your network connectivity]( /azure/virtual-desktop/shortpath-public#verify-your-network-connectivity).
56+
57+
## RDP shortpath benefit
58+
59+
The default connectivity to a Windows 365 Cloud PC is through a TCP connection that traverses a gateway using the [reverse connect](/azure/virtual-desktop/network-connectivity) transport. The reverse transport means that there’s no need for inbound connectivity to the session host (Cloud PC) to connect RDP traffic.
60+
61+
RDP Shortpath builds on the TCP connection and provides, when possible, another direct connection between the Remote Desktop client and the Windows 365 Cloud PC. This connection uses UDP as the underlying transport protocol. The direct path and protocol deliver improved connection reliability, lower latency, and higher available bandwidth.
62+
63+
For more information about RDP Shortpath benefits, see [Key benefits](/azure/virtual-desktop/shortpath-public#key-benefits).
64+
65+
## RDP Shortpath connection process
66+
67+
When using RPD Shortpath, the connection with the Cloud PC proceeds as follows:
68+
69+
1.The RDP connection establishes a TCP-based connection using the reverse connect transport through the Gateway (in the same way as it does for connectivity without UDP shortpath).
70+
2.If RDP Shortpath is enabled on the session host (Cloud PC), the service creates a UDP socket on all viable network interfaces.
71+
3.To test connectivity, the service attempts to connect to a Windows 365 STUN server on the public internet through UDP port 3478. This also establishes the external IP address of the NAT router.
72+
4.The session host’s candidate table lists the public IP and listener port that it has reachable connectivity on. This information is provided to the connecting client through the established TCP session.
73+
5.The client sends its list of reachable public IP addresses/ports to the session host.
74+
6.Both parties attempt a connection at the same time. Because both are creating outbound connections, this often allows connectivity to be established through firewalls because no inbound initiated connectivity occurs.
75+
7. If connectivity is successful, the service evaluates if the connection is the fastest path. If iti s, all dynamic virtual channels (such as graphics, input, device redirection, and more) switch to the new transport flow.
76+
77+
## Known issues
78+
79+
The RDP Shortpath for public networks may not work with Cloud PCs in the following scenarios:
80+
81+
- Where double NAT is in place. For example, if the traffic is routed through a Secure Web Gateway (SWG) or proxy where the connection is NATTed twice (first, on egress from Azure and, second, from the VPN/SWG endpoint.)
82+
- Where the connection is routed through an internet proxy or other inspection device.
83+
- Any network which restricts UDP access or limits access to specific ports or IP ranges.
84+
- Where Carrier Grade NAT (CGN) is used. Where the network shares a public IP address with other networks.
85+
86+
For more technical details on these scenarios, see [General recommendatins](/azure/virtual-desktop/shortpath-public#general-recommendations).
87+
88+
## Next steps
89+
90+
For complete information, see [Azure Virtual Desktop RDP Shortpath for public networks (preview)](/azure/virtual-desktop/shortpath-public).

0 commit comments

Comments
 (0)