Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

sipXecs 4.6 "update 4 modified' maintains its MongoDB succesfully between a Primary and a Secondary server in a cluster over this link.

Assumptions

The instructions assume an East and a West machine with the following IP addresses that you need to substitute with your own:

...

My last hint if things are not working is to super-double-check every setting in your files... it's easy to get confused with the internal and external IP addresses used by East and West and the IPSec Left and Right terminology.

ipsec.conf

On both the east and the west machine:

...

virtual_private=

and save.

eastwest.secrets

On both the east and the west machine:

...

50.111.163.10 107.22.132.99 : "VERYLONGANDSECRET2"

west2east.conf

On the west machine only:

...

  phase2alg=aes256-sha1;modp2048
  forceencaps=yes

east2west.conf

On the east machine only:

...

  phase2alg=aes256-sha1;modp2048
  forceencaps=yes

Initiate the tunnel

Type in the command to start the tunnel, and to make sure it starts on reboot:

...