I need to achieve glusterfs geo replication.
In my production environment the port 22 is not open between the servers I want to do replication (This is by design and we have to leave with it).
Is there a way I can use a customize ssh port (i.e 22222) to achieve it.
Is there any other solution for this.
NOTE: I can not use other servers other then this two.
firewall-cmd
. You can test connectivity between the two machines withnetcat
(though RHEL’s version is not ideal) or eventelnet
. – Race