Aof and Mysql
Hello,i have a problem with mysql, customers can't connect from my server to other Mysql server, if i disable Egress filtering evrything work fine, do you think that i only need to add port 3306 to Egress filtering ?
# Egress filtering [0 = Disabled / 1 = Enabled]
EGF="1"
# Common egress (outbound) TCP ports
EG_TCP_CPORTS="21,25,80,443,43,2089"
# Common egress (outbound) UDP ports
EG_UDP_CPORTS="20,21,53"
# Common ICMP egress (outbound) types
# 'internals/icmp.types' for type definition; 'all' is wildcard for any
EG_ICMP_TYPES="all"