Fixed it. It seems to require me using the sage terminal on the Mini server rather than Sage.app. On the Mini I use a terminal session with:
notebook(interface='',secure=True) Then on my Air, for example, I just beam into the url: https://10.0.1.222:8000 Chrome gets bitchy about the server's cert but no big deal, it can be turned off by inspecting the cert and checking "always trust". It would be nice if I could set up the notebook defaults to be interface='', secure=True so that however I start the notebook server, it uses these values. -- Owen On Fri, Aug 12, 2011 at 10:53 PM, Owen Densmore <o...@backspaces.net> wrote: > Thanks for the pointer. Alas, I get the same error when I run the > notebook(interface="mini addr") from my laptop. This looks like something > on my LAN is blocking access. I'll fuss some more with it. > > > On Fri, Aug 12, 2011 at 10:21 PM, Benjamin Jones <benjaminfjo...@gmail.com > > wrote: > >> On Aug 12, 10:47 pm, Owen Densmore <o...@backspaces.net> wrote: >> >> > Now I'd like to access the Mini from my other systems on the same LAN. >> If I >> > tryhttp://10.0.1.222(where 10.0.1.222 is the Mini's address) from them, >> I >> > get access to the Apache server, as expected. However, when I then try >> > accessing port 8000 (http://10.0.1.222:8000) I get an error message .. >> > "Chrome could not connect to 10.0.1.222:8000" >> > >> > What config stunt do I need to use? Do I need to change the airport >> > configuration? Or the Mini's configuration (the firewall is off)? Or >> the >> > client configuration? >> > >> >> You need to start the notebook with the option >> `interface=NNN.NNN.NNN.NNN` where the N's refer to your mini's IP >> address on the LAN. You also need to make sure port 8000 (or use >> `port=PPPP`) is open from the outside (i.e. open to other machines on >> your LAN). >> >> -- >> BFJ >> >> -- >> 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 >> > > -- 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