Use https://seceonhelp.freshdesk.com/support/login to access updated Knowledge Base Articles, Submit Technical Support Tickets and Review Status of submitted support tickets.

SSH Tunnel Setup for DC/DR Setup

 

Overview

Disaster recovery is the process by which an organization anticipates and addresses technology-related disasters. IT systems in any company can go down unexpectedly due to unforeseen circumstances, such as power outages, natural events, or security issues. Disaster recovery includes a company's procedures and policies to recover quickly from such events

Configuration

We are taking IPs for Example.

APE VM1(DR Machine) - 192.168.9.25

APE VM2(DC Machine) - 192.168.9.26

CCE VM3(CCE Machine)- 192.168.9.27

Steps to Follow:

Step-1

  • Log in on the DC APE as the seceon user and go into the root.

  • Run the below command the DC APE(VM2) machine.

    scp /home/seceon-cce/.ssh/* root@192.168.9.25:/home/seceon-cce/.ssh/

Note: Please put the DR APE IP in the command.

Step-2

  • Now SSH to the DR APE machine as root.

  • Run the following command and go into the seceon-cce directory.

    cd /home/seceon-cce/
  • Now change the ownership of the folder by using the below command.

    chown -R seceon-cce:seceon-cce .ssh/*
  • Now reboot this machine.

 

Step-3 to 5 are Test steps. Customers do not need to follow the below steps.

Step-3

  • Create the tenants with the same tenant ID on the DR UI(VM1) same as DC UI(VM2)

Step-4

  • Now SSH as the root on the DC APE(VM2) and run the following command. This command will change the machine IP of CD APE.

Note: Here IP 192.168.9.26 is denoting the CD APE(VM2) and IP 192.168.9.28 is demoting any other IP that is not allocated to any machine.

  • Now restart the network service using the below command.

Step-5

  • Now SSH as root on the DR APE(VM1) and run the below command. This command will change the IP of the DR APE to the CD APE IP.

Note: Here IP 192.168.9.25 denotes the DR APE IP and 192.168.9.26 is the CD APE IP.

  • Now run the below command.

  • Now reboot this machine.

Now you will be able to see the CCE (VM3) will be able to connect to the DR APE which is assigned with the CD APE IP using the above command.

Seceon Inc. All rights reserved. https://www.seceon.com