Skip to content

Instantly share code, notes, and snippets.

@dannysheehan
Created June 17, 2013 02:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dannysheehan/5794303 to your computer and use it in GitHub Desktop.
Save dannysheehan/5794303 to your computer and use it in GitHub Desktop.
UFW application configuration for Galera MariaDB
[Galera]
title=Galera
description=Galera cluster. 'ufw allow from x.x.x.x to any app Galera' to add node x.x.xx to the cluster.
#
# 4567 - is the port other nodes will use to check if this node is synced
# and available to become a donor.
# 4568 - is used by snapshot state transfer (SST) i.e. copy of all data.
# 4444 - used by rsync.
# 3306 - the mysql port
#
ports=4567,4568,4444,3306/tcp
#
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment