Can you please give full rule for below request on haproxy? Outgoing VIP (source) 10.10.2.1 Destination URL and Port: 193.168.1.2:80, 193.168.1.2:8880, 193.168.1.2:443, 193.168.1.2:8440 as well as Port 21 and Port 22
I don't have much experience in haproxy. Can you please help me out? Thanks & Regards Dennis Devota Savvis Inc 201-472-2821 203-687-8619 -----Original Message----- From: Guillaume Bourque [mailto:[email protected]] Sent: Monday, February 14, 2011 7:27 PM To: Devota' Dennis Cc: [email protected] Subject: Re: Haproxy and Plesk For sure you can use a listen like this; frontend DISPATCH-lb10 bind :80,:81,:8001,:8002,:8881,:8882 This will tell haproxy to listen on all IP for those specific ports If you check the doc you should have some complete usage examples Good luck. Devota a écrit : > > Hi all, > > > > I am looking for way to configure same VIP to support multiples ports > on haproxy for one physical box. > > > > Same physical box has multiple applications (80,443 [SSL],8443 [SSL]). > I would like use one VIP to support all the ports. > > > > Is there way to do on haproxy? Please kindly advice. > > > > Thanks & Regards > > > > **Dennis Devota** > > **Savvis Inc** > > **201-472-2821** > > **203-687-8619** > > > > > This message contains information which may be confidential and/or > privileged. Unless you are the intended recipient (or authorized to > receive for the intended recipient), you may not read, use, copy or > disclose to anyone the message or any information contained in the > message. If you have received the message in error, please advise the > sender by reply e-mail and delete the message and any attachment(s) > thereto without retaining any copies. -- Guillaume Bourque, B.Sc., consultant, infrastructures technologiques libres ! Logisoft Technologies inc. http://www.logisoftech.com 514 576-7638, http://ca.linkedin.com/in/GuillaumeBourque/fr This message contains information which may be confidential and/or privileged. Unless you are the intended recipient (or authorized to receive for the intended recipient), you may not read, use, copy or disclose to anyone the message or any information contained in the message. If you have received the message in error, please advise the sender by reply e-mail and delete the message and any attachment(s) thereto without retaining any copies.

