Hi Edgar,

[switched the thread back to the list.]

So, everything *on*the*machine* works as expected (and this includes Squeak :-)

If you still can't reach the machine from outside then it must be so that you haven't obeyed the Goddess of network connectivity sometime in the recent past :)

/Klaus

On Tue, 06 Nov 2007 12:54:32 +0100, Edgar J. De Cleene wrote:



El 11/6/07 8:25 AM, "Klaus D. Witzel" escribió:

From your resume I assume you have Squeak on Linux running in a desktop
environment.

Yes
So in Squeak on the Linux desktop, copy&paste the following into a
workspace (I wrote the code in 3.7 and tested it in 3.8 and 3.9):

  | connection |
(connection := Socket newTCP)
    setPort: 9090.
  connection

When you inspect this, selecting *self* in the inspector shows

  a Socket[waitingForConnection]

Yes with the 3.8 full image the system install via synaptic
While the above still runs, telnet to the Linux and logon as root and do
what Norbert wrote:

[EMAIL PROTECTED] netstat -atn | grep 9090
tcp 0 0 0.0.0.0:9090 0.0.0.0:* LISTEN
[EMAIL PROTECTED]


So is listening, also I was :=)

Very thanks !

Edgar



_______________________________________________
Beginners mailing list
Beginners@lists.squeakfoundation.org
http://lists.squeakfoundation.org/mailman/listinfo/beginners

Reply via email to