MySQL Forums
Forum List  »  Router & Proxy

Config Issue, Multiple Listing IP Address
Posted by: Chris Davis
Date: April 15, 2010 10:14AM

Hello,

I am trying to set up MySQL Proxy 0.8.0 to accept client connections on 3 diffrent ip address is this possible?
Here is what I have tryed:

Config Attempt 1:
-----------
proxy-address = AAA.BBB.CCC.62:3306,AAA.BBB.DDD.122:3306,EEE.FFF.GGG.62:3306

Error Log:
2010-04-15 11:57:16: (critical) network-address.c:173: IP-address has to be in the form [<ip>][:<port>], is 'AAA.BBB.CCC.62:3306,AAA.BBB.DDD.122:3306,EEE.FFF.GGG.62:3306'. Failed to parse the port at ',AAA.BBB.DDD.122:3306,EEE.FFF.GGG.62:3306'

Config Attempt 2:
-----------
proxy-address = AAA.BBB.CCC.62:3306
proxy-address = AAA.BBB.DDD.122:3306
proxy-address = EEE.FFF.GGG.62:3306

Error Log:
2010-04-15 12:06:40: (message) proxy listening on port EEE.FFF.GGG.62:3306

Any other ideas? Please let me know!
Chris Davis

Options: ReplyQuote


Subject
Views
Written By
Posted
Config Issue, Multiple Listing IP Address
4756
April 15, 2010 10:14AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.