About 18 hours after your OP ...

I logged into www.perlmonks.org (my usual URL) without any problems; no discernible slowness apparent. I ran a ping on that and arbitrarily killed it (Ctrl-C) midway through the 10th packet (causing received packet loss).

$ ping www.perlmonks.org PING perlmonks.org (216.92.34.251): 56 data bytes 64 bytes from 216.92.34.251: icmp_seq=0 ttl=53 time=212.209 ms 64 bytes from 216.92.34.251: icmp_seq=1 ttl=53 time=212.273 ms 64 bytes from 216.92.34.251: icmp_seq=2 ttl=53 time=212.477 ms 64 bytes from 216.92.34.251: icmp_seq=3 ttl=53 time=212.021 ms 64 bytes from 216.92.34.251: icmp_seq=4 ttl=53 time=211.900 ms 64 bytes from 216.92.34.251: icmp_seq=5 ttl=53 time=212.400 ms 64 bytes from 216.92.34.251: icmp_seq=6 ttl=53 time=212.252 ms 64 bytes from 216.92.34.251: icmp_seq=7 ttl=53 time=212.024 ms 64 bytes from 216.92.34.251: icmp_seq=8 ttl=53 time=211.775 ms --- perlmonks.org ping statistics --- 10 packets transmitted, 9 packets received, 10% packet loss round-trip min/avg/max/stddev = 211.775/212.148/212.477/0.220 ms

209.197.123.153 still down:

$ ping 209.197.123.153 PING 209.197.123.153 (209.197.123.153): 56 data bytes --- 209.197.123.153 ping statistics --- 34 packets transmitted, 0 packets received, 100% packet loss

66.39.54.27 seems fine, as you noted:

$ ping 66.39.54.27 PING 66.39.54.27 (66.39.54.27): 56 data bytes 64 bytes from 66.39.54.27: icmp_seq=0 ttl=53 time=212.172 ms 64 bytes from 66.39.54.27: icmp_seq=1 ttl=53 time=212.808 ms 64 bytes from 66.39.54.27: icmp_seq=2 ttl=53 time=212.115 ms 64 bytes from 66.39.54.27: icmp_seq=3 ttl=53 time=211.972 ms 64 bytes from 66.39.54.27: icmp_seq=4 ttl=53 time=212.381 ms 64 bytes from 66.39.54.27: icmp_seq=5 ttl=53 time=214.007 ms 64 bytes from 66.39.54.27: icmp_seq=6 ttl=53 time=213.073 ms --- 66.39.54.27 ping statistics --- 7 packets transmitted, 7 packets received, 0% packet loss round-trip min/avg/max/stddev = 211.972/212.647/214.007/0.665 ms

Again, killed this with Ctrl-C but with better timing in this instance.

— Ken


In reply to Re: 209.197.123.153 Down by kcott
in thread 209.197.123.153 Down by choroba

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.