Comments - Configuring MariaDB Galera Cluster
Content reproduced on this site is the property of its respective owners,
and this content is not reviewed in advance by MariaDB. The views, information and opinions
expressed by this content do not necessarily represent those of MariaDB or any other party.
I have enabled iptables and defined the following rules:
-A INPUT -i ens224 -p tcp -m tcp --dport 33063 -j ACCEPT -A INPUT -i ens192 -p tcp -m tcp --dport 4567 -j ACCEPT -A INPUT -i ens192 -p udp -m udp --dport 4567 -j ACCEPT -A INPUT -i ens192 -p tcp -m tcp --dport 4568 -j ACCEPT -A INPUT -i ens192 -p tcp -m tcp --dport 4444 -j ACCEPT
Is it a must to define rule on udp for port 4567 (line 3)?