Re: Piranha-list Digest, Vol 41, Issue 1

R R <[email protected]> Tue, 3 Nov 2009 21:15:53 +0200
Newsgroups gmane.linux.redhat.piranha
Message-ID <[email protected]>
--===============1224365164==
Content-Type: multipart/alternative; boundary=0016e6d7eb48a9badb04777c525f

--0016e6d7eb48a9badb04777c525f
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: quoted-printable

Try adding:

*send* =3D "GET / HTTP/1.0\r\n\r\n"

before

expect =3D "HTTP"

--

Z

On Tue, Nov 3, 2009 at 7:00 PM, <[email protected]> wrote:

> Send Piranha-list mailing list submissions to
>        [email protected]
>
> To subscribe or unsubscribe via the World Wide Web, visit
>        https://www.redhat.com/mailman/listinfo/piranha-list
> or, via email, send a message with subject or body 'help' to
>        [email protected]
>
> You can reach the person managing the list at
>        [email protected]
>
> When replying, please edit your Subject line so it is more specific
> than "Re: Contents of Piranha-list digest..."
>
> Today's Topics:
>
>   1. nanny "Read Timed Out" Errors (mojorising)
>   2. Re: nanny "Read Timed Out" Errors (Tapan Thapa)
>   3. Re: nanny "Read Timed Out" Errors (Fernando A. P. Gomes)
>
>
> ---------- Forwarded message ----------
> From: mojorising <[email protected]>
> To: [email protected]
> Date: Mon, 2 Nov 2009 16:39:59 -0800
> Subject: nanny "Read Timed Out" Errors
> Hello!
>
> I have set up a test load balancer with IPVS and Piranha-GUI. For some
> reason, when I attempt to connect to one of the two web servers I have
> set-up via the load balancer's virtual IP, the load balancer does not
> seem to pass those requests on to the real servers.
>
> The firewall on the Piranha box is off and I can successfully
> establish HTTP sessions with netcat and telnet from the Piranha box as
> well as from my workstation. So the web services are running and
> connectivity to them is good.
>
> The error I'm getting in /var/log/messages is (public IP changed for
> privacy):
>
> Nov  2 14:28:09 omsbuild nanny[13583]: READ to 65.39.169.xxx:80 timed out
> Nov  2 14:28:10 omsbuild nanny[13582]: READ to 192.168.18.29:80 timed out
>
> It looks like nanny can't talk to the web servers but I can't figure
> out why. That may not be the only problem I have here but it's
> probably one of them. All the other services are up and seem to be
> running fine.
>
> I've googled around quite a bit and checked the documentation but I
> haven't found anything in those places that gets me to a solution.
>
> Can anyone out there give me a little push in the right direction as
> to what the problem might be?
>
>
> Thank you!
>
> Mike
>
>
> My lvs.conf file:
>
> serial_no =3D 76
> primary =3D 192.168.3.28
> service =3D lvs
> backup =3D 0.0.0.0
> heartbeat =3D 1
> heartbeat_port =3D 539
> keepalive =3D 6
> deadtime =3D 18
> network =3D direct
> debug_level =3D NONE
> virtual test1 {
>     active =3D 1
>     address =3D 192.168.0.69 eth0:1
>     vip_nmask =3D 255.255.248.0
>     port =3D 3128
>     expect =3D "HTTP"
>     use_regex =3D 0
>     load_monitor =3D none
>     scheduler =3D lc
>     protocol =3D tcp
>     timeout =3D 6
>     reentry =3D 15
>     quiesce_server =3D 0
>     server Speedy {
>         address =3D 192.168.18.29
>         active =3D 1
>         port =3D 80
>         weight =3D 1
>     }
>     server test1 {
>         address =3D 65.39.169.xxx
>         active =3D 1
>         port =3D 80
>         weight =3D 1
>     }
>
>
>
>
> ---------- Forwarded message ----------
> From: Tapan Thapa <[email protected]>
> To: "Piranha clustering/HA technology" <[email protected]>
> Date: Tue, 3 Nov 2009 08:57:57 +0530
> Subject: Re: nanny "Read Timed Out" Errors
> Hello Mike,
>
> I am not an expert in IPVS but recently i have setup IPVS with the help o=
f
> Piranha and i am quite comfortable with IPVS.
>
> Please let me know your Network diagram and also the output of below
> mentioned command.
>
> ipvsadm -L -n
>
> ----------------------------------------
> I think your network diagram should be---
>
> Linux Director ----(One NIC)--->First Real Server (One NIC)
>                                        --->Second Real Server (One NIC)
> ----------------------------------------------
>
> Your Linux Director and Your real server should be on the same network
> segment. Please also post your Linux Director's (Where you have installed
> Piranha) Network cards ip information.
>
>
> Regards
> Tapan Thapa
> India
>
> On Tue, Nov 3, 2009 at 6:09 AM, mojorising <[email protected]> wrote:
>
>> Hello!
>>
>> I have set up a test load balancer with IPVS and Piranha-GUI. For some
>> reason, when I attempt to connect to one of the two web servers I have
>> set-up via the load balancer's virtual IP, the load balancer does not
>> seem to pass those requests on to the real servers.
>>
>> The firewall on the Piranha box is off and I can successfully
>> establish HTTP sessions with netcat and telnet from the Piranha box as
>> well as from my workstation. So the web services are running and
>> connectivity to them is good.
>>
>> The error I'm getting in /var/log/messages is (public IP changed for
>> privacy):
>>
>> Nov  2 14:28:09 omsbuild nanny[13583]: READ to 65.39.169.xxx:80 timed ou=
t
>> Nov  2 14:28:10 omsbuild nanny[13582]: READ to 192.168.18.29:80 timed ou=
t
>>
>> It looks like nanny can't talk to the web servers but I can't figure
>> out why. That may not be the only problem I have here but it's
>> probably one of them. All the other services are up and seem to be
>> running fine.
>>
>> I've googled around quite a bit and checked the documentation but I
>> haven't found anything in those places that gets me to a solution.
>>
>> Can anyone out there give me a little push in the right direction as
>> to what the problem might be?
>>
>>
>> Thank you!
>>
>> Mike
>>
>>
>> My lvs.conf file:
>>
>> serial_no =3D 76
>> primary =3D 192.168.3.28
>> service =3D lvs
>> backup =3D 0.0.0.0
>> heartbeat =3D 1
>> heartbeat_port =3D 539
>> keepalive =3D 6
>> deadtime =3D 18
>> network =3D direct
>> debug_level =3D NONE
>> virtual test1 {
>>     active =3D 1
>>     address =3D 192.168.0.69 eth0:1
>>     vip_nmask =3D 255.255.248.0
>>     port =3D 3128
>>     expect =3D "HTTP"
>>     use_regex =3D 0
>>     load_monitor =3D none
>>     scheduler =3D lc
>>     protocol =3D tcp
>>     timeout =3D 6
>>     reentry =3D 15
>>     quiesce_server =3D 0
>>     server Speedy {
>>         address =3D 192.168.18.29
>>         active =3D 1
>>         port =3D 80
>>         weight =3D 1
>>     }
>>     server test1 {
>>         address =3D 65.39.169.xxx
>>         active =3D 1
>>         port =3D 80
>>         weight =3D 1
>>     }
>>
>> _______________________________________________
>> Piranha-list mailing list
>> [email protected]
>> https://www.redhat.com/mailman/listinfo/piranha-list
>>
>
>
>
> ---------- Forwarded message ----------
> From: "Fernando A. P. Gomes" <[email protected]>
> To: [email protected]
> Date: Tue, 3 Nov 2009 10:58:10 +0000
> Subject: Re: nanny "Read Timed Out" Errors
> Can you send your configuration?
>
> Regards,
> Fernando Gomes
>
> On Tuesday 03 November 2009, mojorising wrote:
> > Hello!
> >
> > I have set up a test load balancer with IPVS and Piranha-GUI. For some
> > reason, when I attempt to connect to one of the two web servers I have
> > set-up via the load balancer's virtual IP, the load balancer does not
> > seem to pass those requests on to the real servers.
> >
> > The firewall on the Piranha box is off and I can successfully
> > establish HTTP sessions with netcat and telnet from the Piranha box as
> > well as from my workstation. So the web services are running and
> > connectivity to them is good.
> >
> > The error I'm getting in /var/log/messages is (public IP changed for
> >  privacy):
> >
> > Nov  2 14:28:09 omsbuild nanny[13583]: READ to 65.39.169.xxx:80 timed o=
ut
> > Nov  2 14:28:10 omsbuild nanny[13582]: READ to 192.168.18.29:80 timed
> out
> >
> > It looks like nanny can't talk to the web servers but I can't figure
> > out why. That may not be the only problem I have here but it's
> > probably one of them. All the other services are up and seem to be
> > running fine.
> >
> > I've googled around quite a bit and checked the documentation but I
> > haven't found anything in those places that gets me to a solution.
> >
> > Can anyone out there give me a little push in the right direction as
> > to what the problem might be?
> >
> >
> > Thank you!
> >
> > Mike
> >
> >
> > My lvs.conf file:
> >
> > serial_no =3D 76
> > primary =3D 192.168.3.28
> > service =3D lvs
> > backup =3D 0.0.0.0
> > heartbeat =3D 1
> > heartbeat_port =3D 539
> > keepalive =3D 6
> > deadtime =3D 18
> > network =3D direct
> > debug_level =3D NONE
> > virtual test1 {
> >      active =3D 1
> >      address =3D 192.168.0.69 eth0:1
> >      vip_nmask =3D 255.255.248.0
> >      port =3D 3128
> >      expect =3D "HTTP"
> >      use_regex =3D 0
> >      load_monitor =3D none
> >      scheduler =3D lc
> >      protocol =3D tcp
> >      timeout =3D 6
> >      reentry =3D 15
> >      quiesce_server =3D 0
> >      server Speedy {
> >          address =3D 192.168.18.29
> >          active =3D 1
> >          port =3D 80
> >          weight =3D 1
> >      }
> >      server test1 {
> >          address =3D 65.39.169.xxx
> >          active =3D 1
> >          port =3D 80
> >          weight =3D 1
> >      }
> >
> > _______________________________________________
> > Piranha-list mailing list
> > [email protected]
> > https://www.redhat.com/mailman/listinfo/piranha-list
> >
> --
> Fernando Alexandre Peixoto Gomes <[email protected]>
> Microsoft Certified Systems Engineer
> Eurotux Inform=E1tica, S.A. [http://eurotux.com]
> Rua Rosalvo de Almeida, 5. 4710-429 BRAGA PORTUGAL
> Tel: (+351) 253 257395 - Fax: (+351) 253 257396
>
> _______________________________________________
> Piranha-list mailing list
> [email protected]
> https://www.redhat.com/mailman/listinfo/piranha-list
>

--0016e6d7eb48a9badb04777c525f
Content-Type: text/html; charset=ISO-8859-1
Content-Transfer-Encoding: quoted-printable

Try adding:<br><br><span style=3D"visibility: visible;" id=3D"main"><span s=
tyle=3D"visibility: visible;" id=3D"search"><em>send</em> =3D &quot;GET / H=
TTP/1.0\r\n\r\n&quot;<br><br>before<br><br>expect =3D &quot;HTTP&quot;<br><=
br>--<br>
<br>Z<br></span></span><br><div class=3D"gmail_quote">On Tue, Nov 3, 2009 a=
t 7:00 PM,  <span dir=3D"ltr">&lt;<a href=3D"mailto:piranha-list-request@re=
dhat.com">[email protected]</a>&gt;</span> wrote:<br><blockqu=
ote class=3D"gmail_quote" style=3D"border-left: 1px solid rgb(204, 204, 204=
); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Send Piranha-list mailing list submissions to<br>
 =A0 =A0 =A0 =A0<a href=3D"mailto:[email protected]">piranha-list@red=
hat.com</a><br>
<br>
To subscribe or unsubscribe via the World Wide Web, visit<br>
 =A0 =A0 =A0 =A0<a href=3D"https://www.redhat.com/mailman/listinfo/piranha-=
list" target=3D"_blank">https://www.redhat.com/mailman/listinfo/piranha-lis=
t</a><br>
or, via email, send a message with subject or body &#39;help&#39; to<br>
 =A0 =A0 =A0 =A0<a href=3D"mailto:[email protected]">piranha-=
[email protected]</a><br>
<br>
You can reach the person managing the list at<br>
 =A0 =A0 =A0 =A0<a href=3D"mailto:[email protected]">piranha-li=
[email protected]</a><br>
<br>
When replying, please edit your Subject line so it is more specific<br>
than &quot;Re: Contents of Piranha-list digest...&quot;<br>
<br>Today&#39;s Topics:<br>
<br>
 =A0 1. nanny &quot;Read Timed Out&quot; Errors (mojorising)<br>
 =A0 2. Re: nanny &quot;Read Timed Out&quot; Errors (Tapan Thapa)<br>
 =A0 3. Re: nanny &quot;Read Timed Out&quot; Errors (Fernando A. P. Gomes)<=
br>
<br><br>---------- Forwarded message ----------<br>From:=A0mojorising &lt;<=
a href=3D"mailto:[email protected]">[email protected]</a>&gt;<br>To:=A0<a=
 href=3D"mailto:[email protected]">[email protected]</a><br>Dat=
e:=A0Mon, 2 Nov 2009 16:39:59 -0800<br>
Subject:=A0nanny &quot;Read Timed Out&quot; Errors<br>Hello!<br>
<br>
I have set up a test load balancer with IPVS and Piranha-GUI. For some<br>
reason, when I attempt to connect to one of the two web servers I have<br>
set-up via the load balancer&#39;s virtual IP, the load balancer does not<b=
r>
seem to pass those requests on to the real servers.<br>
<br>
The firewall on the Piranha box is off and I can successfully<br>
establish HTTP sessions with netcat and telnet from the Piranha box as<br>
well as from my workstation. So the web services are running and<br>
connectivity to them is good.<br>
<br>
The error I&#39;m getting in /var/log/messages is (public IP changed for pr=
ivacy):<br>
<br>
Nov =A02 14:28:09 omsbuild nanny[13583]: READ to 65.39.169.xxx:80 timed out=
<br>
Nov =A02 14:28:10 omsbuild nanny[13582]: READ to <a href=3D"http://192.168.=
18.29:80" target=3D"_blank">192.168.18.29:80</a> timed out<br>
<br>
It looks like nanny can&#39;t talk to the web servers but I can&#39;t figur=
e<br>
out why. That may not be the only problem I have here but it&#39;s<br>
probably one of them. All the other services are up and seem to be<br>
running fine.<br>
<br>
I&#39;ve googled around quite a bit and checked the documentation but I<br>
haven&#39;t found anything in those places that gets me to a solution.<br>
<br>
Can anyone out there give me a little push in the right direction as<br>
to what the problem might be?<br>
<br>
<br>
Thank you!<br>
<br>
Mike<br>
<br>
<br>
My lvs.conf file:<br>
<br>
serial_no =3D 76<br>
primary =3D 192.168.3.28<br>
service =3D lvs<br>
backup =3D 0.0.0.0<br>
heartbeat =3D 1<br>
heartbeat_port =3D 539<br>
keepalive =3D 6<br>
deadtime =3D 18<br>
network =3D direct<br>
debug_level =3D NONE<br>
virtual test1 {<br>
 =A0 =A0 active =3D 1<br>
 =A0 =A0 address =3D 192.168.0.69 eth0:1<br>
 =A0 =A0 vip_nmask =3D 255.255.248.0<br>
 =A0 =A0 port =3D 3128<br>
 =A0 =A0 expect =3D &quot;HTTP&quot;<br>
 =A0 =A0 use_regex =3D 0<br>
 =A0 =A0 load_monitor =3D none<br>
 =A0 =A0 scheduler =3D lc<br>
 =A0 =A0 protocol =3D tcp<br>
 =A0 =A0 timeout =3D 6<br>
 =A0 =A0 reentry =3D 15<br>
 =A0 =A0 quiesce_server =3D 0<br>
 =A0 =A0 server Speedy {<br>
 =A0 =A0 =A0 =A0 address =3D 192.168.18.29<br>
 =A0 =A0 =A0 =A0 active =3D 1<br>
 =A0 =A0 =A0 =A0 port =3D 80<br>
 =A0 =A0 =A0 =A0 weight =3D 1<br>
 =A0 =A0 }<br>
 =A0 =A0 server test1 {<br>
 =A0 =A0 =A0 =A0 address =3D 65.39.169.xxx<br>
 =A0 =A0 =A0 =A0 active =3D 1<br>
 =A0 =A0 =A0 =A0 port =3D 80<br>
 =A0 =A0 =A0 =A0 weight =3D 1<br>
 =A0 =A0 }<br>
<br>
<br>
<br><br>---------- Forwarded message ----------<br>From:=A0Tapan Thapa &lt;=
<a href=3D"mailto:[email protected]">[email protected]</a>&=
gt;<br>To:=A0&quot;Piranha clustering/HA technology&quot; &lt;<a href=3D"ma=
ilto:[email protected]">[email protected]</a>&gt;<br>
Date:=A0Tue, 3 Nov 2009 08:57:57 +0530<br>Subject:=A0Re: nanny &quot;Read T=
imed Out&quot; Errors<br>Hello Mike,<br><br>I am not an expert in IPVS but =
recently i have setup IPVS with the help of Piranha and i am quite comforta=
ble with IPVS.<br>
<br>Please let me know your Network diagram and also the output of below me=
ntioned command.<br>
<br>ipvsadm -L -n<br><br>----------------------------------------<br>I thin=
k your network diagram should be---<br><br>Linux Director ----(One NIC)---&=
gt;First Real Server (One NIC)<br>=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=
=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=
 ---&gt;Second Real Server (One NIC)<br>

----------------------------------------------<br><br>Your Linux Director a=
nd Your real server should be on the same network segment. Please also post=
 your Linux Director&#39;s (Where you have installed Piranha) Network cards=
 ip information.<br>

<br><br>Regards<br>Tapan Thapa<br>India<br><br><div class=3D"gmail_quote">O=
n Tue, Nov 3, 2009 at 6:09 AM, mojorising <span dir=3D"ltr">&lt;<a href=3D"=
mailto:[email protected]" target=3D"_blank">[email protected]</a>&gt;</sp=
an> wrote:<br>
<blockquote class=3D"gmail_quote" style=3D"border-left: 1px solid rgb(204, =
204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Hello!<br>
<br>
I have set up a test load balancer with IPVS and Piranha-GUI. For some<br>
reason, when I attempt to connect to one of the two web servers I have<br>
set-up via the load balancer&#39;s virtual IP, the load balancer does not<b=
r>
seem to pass those requests on to the real servers.<br>
<br>
The firewall on the Piranha box is off and I can successfully<br>
establish HTTP sessions with netcat and telnet from the Piranha box as<br>
well as from my workstation. So the web services are running and<br>
connectivity to them is good.<br>
<br>
The error I&#39;m getting in /var/log/messages is (public IP changed for pr=
ivacy):<br>
<br>
Nov =A02 14:28:09 omsbuild nanny[13583]: READ to 65.39.169.xxx:80 timed out=
<br>
Nov =A02 14:28:10 omsbuild nanny[13582]: READ to <a href=3D"http://192.168.=
18.29:80" target=3D"_blank">192.168.18.29:80</a> timed out<br>
<br>
It looks like nanny can&#39;t talk to the web servers but I can&#39;t figur=
e<br>
out why. That may not be the only problem I have here but it&#39;s<br>
probably one of them. All the other services are up and seem to be<br>
running fine.<br>
<br>
I&#39;ve googled around quite a bit and checked the documentation but I<br>
haven&#39;t found anything in those places that gets me to a solution.<br>
<br>
Can anyone out there give me a little push in the right direction as<br>
to what the problem might be?<br>
<br>
<br>
Thank you!<br>
<br>
Mike<br>
<br>
<br>
My lvs.conf file:<br>
<br>
serial_no =3D 76<br>
primary =3D 192.168.3.28<br>
service =3D lvs<br>
backup =3D 0.0.0.0<br>
heartbeat =3D 1<br>
heartbeat_port =3D 539<br>
keepalive =3D 6<br>
deadtime =3D 18<br>
network =3D direct<br>
debug_level =3D NONE<br>
virtual test1 {<br>
 =A0 =A0 active =3D 1<br>
 =A0 =A0 address =3D 192.168.0.69 eth0:1<br>
 =A0 =A0 vip_nmask =3D 255.255.248.0<br>
 =A0 =A0 port =3D 3128<br>
 =A0 =A0 expect =3D &quot;HTTP&quot;<br>
 =A0 =A0 use_regex =3D 0<br>
 =A0 =A0 load_monitor =3D none<br>
 =A0 =A0 scheduler =3D lc<br>
 =A0 =A0 protocol =3D tcp<br>
 =A0 =A0 timeout =3D 6<br>
 =A0 =A0 reentry =3D 15<br>
 =A0 =A0 quiesce_server =3D 0<br>
 =A0 =A0 server Speedy {<br>
 =A0 =A0 =A0 =A0 address =3D 192.168.18.29<br>
 =A0 =A0 =A0 =A0 active =3D 1<br>
 =A0 =A0 =A0 =A0 port =3D 80<br>
 =A0 =A0 =A0 =A0 weight =3D 1<br>
 =A0 =A0 }<br>
 =A0 =A0 server test1 {<br>
 =A0 =A0 =A0 =A0 address =3D 65.39.169.xxx<br>
 =A0 =A0 =A0 =A0 active =3D 1<br>
 =A0 =A0 =A0 =A0 port =3D 80<br>
 =A0 =A0 =A0 =A0 weight =3D 1<br>
 =A0 =A0 }<br>
<br>
_______________________________________________<br>
Piranha-list mailing list<br>
<a href=3D"mailto:[email protected]" target=3D"_blank">Piranha-list@r=
edhat.com</a><br>
<a href=3D"https://www.redhat.com/mailman/listinfo/piranha-list" target=3D"=
_blank">https://www.redhat.com/mailman/listinfo/piranha-list</a><br>
</blockquote></div><br>
<br><br>---------- Forwarded message ----------<br>From:=A0&quot;Fernando A=
. P. Gomes&quot; &lt;<a href=3D"mailto:[email protected]">[email protected]</=
a>&gt;<br>To:=A0<a href=3D"mailto:[email protected]">piranha-list@red=
hat.com</a><br>
Date:=A0Tue, 3 Nov 2009 10:58:10 +0000<br>Subject:=A0Re: nanny &quot;Read T=
imed Out&quot; Errors<br>Can you send your configuration?<br>
<br>
Regards,<br>
Fernando Gomes<br>
<br>
On Tuesday 03 November 2009, mojorising wrote:<br>
&gt; Hello!<br>
&gt;<br>
&gt; I have set up a test load balancer with IPVS and Piranha-GUI. For some=
<br>
&gt; reason, when I attempt to connect to one of the two web servers I have=
<br>
&gt; set-up via the load balancer&#39;s virtual IP, the load balancer does =
not<br>
&gt; seem to pass those requests on to the real servers.<br>
&gt;<br>
&gt; The firewall on the Piranha box is off and I can successfully<br>
&gt; establish HTTP sessions with netcat and telnet from the Piranha box as=
<br>
&gt; well as from my workstation. So the web services are running and<br>
&gt; connectivity to them is good.<br>
&gt;<br>
&gt; The error I&#39;m getting in /var/log/messages is (public IP changed f=
or<br>
&gt; =A0privacy):<br>
&gt;<br>
&gt; Nov =A02 14:28:09 omsbuild nanny[13583]: READ to 65.39.169.xxx:80 time=
d out<br>
&gt; Nov =A02 14:28:10 omsbuild nanny[13582]: READ to <a href=3D"http://192=
.168.18.29:80" target=3D"_blank">192.168.18.29:80</a> timed out<br>
&gt;<br>
&gt; It looks like nanny can&#39;t talk to the web servers but I can&#39;t =
figure<br>
&gt; out why. That may not be the only problem I have here but it&#39;s<br>
&gt; probably one of them. All the other services are up and seem to be<br>
&gt; running fine.<br>
&gt;<br>
&gt; I&#39;ve googled around quite a bit and checked the documentation but =
I<br>
&gt; haven&#39;t found anything in those places that gets me to a solution.=
<br>
&gt;<br>
&gt; Can anyone out there give me a little push in the right direction as<b=
r>
&gt; to what the problem might be?<br>
&gt;<br>
&gt;<br>
&gt; Thank you!<br>
&gt;<br>
&gt; Mike<br>
&gt;<br>
&gt;<br>
&gt; My lvs.conf file:<br>
&gt;<br>
&gt; serial_no =3D 76<br>
&gt; primary =3D 192.168.3.28<br>
&gt; service =3D lvs<br>
&gt; backup =3D 0.0.0.0<br>
&gt; heartbeat =3D 1<br>
&gt; heartbeat_port =3D 539<br>
&gt; keepalive =3D 6<br>
&gt; deadtime =3D 18<br>
&gt; network =3D direct<br>
&gt; debug_level =3D NONE<br>
&gt; virtual test1 {<br>
&gt; =A0 =A0 =A0active =3D 1<br>
&gt; =A0 =A0 =A0address =3D 192.168.0.69 eth0:1<br>
&gt; =A0 =A0 =A0vip_nmask =3D 255.255.248.0<br>
&gt; =A0 =A0 =A0port =3D 3128<br>
&gt; =A0 =A0 =A0expect =3D &quot;HTTP&quot;<br>
&gt; =A0 =A0 =A0use_regex =3D 0<br>
&gt; =A0 =A0 =A0load_monitor =3D none<br>
&gt; =A0 =A0 =A0scheduler =3D lc<br>
&gt; =A0 =A0 =A0protocol =3D tcp<br>
&gt; =A0 =A0 =A0timeout =3D 6<br>
&gt; =A0 =A0 =A0reentry =3D 15<br>
&gt; =A0 =A0 =A0quiesce_server =3D 0<br>
&gt; =A0 =A0 =A0server Speedy {<br>
&gt; =A0 =A0 =A0 =A0 =A0address =3D 192.168.18.29<br>
&gt; =A0 =A0 =A0 =A0 =A0active =3D 1<br>
&gt; =A0 =A0 =A0 =A0 =A0port =3D 80<br>
&gt; =A0 =A0 =A0 =A0 =A0weight =3D 1<br>
&gt; =A0 =A0 =A0}<br>
&gt; =A0 =A0 =A0server test1 {<br>
&gt; =A0 =A0 =A0 =A0 =A0address =3D 65.39.169.xxx<br>
&gt; =A0 =A0 =A0 =A0 =A0active =3D 1<br>
&gt; =A0 =A0 =A0 =A0 =A0port =3D 80<br>
&gt; =A0 =A0 =A0 =A0 =A0weight =3D 1<br>
&gt; =A0 =A0 =A0}<br>
&gt;<br>
&gt; _______________________________________________<br>
&gt; Piranha-list mailing list<br>
&gt; <a href=3D"mailto:[email protected]">[email protected]</a>=
<br>
&gt; <a href=3D"https://www.redhat.com/mailman/listinfo/piranha-list" targe=
t=3D"_blank">https://www.redhat.com/mailman/listinfo/piranha-list</a><br>
&gt;<br>
--<br>
Fernando Alexandre Peixoto Gomes &lt;<a href=3D"mailto:[email protected]">fa=
[email protected]</a>&gt;<br>
Microsoft Certified Systems Engineer<br>
Eurotux Inform=E1tica, S.A. [<a href=3D"http://eurotux.com" target=3D"_blan=
k">http://eurotux.com</a>]<br>
Rua Rosalvo de Almeida, 5. 4710-429 BRAGA PORTUGAL<br>
Tel: (+351) 253 257395 - Fax: (+351) 253 257396<br>
<br>_______________________________________________<br>
Piranha-list mailing list<br>
<a href=3D"mailto:[email protected]">[email protected]</a><br>
<a href=3D"https://www.redhat.com/mailman/listinfo/piranha-list" target=3D"=
_blank">https://www.redhat.com/mailman/listinfo/piranha-list</a><br></block=
quote></div><br>

--0016e6d7eb48a9badb04777c525f--


--===============1224365164==
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: inline

_______________________________________________
Piranha-list mailing list
[email protected]
https://www.redhat.com/mailman/listinfo/piranha-list
--===============1224365164==--