Displaying 20 results from an estimated 4000 matches similar to: "keepalived+LVS"
2005 Feb 21
1
keepalived on centos 3.4
Is anyone successfully using dag's keepalived-1.1.10-1.1.el3.rf on
centos 3.4?
It's giving me some strange issues (LVS Topology never shows up, even
though I can manually set it w/ ipvsadm)
Attempting to rebuild it has been less than successful, as anyone who
tries will see in their appropriate BUILD/keepalived-1.1.10/config.log
and in the rpmbuild output. It complains about openssl
2006 Dec 22
1
IPVS connections not removed
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
<title></title>
</head>
<body bgcolor="#ffffff" text="#000000">
<font color="#000000">Hi centos users,<br>
<br>
2008 Jan 05
2
centos 5.1 fresh install of ipvsadm: service won't start: config missing
Hello all,
I have ipvsadm-1.24 installed, and there's an error when the service starts:
Applying IPVS configuration: /etc/init.d/ipvsadm: line 62:
/etc/sysconfig/ipvsadm: No such file or directory
is the install broken? I did a "yum whatprovides ipvsadm" and it does
say there's a config, but doesn't point to where it is.
any suggestions?
--
---------------
Morpheus:
2008 Sep 25
1
Implementing LVS changes made in Piranha GUI
Every time I touch something, pieces fall off! It's a good thing this
stuff isn't in production yet (for me I mean).
So I had an LVS, configured with Piranha, directing http test transactions
across two servers. I used Piranha to add another realserver. It
appeared in the lvs.cf file, but didn't appear in the ipvsadm output. So
I stopped and restarted Pulse. And now *none* of the
2004 Nov 05
8
Using Shorewall + Linux Virtual Server LVS/DR
I''m havign a HUGE amount of difficulty getting shoreline to work with LVS.
We use it here constantly so we know it works. The problem is packets come
in, get directed to a webserver, webserver returns the packet to firewall,
and then it goes into a black hole. rp_filter is off globally on all
interfaces. LVS seems to be working right....
I use shorewall tcrules to mark packets on
2009 Mar 25
2
Monitoring IP masquerading on LVS load-balancing
I've got small numbers of connections moving through a load balancer
configured in NAT mode. So I've got an iptables table called "nat", which
has in it a line "-A POSTROUTING -o eth0 -j MASQUERADE" (lan connect is
eth0, private lan inside the cluster is eth1).
The load balancer is working; connections made to the virtual ip on that
host do get routed to one of the
2006 Feb 12
2
CentOS 4.2 x86_64 - ipvsadm
Hi
Anyone know of there is an rpm available for this? Trying to build a
loadbalancer from the LVS project for a webserver farm and struggling
with ipvsadm
<http://www.linuxvirtualserver.org/software/kernel-2.6/ipvsadm-1.24-6.src.rpm>
on 4.2
thanks
2015 Sep 29
3
Keepalived vrrp problem
Hey guys,
I'm trying to install keepalived 1.2.19 on a centos 6.5 machine. I did an
install from source.
And when I start keepalived this is what I'm seeing in the logs. It's
reporting that the VRRP_Instance(VI_1) Now in FAULT state.
Here's more of that log entry:
Sep 29 12:06:58 USECLSNDMNRDBA Keepalived_vrrp[44943]: VRRP Instance = VI_1
Sep 29 12:06:58 USECLSNDMNRDBA
2006 Jun 29
1
CentOS 4.3 (Final) need IPVS
Hello All
Currently on a CentOS 4.3 system with the 2.6.14.3 kernel.
Is there a recommend way to properly recompile the kernel?
I was thinking of dling the source from kernel.org, but I was told that
using SRPMs would be better?
Any suggestions ?
Thank You
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2012 Oct 23
1
masq rules for LVS
Hi,
I need some special masq rules to allow internal servers to resolve public IP''s which are loadbalanced by LVS - the rule are:
iptables -t nat -A POSTROUTING -m ipvs --vaddr <LVS PUBLIC IP>/32 --vport 80 -j SNAT --to-source <LVS INTERNAL IP>
Also I need to enable:
echo 1 > /proc/sys/net/ipv4/vs/conntrack
Currently I do all this from /etc/shorewall/started - but is
2010 Apr 27
0
Transparent proxy with LVS
I've managed to configure a LVS Cluster to act as a transparent proxy
squid farm, with a virtual server as load balancer, and three real
servers. Because redirecting packets going to port 80 to port 3128 of
squid in the load balancer doesn't works, the solution has a mix of ip
route and iptables.
Here is the script I wrote to configure transparent proxy.
#!/bin/bash
#Transparent proxy
2001 Nov 06
2
2.2.14 integration with lvs
Hi,
I had to modify 2 files to integrate ext3 patch with lvs patch..
(ext3-2.4-0.9.14-2414p8.gz and ipvs 0.8.2)
--- drivers/block/loop.c.orig Tue Nov 6 10:13:48 2001
+++ drivers/block/loop.c Tue Nov 6 10:17:55 2001
@@ -218,14 +218,16 @@ static int lo_send(struct loop_device *l
index++;
pos += size;
UnlockPage(page);
-
2019 Nov 11
13
[Bug 1381] New: Conntrackd segfaults when committing external caches
https://bugzilla.netfilter.org/show_bug.cgi?id=1381
Bug ID: 1381
Summary: Conntrackd segfaults when committing external caches
Product: conntrack-tools
Version: unspecified
Hardware: x86_64
OS: All
Status: NEW
Severity: enhancement
Priority: P5
Component: conntrack-daemon
2013 Aug 23
1
Setting Up LVS to Load Balance DNS
Greetings, all:
OS: CentOS 6.4 x86_64
Kernel: 2.6.32-358.14.1
I could use some assistance with setting up pulse to load balance my dns
servers. I've configured tcp and udp port 53 with the piranha gui, set up
arptable rules on the real servers and added the virtual ip to the bond0
interface on the real servers, but I'm still having no luck in getting
things going. A dig against the
2015 Sep 29
1
Keepalived vrrp problem
Em 29-09-2015 15:03, Gordon Messmer escreveu:
> On 09/29/2015 09:14 AM, Tim Dunphy wrote:
>> And if I do an ifconfig command I see no evidence of an eth1 existing.
>
> "ifconfig -a" will show you all of your interfaces.
Maybe there is a confusion here. Sounds like Tim thought keepalived
would create that eth1, like a tunnel interface, but it won't. You have
to
2012 Sep 28
4
load balancer recommendation
Hello all,
If I were looking for a load balancer to run on a Linux - specifically,
CentOS - machine - what would you recommend?
Thanks.
Boris.
2011 Jan 27
1
Best way to calculate concurrent users?
Well, i am having some problens to figure out how many concurrent users into
the server!
In my envoriment now, most people are using the webmail interface, and it
just conect and disconct pretty quickly so i can not get it with "doveadm
who"
doveadm who only gets the ones that are connect with clients.
O use ipvs to balance betwaeen 2 servers does anyone have an ideia ?
With ipvs i
2005 Apr 07
0
LVS-domain logon -nmbd
Hi all,
I try setup LVS and samba server and i found one problem when I registered computer to domain.
I drawed picture and attach it.
client(195.146.40.2)
|
|
LVS
VIP(195.146.40.1)
DIP(192.168.30.1)
|
|
samba(192.168.30.10)
For clearly understand : I have two networks, external and internal. When
nmbd receive announcment from client send answer to client. Answer packet
contain ipadress of
2017 Sep 17
0
keepalived segfault after upgrade to 7.4
Prior to upgrading to CentOS 7.4 everything was fine, after upgrade I'm
seeing
/etc/keepalived# keepalived -f /etc/keepalived/keepalived.conf --dont-fork
--log-console --log-detail --dump-conf -m -v
Starting VRRP child process, pid=17224
Registering Kernel netlink reflector
Registering Kernel netlink command channel
Registering gratuitous ARP shared channel
Opening file
2007 Sep 16
0
Port forwarding from dom0 to bridged domU with IPVS
Hi list,
We, an OSS advocacy group, setup a Xen 3.1 machine composed of :
. a 64 bits dom0 running Debian stable amd64
. 2 hvm domUs running OpenBSD amd64
. 2 hvm domUs running NetBSD i386
This machine is to be hosted and reachable from the Internet, but it will
only have one public IP.
Naturally, our first tought was to port-forward using iptables /
netfilter. We didn''t really