[pws] problem running swiki on nt

Ned Konz ned at bike-nomad.com
Mon Feb 25 17:20:04 UTC 2002


On Monday 25 February 2002 06:07 am, Bill at GLO Ltd wrote:

> In squeak if I do ...
>
> Socket initializeNetwork.
> (Socket newTCP) listenOn: 5678.
>
> ... I see a socket listening on 5678 with a local ip of 0.0.0.0  and this
> is not
> accessible over the network, but it it accessible on the local machine.

Why should this not work? On my system, all the servers (even those reachable 
over the Internet) are listening on 0.0.0.0:

$ netstat -tan
Active Internet connections (servers and established)
Proto Recv-Q Send-Q Local Address           Foreign Address         State
tcp        0      0 0.0.0.0:8080            0.0.0.0:*               LISTEN
tcp        0      0 0.0.0.0:113             0.0.0.0:*               LISTEN
tcp        0      0 172.16.254.1:53         0.0.0.0:*               LISTEN
tcp        0      0 0.0.0.0:21              0.0.0.0:*               LISTEN
tcp        0      0 192.168.1.2:53          0.0.0.0:*               LISTEN
tcp        0      0 127.0.0.1:53            0.0.0.0:*               LISTEN

Note above the 8080 (swiki) and 113 (domain) entries, both of which are 
allowed through my firewall (sometimes, anyway). Both work from the outside 
world.

-- 
Ned Konz
currently: Stanwood, WA
email:     ned at bike-nomad.com
homepage:  http://bike-nomad.com



More information about the Squeak-dev mailing list