Remote Desktop Access From Your Host Computer
Remote Desktop Access From Your Host Computer
Step 3: Find Remote Desktop and click the corresponding value (e.g., Disabled or Enable).
Step 3: Locate the rule for Remote Desktop (TCP-In) and ensure it is Enabled.
▪ Click New Rule > Select Port > Choose TCP > Enter 3389 > Allow the connection
> Name the rule.
o This allows the Guest Machine to share the same network as your Host Computer.
2. ipconfig
On the Host Computer, check if you can reach the Guest Machine:
1. On your Host Computer (Windows 11), open the Remote Desktop Connection application.
• Static IP: Assign a static IP to the Guest Machine for consistent connectivity.
o Go to Control Panel > Network and Sharing Center > Change Adapter Settings >
Right-click on your network adapter > Properties > Select IPv4 > Assign a manual IP.
• Port Forwarding (NAT): If using NAT instead of Bridged Networking, configure port
forwarding in VMware for RDP (port 3389).
Troubleshooting Tips
• Firewall Issues:
• Credential Errors:
o Verify that the Guest Machine account is part of the Remote Desktop Users group.
• Network Issues:
o Ensure that the Guest Machine and Host Computer are on the same subnet if using
Bridged Networking.
This setup allows you to seamlessly access and control the Guest Machine from the Host Computer
using Remote Desktop.
Step 1: Check SQL Server Configuration on the Host Server
2. Navigate to SQL Server Network Configuration > Protocols for [Your SQL Instance].
o Under IPAll, set TCP Port to 1433 (or any custom port).
5. Select TCP and enter 1433 (or your SQL port) in Specific local ports, then click Next.
8. Name the rule (e.g., Allow SQL Server 1433) and click Finish.
2. Follow the same steps as the Inbound Rule but apply it for Outbound Traffic.
sql
CopyEdit
RECONFIGURE;
sh
CopyEdit
ipconfig
CopyEdit
192.168.1.10,1433
5. Click Connect.
sh
CopyEdit
Troubleshooting
o Run in SSMS:
sql
CopyEdit
EXEC xp_readerrorlog;