• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.

yum update errors

M

Michael neese

Guest
I have errors when using yum...
yum update
Loaded plugins: fastestmirror
Loading mirror speeds from cached hostfile
Could not retrieve mirrorlist http://www.atomicorp.com/mirrorlist/atomic/centos-5-x86_64 error was
[Errno 4] IOError: <urlopen error (113, 'No route to host')>
Error: Cannot find a valid baseurl for repo: atomic
ASL says i have network issues...
arp -n
Address HWtype HWaddress Flags Mask Iface
74.208.8.251 ether 00:00:5e:00:01:f0 C eth0
74.208.2.14 (incomplete) eth0
74.208.155.133 (incomplete) eth0
10.255.255.1 ether 00:00:0c:07:ac:00 C eth0
1and1 says it is because my ip needs to be changed to dchp instead of static...they cannot help me with this, nor can i find solution on the internet...

Can anyone guide me to some way to correct this networking issue?
 
Is this address accessible from your server?
Check it with something like:

$ host www.atomicorp.com
www.atomicorp.com is an alias for atomicorp.com.
atomicorp.com has address 74.208.155.133

$ ping 74.208.155.133
PING 74.208.155.133 (74.208.155.133) 56(84) bytes of data.
64 bytes from 74.208.155.133: icmp_seq=0 ttl=54 time=31.5 ms
64 bytes from 74.208.155.133: icmp_seq=1 ttl=54 time=31.5 ms
64 bytes from 74.208.155.133: icmp_seq=2 ttl=54 time=31.4 ms

$ ping www.atomicorp.com
PING atomicorp.com (74.208.155.133) 56(84) bytes of data.
64 bytes from www.atomicorp.com (74.208.155.133): icmp_seq=0 ttl=54 time=31.4 ms
64 bytes from www.atomicorp.com (74.208.155.133): icmp_seq=1 ttl=54 time=31.4 ms
64 bytes from www.atomicorp.com (74.208.155.133): icmp_seq=2 ttl=54 time=31.8 ms

Contact your system administrator for fixing this usual linux administrative task if you cant do it by yourself.
 
Thanks for your reply, Igor...

As it turns out, I had installed two new ip's to the server, and mis-configured one with incorrect sub-masking, this screwed up my networking in a big fashion...

It is now Okay and working fine...
 
Back
Top