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: Randy Paries <rtparies@xxxxxxxxx>
Date: Wed, 8 Feb 2006 02:27:36 -0600
Roberto

Thanks for the help

not sure what "FIB" is

my config is 1 director and 3 real servers

i have had 192.168.0.203 and 192.168.0.204 running for quite a while
and i am trying to add a third 192.168.0.159

203 and 204 are rh9 and 159 is fedora 4

this is my ldirectord.cf
checktimeout=13
checkinterval=15
autoreload=yes
logfile="/var/log/ldirectord.log"
#logfile="local0"
quiescent=no

#
virtual=66.208.187.10:80
        real=192.168.0.203:80 gate
        real=192.168.0.204:80 gate
        real=192.168.0.159:80 gate
        fallback=127.0.0.1:80 gate
        service=http
        request="ldirectordping.html"
        receive="Test Page"
        scheduler=wlc
        persistent=1800
        netmask=255.255.255.0
        protocol=tcp


On 2/8/06, Roberto Nibali <ratz@xxxxxxxxxxxx> wrote:
> > /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
> _______________________________________________
> LinuxVirtualServer.org mailing list - lvs-users@xxxxxxxxxxxxxxxxxxxxxx
> Send requests to lvs-users-request@xxxxxxxxxxxxxxxxxxxxxx
> or go to http://www.in-addr.de/mailman/listinfo/lvs-users
>

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