1

I have a VirtualBox (Windows 8 guest on a Windows 8 host) with NAT networking set up. I would like to set up the guest system to emit Growl messages that would be picked up by a service on the host.

Here’s my problem: I’m on a laptop and frequently connects to a variety of networks. The IP address of my host machine is constantly changing. So how to configure Growl on the guest so that it can reliably send messages to my host?

My impression is that I should be able to do something with Windows networking, or set up an additional networking adapter with a private network that has static IPs. Short of this hand-waving though I don’t know how to proceed.

So what can I do?

Giacomo1968
  • 58,727

1 Answers1

1

I have a Virtualbox (Windows 8 guest on a Windows 8 host) with NAT networking set up. I would like to set up the guest system to emit Growl messages that would be picked up by a service on the host.

Pretty easy if you setup an additional “host-only adapter” on the guest OS. I go into detail on how to do that in Mac OS X in this answer, but the same overall concepts should work fine for Windows. Just keep your current “Adapter 1” setup 100% the same, but then enable “Adapter 2” as the “host-only adapter” and configure it as per the instructions.

Once you have that “host-only adapter” setup, you can then setup Growl on the guest OS to send data to the host OS on the IP address of 192.168.56.1 which will—of course—never ever change since that is just a VirtualBox router host gateway address.

Giacomo1968
  • 58,727