Re: haproxy / roadmap / evolution

From: Willy Tarreau <w#1wt.eu>
Date: Tue, 16 Dec 2008 19:00:07 +0100


On Tue, Dec 16, 2008 at 01:15:00PM +0100, Maciej Bogucki wrote:
> mnaud.free#free.fr wrote:
> >----- "Willy Tarreau" <w#1wt.eu> a écrit :
> >
> >
> >>Hello,
> >>
> >>On Tue, Dec 16, 2008 at 10:09:37AM +0100, mnaud.free#free.fr wrote:
> >>
> >>>Morning,
> >>>
> >>>first of all i want to say that you have done a great job with this
> >>>
> >>soft.
> >>
> >>>I just want to ask a question regarding the haproxy roadmap,
> >>>i have read you want to implement "outgoing ip adresse" in the 1.3X
> >>>
> >>series.
> >>
> >>What do you mean by this ? If you mean "bind on a specific address
> >>when
> >>connecting", it's already implemented. Maybe you mean something else,
> >>what do you need precisely ?
> >>
> >>Willy
> >>
> >
> >thanks for your very rapid answer
> >
> >my specific needs is to bind on a specific address when connecting to back
> >end server for survey test.
> >I want to have something like
> >
> >
> >[haproxy IP1:port][haproxy IP1] ----- > SRV BKE 1 for production flow
> > [haproxy IP2] ----- > SRV BKE 1 for survey test
> > [haproxy IP1] ----- > SRV BKE 2 for production flow
> > [haproxy IP2] ----- > SRV BKE 2 for survey test
> >[...]
> >
> >It's possible i don't have read correctly the documentation
> >may be you've got any pointer to documentation regarding the bind outgoing
> >adress functionality ?
> >
> >thanks
> >mna.
> >
> >
> >
> Hello,
>
> http://haproxy.1wt.eu/download/1.3/doc/haproxy-en.txt and search "2.8)
> Outgoing source address". You could have only one source per listener
> or backend.

Not only, you can also specify the "source" argument on the "server" lines. I'm used to do this too :

     server srv1      1.1.1.1 source 1.0.0.1
     server srv1-back 1.1.1.1 source 1.0.0.2

Willy Received on 2008/12/16 19:00

This archive was generated by hypermail 2.2.0 : 2008/12/16 19:15 CET