search for: loadbalanc

Displaying 20 results from an estimated 205 matches for "loadbalanc".

Did you mean: loadbalance
2024 Feb 13
16
[Bug 1736] New: nftables - dynamic update for verdict map from the packet path
...erdict map to associate a client to a chain to implement the session affinity function for my load balancer. The map is defined with the dynamic and timeout flag. I plan to add source address of new client retrieved from the packet path to a map with the `update @` action like below add table ip loadbalancer add map ip loadbalancer epToChain { type ipv4_addr : verdict ; flags dynamic,timeout ; timeout 4m ;} add chain ip loadbalancer service-ABC add rule ip loadbalancer service-ABC ip saddr vmap @epToChain add chain ip loadbalancer endpoint-1 add rule ip loadbalancer endpoint-1 update @epToChain { ip...
2005 Oct 26
2
Dovecot and loadbalancer
Hi all, I've 4 servers with dovecot and ldap authentication behind a loadbalancer (Alteon). To connect to dovecot, client need to use a vip of the loadbalancer. To connect to the ldap server, dovecot need to use the loadbalancer cause there are several ldap server. The loadbalancer close a connection without activity during 30mn Dovecot lauch several authentication proc...
2011 Sep 05
3
limit number of simultaneous lmtp deliveries ?
We have quite a few frontend mail gateways that deliver incoming email trough our dovecot director (lmtp proxy) to the backend lmtp servers, and are seeing this logged on the frontend mail gateways: Sep 5 10:51:56 mailgw1 postfix/lmtp[23443]: 0E2F41C01A: to=<me at example.com>, relay=loadbalancers.example.com[192.168.42.15]:24, delay=61, delays=0.02/0.3/31/30, dsn=4.4.0, status=deferred (host loadbalancers.example.com[192.168.42.15] said: 451 4.4.0 Remote server not answering (DATA output timeout) (in reply to end of DATA command)) It's a bit unclear to me if this leads to duplicate...
2010 Feb 01
2
Dovecot design-question
Hi everybody, we're currently in the process of drafting our new mailserver-setup. Instead of a single-server-setup we'd like to have two equal servers behind a loadbalancer like LVS and shared mailhomes on NFS. We'd like to use dovecot for POP/IMAP, dovecot-deliver as LDA. - It's probably the best idea to direct SMTP and POP/IMAP always to the same server behind the loadbalancer (because dovecot-deliver is used which updates indexes?) - If we think of a &...
2005 Nov 16
0
per packet loadbalancing.
...------------- | router | eth0 ------------------ eth0 | router | | linux 1 | | linux 2 | | | eth1 ------------------ eth1 | | ------------- ------------- I''d like to do per packet loadbalancing on linux1 and linux2 routers. How to configure each one? I think, the Julian Anastasov patches from http://www.ssi.bg/~ja/#routes are unnecessary ??? Regards, -- Michal
2012 Feb 12
0
Loadbalanced NFS as disk for VMs
...on dom0?) Using openvswitch with SLB bonding on XEN 4.1 I''m only seeing traffic on 1 interface at a time, using loop or tapdisk. Is this working as designed - or am I doing something wrong? Thanks! Regards Kristoffer -- View this message in context: http://xen.1045712.n5.nabble.com/Loadbalanced-NFS-as-disk-for-VMs-tp5477162p5477162.html Sent from the Xen - User mailing list archive at Nabble.com.
2006 Jan 30
0
loadbalancing multipath routing frequently freezes udp connections
...enario: a firewall with one lan interface eth0 10.1.1.1/24 and two uplink interfaces eth1 10.2.2.1/24 eth2 10.3.3.1/24 each uplink interface does SNAT: iptables -t nat -I POSTROUTING -o eth1 -j SNAT --to-source 10.2.2.1 iptables -t nat -I POSTROUTING -o eth2 -j SNAT --to-source 10.3.3.1 i set up loadbalancing multipath routing as described in the howto. then i had the well mentioned problem that established connections leave the wrong interface after the routing cache clears. i solved this using the CONNMARK target, marking connections which left one interface and directing those packages always to...
2005 Jul 08
0
izbalancing - a GNU/Linux Firewall/Router Bash Script feauturing Incoming/Outgoing MultiHomed/LoadBalanced Subsystem Management
Hello, i wrote a simple but useful (i hope) bash script featuring a easly and fastly configuration method for implementing a Linux Gateway feauturing Incoming/Outgoing MultiHomed/LoadBalanced Subsystem Management. I want share this little script. you can download a copy from the following address: http://www.initzero.it/products/opensource/izbalancing/download/izbalancing just save it in your hd and open it with a text editor (vi, emacs, gedit...) to configure the minimal variable...
2005 Jul 02
6
Loadbalancing how to ? ? ? ?
...ables -t nat -A POSTROUTING -s 192.168.60.0/24 -o eth1 -j SNAT -to 10.0.1.2 Iptables -t nat -A POSTROUTING -s 192.168.60.0/24 -o eth2 -j SNAT -to 10.0.2.2 Ofcause by default the eth1 will always be forwarded from LAN and nerver the ADSL 2 was use The ideal of mine is writing a programe loadbalancing for n line ADSL contact to one PC as gateway ,But when the packet reach the eth0 , how to control it forwarld to eth1 or eth2 is my problem . If I could do that , maybe I could find the way to loadbalacing n line ADSL as one biger . If someone know how to or have some idea , give me some i...
2002 Aug 20
6
load balancing CIFS/Samba
Hi Folks, I'm trying out some ideas for loadbalancing Samba servers with some replication underneath. Right now, we're trying to use DNS round robin, just to see if it works, but it isn't. Our basic config is that we have the same share and NMB server name on every node. Each node has a different IP hostname, which are all round-robin&...
2008 Jan 03
23
deployment survey
...e, RV, others... please be *very specific* about which options of the runner you use. For example, some people use mongrel::cluster but only for the --clean functionality, not for the clustering). * Number of mongrels per server per app * Monitoring system (runit, monit, god...) * Proxy or software loadbalancer, if any (apache mod_proxy_balancer, nginx, pen...) * HW loadbalancer, if any (Netscaler...) * Caching strategy (memcached fragments, memcached object, squid, rails page cache, rails page fragments, ESI) * Whether you serve media assets via mongrel itself, as opposed to through a webserver * Opera...
2005 Oct 19
1
gre/ipsec loadbalancing
Hi, I have the following setup. Two linux systems with two [test] external interfaces encrypted with ipsec [transport]. Two gre tunnels that pass 10.200.0.0/24 and 10.200.1.0/24 network traffic. Testing the balanced tunnels I would setup iptraf on one and ping from the other. The results would be as expected; traffic would be split between the two interfaces. Testing with an ftp transfer of
2006 Dec 11
3
Filter logging
Hi, I have question i have loadbalancer that's connects every x seconds to my pop3 and Imap to see if it's still working. Every time it connects I see its ip is there a way to say don't log ip x.x.x.x ? With kind regards, Bas van den Dikkenberg -------------- next part -------------- An HTML attachment was s...
2011 Aug 31
2
lmtp bouncing -- Invalid parameters (in reply to MAIL FROM command)
I just configured postfix' virtual_transport to point at my dovecot director, but am seeing occational problems like this: Aug 31 11:50:06 smtpgw postfix/lmtp[5339]: 69E2F5410D: to=<email at example.net>, relay=loadbalancers.example.net[192.168.42.17]:24, delay=0.15, delays=0.14/0.01/0/0, dsn=5.5.4, status=bounced (host loadbalancers.example.net[192.168.42.17] said: 501 5.5.4 Invalid parameters (in reply to MAIL FROM command)) but can't find anything interesting in the dovecot logs.. Anybody have ideas for how...
2005 Oct 17
0
cmd SIPRedirect for loadbalancing
Hi folks, I've just been reading about the above command and wonder if anyone has made use of it for load-balancing or if doing so would be completely inappropriate!? I'm thinking of the scenario where there are a number of Asterisk gateways and incoming SIP traffic. From what I've read, with a box in front receiving all incoming traffic the SIPRedirect command could be used to
2005 Jun 01
0
ip aliasing and loadbalancing with iproute2
Hi, We have two internet connections and I would like to loadbalance between the two using advanced routing. The gateway machine to my lan has two interfaces, one connected to lan(eth0) and other to wan (eth1). The wan side interface is connected to a switch which is terminated with two internet connections from two ISPs. I have added the routes as follows,...
2001 Dec 18
0
[Q] loadbalancing with LARTC
Hi~ My linux box(kernel 2.4.13; used for NAT) have 3 NICs, two of them are for ADSL(I have two adsl line) and the last is for private network. My ISP doesn''t support multilink. In this situation, How can I use both ppp lines for the internet(load shareing or balancing)? Thanks. Lee.
2005 Apr 14
2
LOADBALANCING+BRIDGING---is it possible on the same machine??
Hello All, I have a linux box running with three NIC''s, I have used brctl tool to configure this box as a bridge, i have given it ONE logical ipaddres, Every thing is working fine, but now i am required to configure the same bridge as a LOAD BALANCER.... On some googling i found the following link http://lartc.org/howto/lartc.rpdb.multiple-links.html This HOWTO requires me to have one
2012 May 29
2
interesting stats pattern
...r 35 imap servers was having issues sending data, but all individual servers show this patters. Here is a bunch of individual servers: http://grab.by/dReC Anyone have any idea what could cause such a pattern? Maybe dovecot does some cleaning up of idle sessions at specific intervals? Or maybe our loadbalancers do, or the imapdirectors. regards, Cor
2009 Mar 27
7
multiple sql servers - loadbalancing and failover
Hi, Is there a way for dovecot to use a pool of sql (mysql) servers and load balance queries between these? Also fallback to next available sql server if connection to previous one fails. Can dovecot do such things currently? (If not this is feature request). -- Arkadiusz Mi?kiewicz PLD/Linux Team arekm / maven.pl http://ftp.pld-linux.org/