Re: [Zenloadbalancer-support] Connect to Farm with wrong IP. Here MySQL

2016-10-06 Thread Frank Liebelt
: Re: [Zenloadbalancer-support] Connect to Farm with wrong IP. Here MySQL Dear Frank, zlb-start should solve the problem, if not, you can make a little modification inside /etc/init.d/zenload balancer startlocal section, call to zlb-start at the end and the problem should be solved. Let me know

Re: [Zenloadbalancer-support] Connect to Farm with wrong IP. Here MySQL

2016-10-06 Thread Emilio Campos
lto:emilio.campos.mar...@gmail.com] > *Gesendet:* Donnerstag, 6. Oktober 2016 03:27 > *An:* zenloadbalancer-support@lists.sourceforge.net > *Betreff:* Re: [Zenloadbalancer-support] Connect to Farm with wrong IP. > Here MySQL > > > > He system is using the network you config

Re: [Zenloadbalancer-support] Connect to Farm with wrong IP. Here MySQL

2016-10-06 Thread Frank Liebelt
feature to setup extra gateways within the webpage. Frank Von: Emilio Campos [mailto:emilio.campos.mar...@gmail.com] Gesendet: Donnerstag, 6. Oktober 2016 03:27 An: zenloadbalancer-support@lists.sourceforge.net Betreff: Re: [Zenloadbalancer-support] Connect to Farm with wrong IP. Here MySQL He system

Re: [Zenloadbalancer-support] Connect to Farm with wrong IP. Here MySQL

2016-10-05 Thread Emilio Campos
He system is using the network you configured as default gw because your mysql backend is not reachable directlry from some of your configured farms, that is a normal behaviour, try with a POSTROUTING rule: iptables -t nat -I POSTROUTING --destination /32 -j SNAT --to-source Enter as rules as b

Re: [Zenloadbalancer-support] Connect to Farm with wrong IP. Here MySQL

2016-10-05 Thread Frank Liebelt
Hi all, it has taken some time. Now I have a new setup on my cluster but get still the same effect. eth0 192.168.109.241 255.255.255.0 up eth0:ha 192.168.109.240 255.255.255.0 up ... eth4 172.28.172.1 255.255.255.252GW 172.28.172.2 up eth5 172.28.172.5 255.255.2

Re: [Zenloadbalancer-support] Connect to Farm with wrong IP. Here MySQL

2016-08-24 Thread Lazuardi Nasution
t; > > > *Von:* Lazuardi Nasution [mailto:mrxlazuar...@gmail.com] > *Gesendet:* Freitag, 19. August 2016 22:57 > *An:* zenloadbalancer-support@lists.sourceforge.net > *Cc:* Frank Liebelt > *Betreff:* Re: [Zenloadbalancer-support] Connect to Farm with wrong IP. > Here MySQL &

Re: [Zenloadbalancer-support] Connect to Farm with wrong IP. Here MySQL

2016-08-19 Thread Lazuardi Nasution
Hi Frank, Please check your routing table on each appliance. It seem that your routed interface to 172.28.10.1 is eth0, not eth4. You can share the routing table too. Best regards, On Fri, Aug 19, 2016 at 6:21 PM, Frank Liebelt wrote: > Hi all, > > > > i set up a cluster and configured one far

[Zenloadbalancer-support] Connect to Farm with wrong IP. Here MySQL

2016-08-19 Thread Frank Liebelt
Hi all, i set up a cluster and configured one farm. The farm profile is set to lx4nat. Protocol TCP, NAT is SNAT. When I use the Farm IP for connect to an MySQL Cluster, it will not pass the IP of the farm to the MySQL server. It is always the eth0 IP of the currently active load balancer