All Products
Search
Document Center

Elastic Desktop Service:Network FAQ

Last Updated:Sep 12, 2025

This topic describes the frequently asked questions (FAQ) about networking for WUYING Workspace Enterprise Edition.

Index

Can I use an IPsec-VPN connection to connect my on-premises data center to a cloud computer?

Yes, you can. You can connect to cloud computers only through IPsec-VPN, SSL-VPN, Smart Access Gateway (SAG), or Express Connect (leased lines).For more information, see Connect to an enterprise network.

What do I do if my cloud computer cannot access the Internet?

Symptom: The cloud desktop cannot access the Internet.

Cause 1

  • The cloud computer does not have Internet bandwidth enabled.

  • The premium bandwidth plan that is attached to the WUYING office network (previously known as a workspace) is not in the In Use status.

Solution

Enable Internet bandwidth and attach it to the office network of the cloud computer.For more information, see Manage Internet bandwidth. If Internet bandwidth is already enabled, check its status.

  1. Log on to the WUYING Workspace Enterprise Edition console.

  2. In the navigation pane on the left, choose Network and Storage > Premium Bandwidth.

  3. On the Premium Bandwidth page, find the premium bandwidth plan and check its Status column:

    • In Use: This is the normal status.

    • Expired/Overdue: In the Actions column, click Renew and follow the instructions to complete the renewal.

    • Released: On the Premium Bandwidth page, click Enable Premium Bandwidth to enable a new premium bandwidth plan.

    • Creating: Wait a moment. After the plan is created, the status changes to In Use.

Cause 2

If the office network has Internet bandwidth enabled, the cloud computer may not have permission to access the Internet.

Solution

Enable Internet access control for the office network.

  1. Log on to the EDS Enterprise console.

  2. In the left-side navigation pane, choose Networks & Storage > Office Networks.

  3. On the Office Network page, find the office network of the cloud computer and go to the office network details page in one of the following ways:

    • In the Actions column, click Modify Internet Access Control.

    • In the Office Network Name/ID column, click the office network ID.

  4. On the office network details page, in the Internet Bandwidth section, set Internet Access Control to All Cloud Computers In The Office Network Can Access The Internet. You Can Configure A Denylist..

Cause 3

A policy may be restricting access if the cloud computer still cannot connect to the Internet after you confirm that the office network has Internet bandwidth and the cloud computer has the required permission.

Solution

Check whether a policy is restricting access.

  1. Log on to the WUYING Workspace Enterprise Edition console.

  2. In the navigation pane on the left, choose Operations Management > Policies.

  3. On the Policies page, find the policy that is attached to the cloud computer and click the policy ID to go to the policy details page.

  4. On the policy details page, in the Policy Settings section, perform the following checks.

    • Choose Security Policy > Network Access.

      • In the Security Group Control section, click Outbound. Check for any security group rules that restrict outbound network traffic.

      • In the Domain Name Access Control section, check for any access policies that restrict domain name resolution.

    • Choose Cloud-side Network Redirection. Check whether cloud-side network redirection is enabled.

  5. If restrictive rules exist, remove them, save the changes, and then disconnect from and reconnect to the cloud computer. Then, check whether you can access the Internet.

Cause 4

If the issue persists after you confirm that the office network has Internet bandwidth, the cloud computer has the required permission, and no policies are restricting access, check the following scenarios.

Proxy server is enabled

Detection method

Read the registry key value in the system to determine whether a proxy is enabled.

  1. Log on to the WUYING Workspace Enterprise Edition console.

  2. In the navigation pane on the left, choose Resource Management > WUYING Workspace Enterprise Edition.

  3. In the top navigation bar, select the destination region.

  4. On the WUYING Workspace Enterprise Edition page, find the cloud computer to which you want to send a remote command, and send the command in one of the following ways:

    • In the Actions column, click More, and choose Send Remote Command.

    • Click the cloud computer ID, choose the Command Execution Details tab, and then click Send Remote Command.

  5. In the Send Remote Command dialog box, enter the following command and click Execute.

    $ProfileLists=Get-ChildItem -Path "Registry::HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\ProfileList" -Name;
    $SidLists=$ProfileLists | Where-Object { $_ -like "S-1-5-21-*" -and $_ -notlike "*-500" };
    Foreach ($Sid IN $SidLists) {	
      $a=(Get-ItemProperty -ErrorAction SilentlyContinue -Path "Registry::HKEY_USERS\$Sid\Software\Microsoft\Windows\CurrentVersion\Internet Settings" -Name ProxyEnable).ProxyEnable;
      if ($a -ne 1) {
        Write-output "proxy is off"
      } else {
        Write-output "proxy is on"
      }
    }

Fix

If a proxy is enabled and you cannot access some websites, consider disabling the proxy.

Abnormal network interface card status

Detection method

Check the network interface card (NIC) in the cloud computer:

  1. Check whether the IPv4 protocol is enabled for the NIC.

  2. Check whether the NIC is disabled.

  3. Check whether the hop count of the management NIC is greater than the hop count of the user NIC.

Fix

Use WUYING Steward to fix the issue. For more information, see Use WUYING Steward.

Network interface card status abnormal

Detection method

Check the route table in the cloud computer:

  1. Read the route table.

  2. Check whether the default route 0.0.0.0 exists.

  3. Check whether the management service routes 100.64.0.0 and 100.100.100.200 exist.

Fix

Use WUYING Steward to fix the issue. For more information, see Use WUYING Steward.

Security software or VPN software is installed

Detection method

Check whether security software or VPN software is installed on the cloud computer. WUYING Workspace detects only common security software and VPN software.

Fix

If the software affects access to some websites, consider disabling the software and retry.

Firewall is enabled

Detection method

Check whether the firewall is enabled on the cloud computer.

Fix

Disable the firewall. The following steps use a Windows OS as an example.

  1. Go to Control Panel > System and Security > Windows Defender Firewall.

  2. In the navigation pane on the left, click Turn Windows Defender Firewall On Or Off.

  3. On the Customize Settings page, select Turn Off Windows Defender Firewall and then click OK.

How do I adjust the peak Internet bandwidth of a cloud computer?

To increase or decrease the peak bandwidth of a premium bandwidth plan, perform the following steps:

  1. Log on to the EDS Enterprise console.

  2. In the left-side navigation pane, choose Networks & Storage > Premium Bandwidth Plans.

  3. In the upper-left corner of the top navigation bar, select a region.

  4. On the Premium Bandwidth page, find the target premium bandwidth plan and click Upgrade/Downgrade in the Actions column.

  5. In the Upgrade/Downgrade Premium Bandwidth panel, in the Bandwidth section, adjust the bandwidth as needed and click Confirm.

Why can't I ping a cloud computer from a public IP address?

By default, cloud computers deny all inbound access and allow all outbound access. Therefore, you cannot ping a cloud computer from a public IP address.For more information, see Differences between WUYING Workspace and Elastic Compute Service (ECS).

Why can't I access a cloud computer after I enable the firewall?

Enabling the firewall may close some ports, preventing you from logging on to or connecting to the cloud computer. In this case, you must manually open the required ports to ensure that your services run as expected.For more information, see Service port requirements for cloud computers.