F5F Stay Refreshed Power Users Networks Accessing a VM remotely involves connecting from another device over the internet or local network.

Accessing a VM remotely involves connecting from another device over the internet or local network.

Accessing a VM remotely involves connecting from another device over the internet or local network.

S
SteveK
Junior Member
15
08-16-2023, 03:37 AM
#1
Do you have any suggestions or tips for connecting remotely to a VM? I know some details about it: software, network setup, OS version, and that remote access was working before but became tricky later. It’s a group project now, and we used Azure before, so we were able to use RDP easily. After some issues, we moved to a local VM. I’m trying to understand the whole process so everyone can join in. It’s been a while since my classes, and I’m not sure how to proceed. Any advice would be greatly appreciated!
S
SteveK
08-16-2023, 03:37 AM #1

Do you have any suggestions or tips for connecting remotely to a VM? I know some details about it: software, network setup, OS version, and that remote access was working before but became tricky later. It’s a group project now, and we used Azure before, so we were able to use RDP easily. After some issues, we moved to a local VM. I’m trying to understand the whole process so everyone can join in. It’s been a while since my classes, and I’m not sure how to proceed. Any advice would be greatly appreciated!

D
DarkRealChaos
Junior Member
31
08-20-2023, 04:23 AM
#2
You just need to change the VM networking from NAT to Bridge, allowing it to obtain an IP address via DHCP on your network.
D
DarkRealChaos
08-20-2023, 04:23 AM #2

You just need to change the VM networking from NAT to Bridge, allowing it to obtain an IP address via DHCP on your network.

W
WoofyMonster
Member
121
08-27-2023, 08:02 AM
#3
I rely on Teamviewer for Windows and Mac and SSH for Linux systems. I don’t have advanced experience.
W
WoofyMonster
08-27-2023, 08:02 AM #3

I rely on Teamviewer for Windows and Mac and SSH for Linux systems. I don’t have advanced experience.

C
CalculatorD
Member
217
09-04-2023, 06:26 AM
#4
When using NAT, you must forward port 3389 in the workstation network manager, or change to bridge mode (much simpler option)
C
CalculatorD
09-04-2023, 06:26 AM #4

When using NAT, you must forward port 3389 in the workstation network manager, or change to bridge mode (much simpler option)

M
monkey_farz
Member
153
09-04-2023, 12:03 PM
#5
Avoid sending RDP traffic over the public internet. Use a VPN service and ensure it's active. Have your own IP inside the VPN gateway's network or a router setup, which means NAT must be handled.
M
monkey_farz
09-04-2023, 12:03 PM #5

Avoid sending RDP traffic over the public internet. Use a VPN service and ensure it's active. Have your own IP inside the VPN gateway's network or a router setup, which means NAT must be handled.

K
Kirrafe
Junior Member
49
09-04-2023, 04:11 PM
#6
Forwarding NAT through the workstation manager differs from configuring your internet firewall or gateway. My recommendation will only permit LAN access beyond the workstation's internal network. This product from vmware lets you build virtual machines on Windows or Mac, and by default it sets up an internal network labeled "vmnet#". All internet traffic is directed through the workstation's network manager, which then passes it through your standard firewall or gateway. The user didn't clarify whether this routing happens over the internet or locally (possibly on campus). If it's internet-based, I'd also advise using a VPN alongside the RDSH web portal, Apache Guacamole, or Teamviewer.
K
Kirrafe
09-04-2023, 04:11 PM #6

Forwarding NAT through the workstation manager differs from configuring your internet firewall or gateway. My recommendation will only permit LAN access beyond the workstation's internal network. This product from vmware lets you build virtual machines on Windows or Mac, and by default it sets up an internal network labeled "vmnet#". All internet traffic is directed through the workstation's network manager, which then passes it through your standard firewall or gateway. The user didn't clarify whether this routing happens over the internet or locally (possibly on campus). If it's internet-based, I'd also advise using a VPN alongside the RDSH web portal, Apache Guacamole, or Teamviewer.