rpm claims to have no route to http host

Latest response

In the course of setting up my first Satellite, I'm trying to register an existing RH7 host to it. When I try to get the katello agent from the Sat, I get this result:
[root@ae12db ~]# rpm -Uvh http://dc-rhsatellite.wki.worldkitchen.com/pub/katello-ca-consumer-latest.noarch.rpm
Retrieving http://dc-rhsatellite.wki.worldkitchen.com/pub/katello-ca-consumer-latest.noarch.rpm
curl: (7) Failed connect to dc-rhsatellite.wki.worldkitchen.com:80; No route to host
error: skipping http://dc-rhsatellite.wki.worldkitchen.com/pub/katello-ca-consumer-latest.noarch.rpm - transfer failed

The host I'm working from has a proper default route, and can successfully traceroute and ping the satellite server by name:

[root@ae12db ~]# netstat -rn
Kernel IP routing table
Destination Gateway Genmask Flags MSS Window irtt Iface
0.0.0.0 10.1.2.1 0.0.0.0 UG 0 0 0 ens192
10.1.2.0 0.0.0.0 255.255.255.0 U 0 0 0 ens192
192.168.122.0 0.0.0.0 255.255.255.0 U 0 0 0 virbr0

[root@ae12db ~]# traceroute dc-rhsatellite.wki.worldkitchen.com
traceroute to dc-rhsatellite.wki.worldkitchen.com (10.1.20.40), 30 hops max, 60 byte packets
1 10.1.2.2 (10.1.2.2) 0.323 ms 0.341 ms 0.422 ms
2 dc-rhsatellite.wki.worldkitchen.com (10.1.20.40) 0.287 ms !X 0.327 ms !X 0.290 ms !X

[root@ae12db ~]# ping dc-rhsatellite.wki.worldkitchen.com
PING dc-rhsatellite.wki.worldkitchen.com (10.1.20.40) 56(84) bytes of data.
64 bytes from dc-rhsatellite.wki.worldkitchen.com (10.1.20.40): icmp_seq=1 ttl=63 time=0.332 ms
64 bytes from dc-rhsatellite.wki.worldkitchen.com (10.1.20.40): icmp_seq=2 ttl=63 time=0.448 ms
64 bytes from dc-rhsatellite.wki.worldkitchen.com (10.1.20.40): icmp_seq=3 ttl=63 time=0.300 ms

Not sure what the problem is. Ideas?

Responses