Pat Farrell <pfarrell_at_pfarrell.com> writes:
> Konstantin Kolinko wrote:
>> If your server is behind a NAT router/firewall, it may be not visible from
>> internal network under its public IP address.
>
> This is on the same host, there is no firewall/nat between itself and itself
>
> pfarrell_at_www:~/sandbox/quad$ ping localhost
> PING localhost (127.0.0.1) 56(84) bytes of data.
> 64 bytes from localhost (127.0.0.1): icmp_seq=1 ttl=64 time=0.071 ms
> 64 bytes from localhost (127.0.0.1): icmp_seq=2 ttl=64 time=0.069 ms
>
> pfarrell_at_www:~/sandbox/quad$ ping www.pfarrell.com
> PING www.pfarrell.com (127.0.1.1) 56(84) bytes of data.
> 64 bytes from quad.pfarrell.com (127.0.1.1): icmp_seq=1 ttl=64 time=0.081 ms
> 64 bytes from quad.pfarrell.com (127.0.1.1): icmp_seq=2 ttl=64 time=0.078 ms
> 64 bytes from quad.pfarrell.com (127.0.1.1): icmp_seq=3 ttl=64 time=0.058 ms
127.0.1.1 is a bogus address. I get 70.184.242.241 from DNS. I would
fix your local dns and/or /etc/hosts so that ping works with the correct
address.
It could be that apache/whatever is only listening on the real address
and 127.0.0.1, but not the (quite bizarre) 127.0.1.1.
------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&dsMessageId=1348232
To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_subversion.tigris.org].
- application/pgp-signature attachment: stored
Received on 2009-03-18 14:22:32 CET