Troubleshooting VM Internet Connectivity
Use this guide to troubleshoot internet reachability issues on Windows Server VMs.
Prerequisites
Before troubleshooting, verify the following:
| Aspect | Requirement |
|---|---|
| Zone | The VM must be in the SSA zone to reach the internet directly. |
| Firewall rules | Add an outgoing firewall rule to the internet on ports 443 and 80, and port 53 to DNS. |
| Access | You need administrative access to the Windows VM. |
| Basic knowledge | Familiarity with networking concepts, DNS, and Windows Server settings is expected. |
Common Causes and Fixes
DNS server configuration
Incorrect DNS server settings can prevent internet reachability.
- Open Server Manager.
- Select Local Server.
- Check DNS settings under NIC Teaming.
- Confirm that DNS server addresses are correct.
- Open Command Prompt with administrative privileges.
- Test DNS resolution:
nslookup site.sa
If DNS resolution fails, review the DNS server settings or try alternative DNS servers.
Internet Explorer Enhanced Security Configuration
Internet Explorer Enhanced Security Configuration can prevent website access.
- Open Server Manager.
- Select Local Server.
- Locate IE Enhanced Security Configuration.
- Click the On link.
- Set both Administrators and Users to Off.
- Apply the changes.
- Restart Internet Explorer or the server if needed.
Firewall settings
Firewall rules can block internet access.
- Open Windows Defender Firewall with Advanced Security.
- Review inbound and outbound rules.
- Confirm there are no rules blocking internet access.
- If needed, create a new outbound rule to allow internet access.
Proxy server configuration
If the network uses a proxy server, verify the proxy configuration:
- Open Internet Explorer.
- Go to Tools.
- Open Internet Options.
- Select the Connections tab.
- Open LAN Settings.
- Confirm the proxy server details are correct.
Safety and Security
Follow these safety practices:
- Back up critical data and configuration before making significant changes.
- Be careful when changing firewall settings.
- Keep the server updated with security patches.
- Document changes made during troubleshooting.