Dude your TTL completely sucks:
U:\winnt>ping 128.253.175.159
Pinging 128.253.175.159 with 32 bytes of data:
Reply from 128.253.175.159: bytes=32 time=50ms TTL=111
Reply from 128.253.175.159: bytes=32 time=40ms TTL=111
Reply from 128.253.175.159: bytes=32 time=60ms TTL=111
Reply from 128.253.175.159: bytes=32 time=40ms TTL=111
Company LAN (T1) in Onartio Canada.
For any newbs here's info on TTL

:
"The Time To Live (TTL) field can be interesting. Every IP packet that gets sent out has a TTL field which is set to a relatively high number (in this case, ping packets get a TTL of 255). As the packet traverses the network, the TTL field gets decreased by one by each router it goes through; when the TTL drops to 0, the packet is discarded by the router. The IP spec says that the TTL should be set to 60 (though it's 255 for ping packets). The main purpose of this is so that a packet doesn't live forever on the network and will eventually die when it is deemed "lost."
But it can provide additional information. We can use the TTL to determine approximately how many router hops the packet has gone through. In this case it's 255 minus N hops, where N is the TTL of the returning Echo Replies. If the TTL field varies in successive pings, it could indicate that the successive reply packets are going via different routes, which isn't a great thing."
U:\winnt>tracert 128.253.175.159
Tracing route to mfs24.resnet.cornell.edu [128.253.175.159]
over a maximum of 30 hops:
[Inner company hops 1 thru 3 surpressed, all of these came in at <10ms]
4 10 ms 30 ms 50 ms core1-ott-POS4-1.bb.attcanada.ca [216.191.225.1]
5 10 ms 20 ms 80 ms core1-tor-POS8-1.bb.attcanada.ca [216.191.65.177]
6 40 ms 20 ms 70 ms gwy1-tor-SRP2-0.bb.attcanada.ca [216.191.65.243]
7 30 ms 10 ms 80 ms 12.125.142.5
8 80 ms 50 ms 30 ms gbr5-p80.cgcil.ip.att.net [12.123.5.218]
9 30 ms 40 ms 111 ms tbr1-p013501.cgcil.ip.att.net [12.122.11.41]
10 * * * Request timed out.
11 60 ms 80 ms 90 ms gbr1-p10.n54ny.ip.att.net [12.122.11.2]
12 30 ms 70 ms 90 ms gar1-p360.n54ny.ip.att.net [12.123.1.129]
13 30 ms 80 ms 81 ms 12.125.51.210
14 70 ms 80 ms 80 ms at-gsr1-nyc-1-0-OC12.appliedtheory.net [169.130.3.30]
15 40 ms 60 ms 80 ms at-gsr1-syr-3-0-OC12.appliedtheory.net [169.130.3.42]
16 60 ms 60 ms 60 ms at-gsr2-syr-1-2-cornelluniv-1.appliedtheory.net [169.130.253.6]
17 40 ms 81 ms 80 ms mcfad1-8540-vl7.cit.cornell.edu [128.253.222.149]
18 40 ms 70 ms 90 ms mfs24.resnet.cornell.edu [128.253.175.159]
Trace complete.
Thorin