The Artima Developer Community
Sponsored Link

PHP Buzz Forum
Running several VIPs on the same interface with ucarp and haproxy

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
Andrew Johnstone

Posts: 206
Nickname: andrewj02
Registered: Sep, 2004

Andrew M. Johnstone
Running several VIPs on the same interface with ucarp and haproxy Posted: Apr 2, 2010 11:25 AM
Reply to this message Reply

This post originated from an RSS feed registered with PHP Buzz by Andrew Johnstone.
Original Post: Running several VIPs on the same interface with ucarp and haproxy
Feed Title: Development, Analysis And Research
Feed URL: http://www.ajohnstone.com/feed/atom/
Feed Description: by Andrew Johnstone
Latest PHP Buzz Posts
Latest PHP Buzz Posts by Andrew Johnstone
Latest Posts From Development, Analysis And Research

Advertisement
We have re-written parts of the default configuration for ucarp & haproxy to run several VIPs on the same interface. This works on debian, however some minor modifications maybe needed for other distributions. Ucarp implementation /etc/network/if-up.d/ucarp #!/bin/sh UCARP=/usr/sbin/ucarp EXTRA_PARAMS="" if [ ! -x $UCARP ]; then exit 0 fi if [ -z "$IF_UCARP_UPSCRIPT" ]; then IF_UCARP_UPSCRIPT=/usr/share/ucarp/vip-up fi if [ -z "$IF_UCARP_DOWNSCRIPT" ]; then IF_UCARP_DOWNSCRIPT=/usr/share/ucarp/vip-down fi if [ -n "$IF_UCARP_MASTER" [...]

Read: Running several VIPs on the same interface with ucarp and haproxy

Topic: CentreSource launches redesigned site for Civic Bank & Trust Previous Topic   Next Topic Topic: CentreSource launches new site for Mission Disovery

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use