Bug #57096 MEM add iptables sample rules to the docs
Submitted: 29 Sep 2010 11:25 Modified: 14 Mar 2012 0:30
Reporter: Leandro Morgado Email Updates:
Status: Closed Impact on me:
None 
Category:MySQL Enterprise Monitor: Documentation Severity:S4 (Feature request)
Version:all OS:Any (Any that have iptables)
Assigned to: Philip Olson CPU Architecture:Any

[29 Sep 2010 11:25] Leandro Morgado
Description:
Hello,

There is mention of using iptables in the MEM manual to redirect the QUAN port transparently, without the need to modify the port on the application's connection string. It would be great to include a iptables sample port redirect. Perhaps something like:

 iptables -t nat -I PREROUTING \
   -s ! 127.0.0.1 -p tcp \
   --dport 3306 -j \
   REDIRECT --to-ports 4040

Giuseppe has some nice examples at:
 http://dev.mysql.com/tech-resources/articles/proxy-gettingstarted.html

How to repeat:
Read manual

Suggested fix:
Add example in Docs
[14 Mar 2012 0:30] Philip Olson
Thank you, this is now documented.