[sage-support] Re: Portforwarding to Sage via VirtualBox

2009-12-10 Thread Stefan
Ah, I got it figured out. In previous attempts, the host OS was Windows 7. I tried it on XP and it works fine. Might just be a firewall issue with Windows 7. Thanks for your support though. On Dec 10, 10:15 am, "ma...@mendelu.cz" wrote: > On 10 pro, 16:10, "ma...@mendelu.cz" wrote: > > > and

[sage-support] Re: Portforwarding to Sage via VirtualBox

2009-12-10 Thread ma...@mendelu.cz
On 10 pro, 16:10, "ma...@mendelu.cz" wrote: > and when working on um-bc107.mendelu.cz, then localhost:8000 is also > forwarded there. > Oops, localhost is not forwarded R. -- To post to this group, send email to sage-support@googlegroups.com To unsubscribe from this group, send email to

[sage-support] Re: Portforwarding to Sage via VirtualBox

2009-12-10 Thread ma...@mendelu.cz
Do not know how to configure virtualbox, but you should 1. either use IP address of the virtual machine 2. forward packets from port 8001 to the virtual machine, for example something like this (part of my apache2.conf) Listen 8000 RewriteEngine On ProxyPass/ http://192.168.86.128:8000