[sage-support] Re: Accessing Sage Server from other clients on same LAN

2011-08-17 Thread kcrisman
On Aug 17, 11:31 am, Owen Densmore wrote: > 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

Re: [sage-support] Re: Accessing Sage Server from other clients on same LAN

2011-08-17 Thread Owen Densmore
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

Re: [sage-support] Re: Accessing Sage Server from other clients on same LAN

2011-08-12 Thread Owen Densmore
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 wrote: > On Aug 12, 10:47 pm, Owen Densmore

[sage-support] Re: Accessing Sage Server from other clients on same LAN

2011-08-12 Thread Benjamin Jones
On Aug 12, 10:47 pm, Owen Densmore 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 (htt