On Monday, January 9, 2012 11:14:56 PM UTC-5, William wrote:
>
> > You can configure port forwarding with VirtualBox. If you forward port
> > 8000 of the host system to port 8000 of the guest system, you get that
> > result.
>
> Thanks for the explanation; that's very cool.  I assume this is what
> Volker's VM does by default?
>

Yes, and also host:2222 to guest:22 so you can ssh into the guest.
 

> I wonder how VirtualBox deals with two hosts that both have the same
> port forwarded...
>
 
Not at all; Only one process(*) can bind to a port and wait for 
connections. First one wins. Unless some craptastic software firewall 
disallows it altogether, then everybody loses out.

(*) with exceptions on some systems

>

-- 
To post to this group, send an email to sage-devel@googlegroups.com
To unsubscribe from this group, send an email to 
sage-devel+unsubscr...@googlegroups.com
For more options, visit this group at http://groups.google.com/group/sage-devel
URL: http://www.sagemath.org

Reply via email to