Yes you should be able to connect to the sage server.

1) Shutdown Computer and restart
Start VirtualBox
Please check that on the right side of your Virtual Box control
window, section "Networking" is set to NAT.
start Sage VM
In the VM you should get the message that the sage server is running
on "http://localhost:8000";
with this adress you *should* be able to connect to the sage server
with your Chrome browser from windows.

if this is not the case (maybe some weird firewall problem):
2) check that your sage install is working_
go to the sage VM window Ctrl-C to the command prompt and then
cd
sage/sage
This starts sage with the Command Line Interface.
make some easy calculations like 1+1 or other examples from the
tutorial.
type "exit" to go back to the Fedora prompt

3) disable Firewall in Windows
shutdown/restart VM and try again with NAT settings and "localhost:
8000"

4) try "bridged adapter setting"
shut down the VM.
Change settings in the VirtualBox Control Window/Networking to
"bridged adapter"
restart VM
Ctr-C to the Fedora prompt
"ifconfig" will give you your network settings, In the second line
there is something like
inet addr:192.168.2.101 ...
write down this number - this is the IP_adress of the VM
restart the sage notebook server
cd
sage/sage -notebook require_login=False open_viewer=False
then open your browser in windows and connect to http://IP_adress:8000



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

Reply via email to