I'm running a Linux VM under Mac OS. It'd like to establish a connection between the physical machine and the VM. To do that, I need my Mac's IP address so I can ping it. Which interface's address should I configure?
|
feedback
|
|
What type of virtualization are your running? You probably just need to configure the networking in whichever virtualization product you're using. I'd assume that if you are already using your Mac, that there is already an IP address configured on it. | |||||
feedback
|
|
Typically a VM can be setup with a bridged network connection,appearing on the same network as your host, or NAT, where it lives on it's own internal network. If you need to connect to your host's IP address, bridging is the easiest method. It may also be possible to use the virtual gateway address through NAT | |||
|
feedback
|