Posted: Fri Jan 16, 2009 10:05 am
No thats not on the list, you should have gotten more hops than that too. Even if it was, I wonder if there is an internal routing problem there.
Security for Everyone
https://forums.atomicorp.com/
scott wrote:Even if it was, I wonder if there is an internal routing problem there.
Code: Select all
$ traceroute atomicorp.com
traceroute to atomicorp.com (82.165.242.46), 30 hops max, 40 byte packets
1 ns2.webtinker.com (82.165.241.79) 2995.451 ms !H 2995.229 ms !H 2994.838 ms !H
Code: Select all
$ route -v
Kernel IP routing table
Destination Gateway Genmask Flags Metric Ref Use Iface
10.255.255.1 * 255.255.255.255 UH 0 0 0 eth0
82.165.0.0 * 255.255.0.0 U 0 0 0 eth0
217.160.0.0 * 255.255.0.0 U 0 0 0 eth0
default 10.255.255.1 0.0.0.0 UG 0 0 0 eth0
Code: Select all
$ traceroute disney.com
traceroute to disney.com (199.181.132.250), 30 hops max, 40 byte packets
1 10.255.255.253 (10.255.255.253) 15.511 ms 14.558 ms 13.848 ms
2 vl-993.gw-core-a.whn.oneandone.net (217.160.229.45) 0.579 ms 0.537 ms 0.581 ms
3 ge-2-3-0-0.bb-a.tla.nyc.us.oneandone.net (217.160.229.97) 1.004 ms 0.817 ms 0.826 ms
4 nyk-b5-link.telia.net (213.248.95.69) 0.754 ms 0.829 ms 0.774 ms
5 4.68.63.213 (4.68.63.213) 1.175 ms 1.275 ms 0.749 ms
6 vlan79.csw2.NewYork1.Level3.net (4.68.16.126) 12.435 ms vlan69.csw1.NewYork1.Level3.net (4.68.16.62) 1.880 ms 13.347 ms
7 ae-72-72.ebr2.NewYork1.Level3.net (4.69.134.85) 1.422 ms ae-62-62.ebr2.NewYork1.Level3.net (4.69.134.81) 1.090 ms 12.695 ms
8 ae-2.ebr1.Chicago1.Level3.net (4.69.132.65) 33.304 ms 30.655 ms 24.721 ms
9 ae-6.ebr1.Chicago2.Level3.net (4.69.140.190) 21.666 ms 22.160 ms 22.108 ms
10 ae-3.ebr2.Denver1.Level3.net (4.69.132.61) 56.957 ms 56.759 ms 56.135 ms
11 ae-2.ebr2.Seattle1.Level3.net (4.69.132.53) 80.830 ms 80.385 ms 79.763 ms
12 ae-23-56.car3.Seattle1.Level3.net (4.68.105.164) 72.184 ms ae-23-52.car3.Seattle1.Level3.net (4.68.105.36) 72.012 ms ae-23-56.car3.Seattle1.Level3.net (4.68.105.164) 71.558 ms
13 WALT-DISNEY.car3.Seattle1.Level3.net (4.71.152.22) 71.495 ms 72.289 ms 72.382 ms
14 sav.online.disney.com (199.181.132.250) 72.500 ms 72.170 ms 72.828 ms
Code: Select all
route del -net 82.165.0.0 netmask 255.255.0.0 dev eth0
atomic.repo[root@s15242287 ~]# wget -q -O - http://www.atomicorp.com/installers/atomic |sh
Atomic Archive installer, version 1.0.14
Configuring the [atomic] yum archive for this system
Installing the Atomic GPG key: OK
Downloading atomic-release-1.0-10.fc4.art.noarch.rpm: OK
Would you like to add the Plesk yum repository to the system?
Enable Plesk repository? (y/n) [Default: n]: y
Plesk 8.6 and 9.0 repositories are available:
NOTE: Plesk 9 repos are only available for rhel/centos 4 and 5
Enable Plesk 8.6 or 9.0? (8/9) [Default: 8]: 9
The Atomic Rocket Turtle archive has now been installed and configured for your system
The following channels are available:
atomic - [ACTIVATED] - contains the stable tree of ART packages
atomic-testing - [DISABLED] - contains the testing tree of ART packages
atomic-bleeding - [DISABLED] - contains the development tree of ART packages
[root@s15242287 ~]# yum upgrade
Error: Bad repository file ///etc/yum.repos.d/plesk.repo, no repo stanzas.
Setting up Upgrade Process
Setting up repositories
extras 100% |=========================| 1.1 kB 00:00
Cannot find a valid baseurl for repo: atomic
plesk.repo# Name: Atomic Rocket Turtle RPM Repository for -
# URL: http://www.atomicrocketturtle.com/
[atomic]
name = $releasever - atomicrocketturtle.com
mirrorlist = http://www.atomicorp.com/mirrorlist/atomic/--$basearch
#mirrorlist = http://www.atomicorp.com/channels/atomi ... ors-atomic
enabled = 1
priority = 1
protect = 0
gpgkey = file:///etc/pki/rpm-gpg/RPM-GPG-KEY.art.txt
gpgcheck = 1
# Almost Stable, release candidates for [atomic]
[atomic-testing]
name = $releasever - atomicrocketturtle.com - (Testing)
mirrorlist = http://www.atomicorp.com/mirrorlist/ato ... -$basearch
enabled = 0
priority = 1
protect = 0
gpgkey = file:///etc/pki/rpm-gpg/RPM-GPG-KEY.art.txt
gpgcheck = 1
# Untested, Unstable, known buggy, and incomplete packages.
#[atomic-bleeding]
#name = $releasever - atomicrocketturtle.com - (Bleeding)
#baseurl = http://www.atomicorp.com/channels/atomi ... $basearch/
#enabled = 0
#priority = 1
#protect = 0
#gpgkey = file:///etc/pki/rpm-gpg/RPM-GPG-KEY.art.txt
#gpgcheck = 1
[plesk]
name=Plesk Server Administrator
mirrorlist=http://www.atomicorp.com/mirrorlist/fed ... -$basearch
gpgcheck=0
enabled=1