On Wed, Apr 9, 2008 at 8:00 PM, <[EMAIL PROTECTED]> wrote: > Send vbox-users mailing list submissions to
> Message: 4 > Date: Tue, 08 Apr 2008 19:42:35 +0200 > From: Klaus Espenlaub <[EMAIL PROTECTED]> > Subject: Re: [vbox-users] Neworking multiple guests on Mac host > To: VirtualBox end user list <[email protected]> > > ...Can anyone tell me if it's possible to get 2 VMs running > > simultaneously on a Mac host to see each other if they are getting > > their networking via the NAT setting? > > Short answer is no. Each VM is NATed individually, so they are quite > isolated. However if you just need to reach certain ports of VM A from > VM B you might be able to set up NAT port forwarding. > Ok - I want to try & get a couple of SQLServer instances on different VMs talking to each other. Given that A is 1433 TCP/UDP and B is 1439 TCP/UDP how can I make this work? I know about the 3 VBoxManage commands viz: vboxmanage setextradata "Win2003R2Svr" "VBoxInternal/Devices/pcnet/0/Config/2003sql0/Protocol" TCP vboxmanage setextradata "Win2003R2Svr" "VBoxInternal/Devices/pcnet/0/Config/2003sql0/HostPort" 1433 vboxmanage setextradata "Win2003R2Svr" "VBoxInternal/Devices/pcnet/0/Config/2003sql0/GuestPort" 1433 That's fine for setting up the server(s) listening. But how do I say to the client (the other SQLServer box), now go & try to connect there on 1433 when I don't know how to specify 'there'? Regards, GAM _______________________________________________ vbox-users mailing list [email protected] http://vbox.innotek.de/mailman/listinfo/vbox-users
