Dear William and Jason,

I got the network socket fixed by our support, went to 
http://www.whatismyip.com/
to find out my IP address, then followed William's instructions and
typed:

sage: notebook(address="ipaddress",port=8100,secure=True)

where ipaddress was replaced by the IP address of my computer. Then, I
was able to connect to the running notebook from another computer on
the network just by typing
 https://ipaddress:8100 (again with ipaddress replaced by the IP
address of the computer running the notebook).

When I try to connect to this notebook in the same way from a computer
that is not on the same network, I get a network timeout, which
reassures me that the notebook is not going to be a gateway for
hackers around the world to create havoc on my computer. I will now
play around with adding users etc. as described in William's post
above.

Too easy! Thanks for your help!

All the best,
Stan

On Oct 23, 5:09 pm, "William Stein" <[EMAIL PROTECTED]> wrote:
> On Thu, Oct 23, 2008 at 8:02 AM, Stan Schymanski <[EMAIL PROTECTED]> wrote:
>
> > Hi Jason,
>
> > Thanks for the quick reply. Sorry I didn't provide any information.
> > I'm running sage 3.1.4 directly on a MacBook Pro under OS X 10.4.11,
> > and I do have a computer name that should be accessible from other
> > computers. I did activate the Remote Login in the System preferences,
> > but if I do "ssh [EMAIL PROTECTED]" or "ssh [EMAIL PROTECTED]"
> > from another computer, the operation times out. Would this work if a
> > notebook server was running on the machine, or do I have to sort out
> > the right way to connect first?
>
> Have you tried something like the following.  Startup sage on your
> macbook pro and type
>
>   sage: notebook(address="ipaddress",port=8100,secure=True)
>
> then from another computer on your network try to visit the web page
>
>    https://ipaddress:8100
>
> That's pretty much it, except for making accounts. To create accounts
> you could temporarily do
>
>   sage: notebook(address="ipaddress",port=8100,secure=True, accounts=True)
>
> let people make accounts, then do
>
>   sage: notebook(address="ipaddress",port=8100,secure=True,accounts=False)
>
> so no new accounts can be created.
>
> William
--~--~---------~--~----~------------~-------~--~----~
To post to this group, send email to sage-support@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/sage-support
URLs: http://www.sagemath.org
-~----------~----~----~----~------~----~------~--~---

Reply via email to