Name resolution

johnm at wdi.disney.com johnm at wdi.disney.com
Thu Dec 31 18:41:09 UTC 1998


rob van den berg <rvdberg at best.ms.philips.com> wrote:
> Marcel,
> 
> the proxy is not involved here: I also tried some tcp/ip test tools on my
> Mac. With all of them I can resolve names, but not with Squeak!.

Just thought of one possibility. Are you doing:

	Socket initializeNetwork

before you try to resolve the name? (I'm sure you are, but
I thought it worth checking.) Another test for basic connectivity
is to print the result of:

    NetNameResolver localAddressString

You should see a reasonable address, not 0.0.0.0.

	-- John





More information about the Squeak-dev mailing list