LVS
lvs-users
Google
 
Web LinuxVirtualServer.org

Re: problems adding a new real server

To: "LinuxVirtualServer.org users mailing list." <lvs-users@xxxxxxxxxxxxxxxxxxxxxx>
Subject: Re: problems adding a new real server
From: Roberto Nibali <ratz@xxxxxxxxxxxx>
Date: Wed, 08 Feb 2006 09:03:47 +0100
/etc/rc.d/init.d/network restart
Shutting down interface eth0:                              [  OK  ]
Shutting down interface eth1:                              [  OK  ]
Shutting down interface eth2:                              [  OK  ]
Shutting down loopback interface:                          [  OK  ]
Bringing up loopback interface:  SIOCADDRT: Network is unreachable

This is from net/ipv4/fib_frontend.c:ip_rt_ioctl() and means that the route which was tried to be set up by the script failed, because you were not in scope of the FIB's existing entries.

eth0      Link encap:Ethernet  HWaddr 00:08:A1:7D:7A:A2
          inet addr:66.xxx.xxx.240  Bcast:66.208.187.255  Mask:255.255.255.128

Why do you xxx out the inet addr? ;) It's obvious what your network configuration looks like:

66.208.187.240/25

lo:0      Link encap:Local Loopback
          inet addr:66.xxx.xxxx.10  Mask:255.255.255.255
          UP LOOPBACK RUNNING  MTU:16436  Metric:1

I don't know but this address (66.208.187.10/32) is certainly not in the FIB (including eth0's 66.208.187.240/25) and thus needs a route which fails to be set up because you have no physical device or DGW forward entry to look up.

What are you trying to set up regarding LVS?

Best regards,
Roberto Nibali, ratz
--
echo '[q]sa[ln0=aln256%Pln256/snlbx]sb3135071790101768542287578439snlbxq' | dc

<Prev in Thread] Current Thread [Next in Thread>