That depends on whether the virtualbox networking is set to NAT or bridged mode.
I'm strongly in favor of NAT as default when providing a VM with known password(s). Of course we could have a UI that locally asks for passwords and then changes them in the VM before making it available on the network, but thats probably for later. On Tuesday, September 2, 2014 2:19:33 PM UTC+1, mmarco wrote: > > Does that show the IP from the point of view of the guest, or from the > host? > > If the ports are correctly forwarded, localhost or 127.0.0.1 should work. > > El martes, 2 de septiembre de 2014 11:41:16 UTC+2, Emil Widmann escribió: >> >> Thanks for that line, looks promising! - you sure know your Vbox >> commandline options. I am going to give that a try. >> >> cheers >> >> emil >> >> Am Dienstag, 2. September 2014 08:33:08 UTC+2 schrieb Jori Mantysalo: >>> >>> On Mon, 1 Sep 2014, Emil Widmann wrote: >>> >>> > Sure, more work is needed. >>> >>> > I just included the vanilla vbox installer and thought some verbosity >>> might >>> > be good for a prototype (back in 2011). >>> > I have a different setup of the network, so localhost:8080 may not >>> work. >>> >>> If virtual machine has additions installed, then >>> >>> VBoxManage guestproperty get "VM name" >>> "/VirtualBox/GuestInfo/Net/0/V4/IP" >>> >>> will show IP, like >>> >>> Value: 10.0.2.15 >>> >>> In Linux we could do something like "firefox $(VBoxManage... | cut -f 2 >>> -d >>> ' '):8080", but is it possible with only .bat files on Windows? If not, >>> then we need few lines of C (or something) to get this done. >>> >>> -- >>> Jori Mäntysalo >>> >> -- You received this message because you are subscribed to the Google Groups "sage-devel" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/sage-devel. For more options, visit https://groups.google.com/d/optout.
