Overview
When a Softdrive virtual machine appears offline or inaccessible, it is important to first confirm that the issue is not caused by the local computer’s internet connection.
This guide provides a step-by-step process to verify network connectivity, DNS resolution, browser access, firewall configuration, and general internet stability before escalating the issue to Softdrive Support.
Applies To
- Softdrive Virtual Machines
- Windows, macOS, and Linux devices
- Users experiencing connectivity or session launch issues
Prerequisites
- Access to the local computer
- Ability to run Command Prompt or Terminal commands
- Internet connection available for testing
Procedure
Step 1: Check Physical Connectivity
- Ensure the computer is connected to Ethernet or Wi-Fi
- Verify the network icon does not show “No Internet” or a red X
Step 2: Test Local Network
- Open Command Prompt (Windows) or Terminal (Linux/macOS)
- Run:
✅ Replies received → Local TCP/IP stack is workingping 127.0.0.1
❌ Failure → Local networking issue - Run:
ipconfig /all # Windows ifconfig # Linux/macOS - Confirm:
- An IP address exists (not 169.254.x.x)
- The gateway IP is present
Step 3: Test Gateway / Router
- Run:
✅ Replies → Computer can reach routerping <gateway_IP>
❌ No replies → Check Wi-Fi, cabling, or router
Step 4: Test DNS and Internet
- Test internet connectivity by IP:
✅ Replies → Internet routing worksping 8.8.8.8
❌ No replies → ISP or router issue - Test DNS resolution:
✅ Replies → DNS workingping google.com
❌ IP works but DNS fails → DNS issue
Step 5: Test Browser and Secure Connectivity
- Open a browser and visit:
https://www.google.com - Run:
This confirms DNS resolution.nslookup google.com - Run:
This identifies where connectivity drops occur.tracert google.com # Windows traceroute google.com # Linux/macOS
Step 6: Confirm Firewall and VPN Configuration
- Temporarily disable VPN software for testing
- Review firewall or endpoint security logs for blocked traffic
- Ensure HTTPS (port 443) and required Softdrive ports are not blocked
Step 7: Advanced Network Troubleshooting
- Verify other devices on the same network have internet access
- Restart the modem or router
- Flush DNS cache:
ipconfig /flushdns - Renew IP configuration:
ipconfig /release ipconfig /renew
If all tests succeed, the local computer likely has working internet connectivity and the issue may be related to the Softdrive VM itself (network configuration, VLAN, DHCP, NIC, or host connectivity).
Step 8: Optimize Softdrive Connection Settings
Softdrive includes built-in settings that can improve performance on unstable or slow internet connections.
Open the Softdrive menu and navigate to:
Quick SettingsSelect a lower-quality profile if experiencing lag, packet loss, or instability.

Expected Result
The local computer is confirmed to have working internet connectivity, allowing users to isolate whether the issue is local-network related or specific to the Softdrive environment.
Troubleshooting
- Test from another network (hotspot) to compare behavior
- Corporate VPNs and security software may interfere with connectivity
- DNS issues are common causes of intermittent failures
- Packet loss or unstable Wi-Fi may cause session disconnects
- If the issue persists, contact support@softdrive.co