On Tue, May 31, 2011 at 2:19 PM, Rolandb <[email protected]> wrote: > On 31 mei, 21:53, [email protected] wrote: >> I just downloaded VMware Player and the sage-vmware-4.6.zip file. It works >> great. However, I do have two problems. I could be wrong, but they seem to >> be related. First, I get the error message "External network not setup" >> whenever I switch to the notebook. Second, I can only visit the url >> http://localhost:8000/home/admin/. Thank you for your time. >> George Antoan
Hi, I believe this is a problem for *every* single person who uses the sage-vmware-4.6.zip image. I wish somebody would fix it. I think the solutions pointed out below are unfortunately wrong. You have to edit (in the Linux virtual machine as root) the /etc/network/interfaces file and add a new interface by adding I think these lines (then reboot): auto eth4 iface eth4 inet dhcp auto eth5 iface eth5 inet dhcp I don't necessarily expect the above instructions to make sense to a Windows users. They would make sense to any Linux user (along with the info that the root password is "sage" and you use "sudo su" to switch to root). > > Hi George, > This issue was discussed here: > http://groups.google.com/group/sage-support/browse_thread/thread/c2c02bc48d41f61f/6d17487352dfb13f?lnk=gst&q=External+network+not+setup#6d17487352dfb13f > The solution can be found here: > http://ask.sagemath.org/question/139/the-network-connection-is-not-working-with-453 > and http://ask.sagemath.org/question/221/sage-server-using-vmware-bundle > Roland > > -- > To post to this group, send email to [email protected] > To unsubscribe from this group, send email to > [email protected] > For more options, visit this group at > http://groups.google.com/group/sage-support > URL: http://www.sagemath.org > -- William Stein Professor of Mathematics University of Washington http://wstein.org -- To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/sage-support URL: http://www.sagemath.org
