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
# Use RDP Shortpath for public networks (preview) with Windows 365
32
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.
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 another connection path for improved Cloud PC connectivity, especially in suboptimal network conditions.
34
34
35
35
## Requirements
36
36
@@ -51,10 +51,10 @@ To participate in the public preview for RDP Shortpath for public networks, visi
51
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
52
53
53
## Verify UDP connectivity
54
-
54
+
55
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
56
57
-
## RDP shortpath benefit
57
+
## RDP Shortpath benefits
58
58
59
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
60
@@ -66,24 +66,24 @@ For more information about RDP Shortpath benefits, see [Key benefits](/azure/vir
66
66
67
67
When using RPD Shortpath, the connection with the Cloud PC proceeds as follows:
68
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.
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 step 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 it is, all dynamic virtual channels (such as graphics, input, device redirection, and more) switch to the new transport flow.
76
76
77
77
## Known issues
78
78
79
79
The RDP Shortpath for public networks may not work with Cloud PCs in the following scenarios:
80
80
81
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
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.
83
+
- Any network that restricts UDP access or limits access to specific ports or IP ranges.
84
84
- Where Carrier Grade NAT (CGN) is used. Where the network shares a public IP address with other networks.
85
85
86
-
For more technical details on these scenarios, see [General recommendatins](/azure/virtual-desktop/shortpath-public#general-recommendations).
86
+
For more technical details on these scenarios, see [General recommendations](/azure/virtual-desktop/shortpath-public#general-recommendations).
0 commit comments