How to connect from another machine?

Asked by NoneGiven

I have SchoolTool running on a freshly installed and patched Ubuntu 8.04 desktop, and I can work with it fine through localhost. Is there a setting to allow other systems to connect? (I get "...can't establish a connection..." error.) Is this a SchoolTool, or an Ubuntu issue?
Thanks for the great work.

Question information

Language:
English Edit question
Status:
Solved
For:
SchoolTool Edit question
Assignee:
No assignee Edit question
Solved by:
Ignas Mikalajūnas
Solved:
Last query:
Last reply:
Revision history for this message
Tom Hoffman (tom-hoffman) said :
#1

It is a configuration issue with SchoolTool which will be fixed in later releases... I don't remember exactly what the fix is right now... hopefully Ignas will chime in with it...

Revision history for this message
Best Ignas Mikalajūnas (ignas) said :
#2

Edit:

/etc/schooltool/schooltool-2008/paste.ini

and change 127.0.0.1 to 0.0.0.0

Revision history for this message
NoneGiven (both1) said :
#3

Excellent! Thanks!

Revision history for this message
David Ally (david-ally) said :
#4

I effected the above listed change and yet I couldn't connect. What url will i type in my browser to connect to schooltool after the above change? http://0.0.0.0:7080/ or what? Please clarify.

Revision history for this message
NoneGiven (both1) said :
#5

You would use the IP of the SchoolTool machine in place of the zeroes. i.e.: If I have SchoolTool running on a machine with the IP address of 192.168.1.10, I would use "http://192.168.1.10:7080".

Revision history for this message
Tom Hoffman (tom-hoffman) said :
#6

SchoolTool should be running at http://127.0.0.1:7080 Usually http://localhost:7080 will work too.