[erlang-questions] Problems when running distributed pingpong

Jiansen He jiansenhe@REDACTED
Wed Oct 6 20:53:26 CEST 2010


Windows

# Copyright (c) 1993-2009 Microsoft Corp.
#
# This is a sample HOSTS file used by Microsoft TCP/IP for Windows.
#
# This file contains the mappings of IP addresses to host names. Each
# entry should be kept on an individual line. The IP address should
# be placed in the first column followed by the corresponding host name.
# The IP address and the host name should be separated by at least one
# space.
#
# Additionally, comments (such as these) may be inserted on individual
# lines or following the machine name denoted by a '#' symbol.
#
# For example:
#
#      102.54.94.97     rhino.acme.com          # source server
#       38.25.63.10     x.acme.com              # x client host

# localhost name resolution is handled within DNS itself.
#    127.0.0.1       localhost
#    ::1             localhost


Mac

##
# Host Database
#
# localhost is used to configure the loopback interface
# when the system is booting.  Do not change this entry.
##
127.0.0.1    localhost
255.255.255.255    broadcasthost
::1             localhost
fe80::1%lo0    localhost


Shall I write something to the host file?

Many thanks
Jiansen




On Wed, Oct 6, 2010 at 7:16 PM, Ahmed Omar <spawn.think@REDACTED> wrote:

> It seems to me like a problem with your hosts file (on Mac /etc/hosts, on
> windows %systemroot%\system32\drivers\etc\ )
>
> could you please post it here?
>
> On Wed, Oct 6, 2010 at 5:22 PM, Jiansen He <jiansenhe@REDACTED>wrote:
>
>> net:gethostbyaddr('95.175.140.20').
>>
>
>
>
> --
> Best Regards,
> - Ahmed
> http://nl.linkedin.com/in/adiaa
>


More information about the erlang-questions mailing list