[Lazarus] Forum unreachable?

waldo kitty wkitty42 at windstream.net
Sun Jun 9 16:23:01 CEST 2013


On 6/9/2013 09:32, Reinier Olislagers wrote:
> On 9-6-2013 15:23, waldo kitty wrote:
>> On 6/9/2013 09:05, Bart wrote:
>>> Hi,
>>>
>>> I cannot connect to the forum anymore: server not found:
>>> forum.lazarus.freepascal.org
>>
> I can confirm it's unreachable
> D:\Reinier\Documents\SourceCode\fpcup>ping lazarus.freepascal.org
>
> Pinging lazarus.freepascal.org [80.123.225.56] with 32 bytes of data:
> Request timed out.
> Request timed out.
> Request timed out.
> Request timed out.
>
> Ping statistics for 80.123.225.56:
>      Packets: Sent = 4, Received = 0, Lost = 4 (100% loss),

ping is NOT a diagnostic tool... use traceroute/tracert instead... at least it 
will tell you /where/ the failure is... this is especially important if ICMP 
responses have been turned off on the destination server...

[quote]
C:\Documents and Settings\user>tracert -d forum.lazarus.freepascal.org

Tracing route to forum.lazarus.freepascal.org [80.123.225.56]
over a maximum of 30 hops:

   1   <10 ms   <10 ms   <10 ms  192.168.42.1
   2    92 ms    86 ms    86 ms  67.141.238.1
   3    32 ms    31 ms    28 ms  173.190.207.44
   4    78 ms    20 ms    21 ms  173.190.207.32
   5   135 ms   141 ms   140 ms  173.190.207.20
   6   215 ms    25 ms    53 ms  162.39.222.108
   7    28 ms    28 ms    25 ms  80.239.194.9
   8   140 ms   165 ms   195 ms  80.91.247.172
   9   147 ms   144 ms   162 ms  213.155.135.58
  10   227 ms   236 ms   247 ms  80.91.246.29
  11   225 ms   220 ms   158 ms  213.155.132.129
  12   198 ms   233 ms   277 ms  80.239.160.202
  13   193 ms   227 ms   267 ms  195.3.70.93
  14   424 ms   160 ms   160 ms  195.3.68.50
  15   159 ms   158 ms   158 ms  80.120.208.116
  16     *        *        *     Request timed out.
  17     *        *        *     Request timed out.
  18  80.120.208.116  reports: Destination host unreachable.

Trace complete.
[/quote]

so we can see that the problem lies at or beyond 80.120.208.116 in this route...

-- 
NOTE: No off-list assistance is given without prior approval.
       Please keep mailing list traffic on the list unless
       private contact is specifically requested and granted.




More information about the Lazarus mailing list